Skip to main content
PATCH
Update RTStream
Update the configuration of an existing real-time stream, such as its name or sample rate.
  • Only provided fields are updated; omitted fields remain unchanged
  • Changes to sample_rate take effect immediately on the running stream

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

stream_id
string
required
Example:

"rts-12345"

Body

application/json
name
string
Example:

"Updated Stream Name"

sample_rate
integer
Example:

15

Response

RTStream updated

success
boolean
Example:

true

data
object