Skip to main content
PATCH
/
streams
/
{stream_key}
/
stream
Update stream region
curl --request PATCH \
  --url https://api.fluxer.app/v1/streams/{stream_key}/stream \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "region": "<string>"
}
'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.

Path Parameters

stream_key
string
required

The stream key

Body

application/json
region
string

The preferred voice region for the stream (1-64 characters)

Response

No Content