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

metadataobject
namestring required

The stream's name.

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"
}

Changes

Changed in 1 of the 5 revisions of this API.1

    • api operation id v1.streaming.stream.update removed and replaced with v1.streaming.stream.upsert

      api-operation-id-removed

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog