v2
latestOpenAPI 3.1.02026-07-312303692.4 MBStream
Patch Stream
Partially update a stream.
patch/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"
}