# Enable stream destination Enables a previously added destination for the specified live stream. Once enabled, the destination will start receiving the live stream when the stream is online. Endpoint: PUT /streams/{stream_id}/destinations/{destination_id}/enable Version: 1.0.0 Security: bearerAuth ## Path parameters: - `stream_id` (string, required) Unique identifier of the live stream - `destination_id` (string, required) Unique identifier of the stream destination ## Response 200 fields (application/json): - `success` (boolean) Example: true ## Response 401 fields ## Response 404 fields