real_time

Stop a real-time stream

This operation stops a real-time stream.

put/real_time/{id}/stop

Path parameters

idstring required

The unique alphanumeric string that identifies the real-time stream.

Response

Success

Example response

{
  "real_time_stream": {
    "state": "stopped"
  }
}

Changes

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