cURL
curl --request PUT \ --url https://api.heyy.io/api/v2.0/{channelId}/broadcasts/{broadcastId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isScheduled": true, "scheduledAt": "2023-11-07T05:31:56Z", "isReoccurring": true, "recurrenceRules": [ "<string>" ] } '
{ "data": { "id": "<string>", "name": "<string>", "workflowId": "<string>", "isScheduled": true, "isReoccurring": true, "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "scheduledAt": "<string>", "recurrenceRules": "<unknown>", "variables": "<unknown>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes