latestOpenAPI 3.1.02026-08-211286041.7 MB

b0c8a1820333

Stream

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

descriptionstring

The Stream's description.

metadataobject
uidstring nullable

An optional unique identifier for the stream.

Example request

{
  "uid": "unique-identifier"
}

Response

createdAtstring date-time required
idstring required

The stream's ID.

metadataobject required
namestring nullable

The stream's name.

uidstring nullable

The stream's UID.

updatedAtstring date-time required

Example response

{
  "id": "strm_2yZwUhtgs5Ai8T9yRQJXA",
  "uid": "unique-identifier"
}