Changes to Send a broadcast by ID
POST /broadcasts/{broadcastId}/send
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 9 revisions of this API.22
What changed
- ▲
added the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$to thepathrequest parameterbroadcastIdrequest-parameter-pattern-added
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ▲