PATCH
/broadcasts/{broadcast_id}updateBroadcast
Authentication
This operation does not declare an authentication requirement in the API contract.
Path parameters
NameTypeDescription
broadcast_idrequiredstringRequest body (required)
FieldTypeDescription
segment_idrequiredstringtopic_idstringnamestringfromrequiredstringsubjectrequiredstringreply_toarrayhtmlstringtextstringscheduled_atstring (date-time)Request examples
bash
curl --request PATCH 'https://api.au.boundry.dev/broadcasts/string' \
+ -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+ -H 'Content-Type: application/json' \
+ --data '{"segment_id":"string","topic_id":"string","name":"string","from":"string","subject":"string","reply_to":["string"],"html":"string","text":"string","scheduled_at":"string"}'200 response
Broadcast