Stream
Upsert Stream
Create or update a stream.
put/api/v1/stream/{stream_id}
Path parameters
stream_idstring required
The Stream's ID or UID.
Example:unique-identifier
The Stream's ID or UID.
Request body
Example request
{
"uid": "unique-identifier"
}Response
Example response
{
"id": "strm_2yZwUhtgs5Ai8T9yRQJXA",
"uid": "unique-identifier"
}Changes
Changed in 1 of the 5 revisions of this API.1
- ○
api operation id
v1.streaming.stream.updateremoved and replaced withv1.streaming.stream.upsertapi-operation-id-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○