React Hook for updating an stream.
false
.
MultistreamTarget
like on create,
or a MultistreamTargetRef
. The Ref
object comes directly from the existing
Stream
object, in case multistream has already been configured for the given
stream. It contains a vanity ID instead of the full Spec
since the ingest URL
contains user secrets like the stream key.
public
.
mutationConfig
parameter allows for any
Tanstack Query
useMutation
options, such as cacheTime
or retry
. These override any
configs passed by default by the internal hook.