live_streams

Stop a live stream

This operation stops a live stream.

put/live_streams/{id}/stop

Path parameters

idstring required

The unique alphanumeric string that identifies the live stream.

Response

Success

Example response

{
  "live_stream": {
    "state": "stopped"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.