put https://public-api.vibescm.com/companies//mobiledb/broadcasts/
You can also make updates to any currently scheduled broadcasts using a PUT
method and the broadcast’s unique broadcast_id
.
Please note that only broadcasts with a scheduled status can be updated.
The url
, status
, id
, created_at
, updated_at
, and delivery
fields are defined by the system and cannot be specified in the request.
Response
If the broadcast_id
cannot be found, a 404 – NOT FOUND
error will be returned. If the broadcast_id
is found, but the status is not scheduled, a 403 – FORBIDDEN
error will be returned.