Reschedule broadcast

Update the scheduled time for a broadcast. The broadcast must be in scheduled status.

patch/v1/broadcasts/{broadcastId}/schedule

Path parameters

broadcastIdstring required

Request body

scheduledAtstring date-time required

New scheduled time for the broadcast.

Response

Broadcast rescheduled.

Example response

{
  "broadcast": {
    "id": "brd_abc123"
  }
}

Changes

Changed in 4 of the 66 revisions of this API.15

    • removed the instagram enum value from the / response property for the response status

      response-property-enum-value-removed

    • removed the messenger enum value from the / response property for the response status

      response-property-enum-value-removed

    • removed the voice enum value from the / response property for the response status

      response-property-enum-value-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new messenger enum value to the / response property for the response status

      response-property-enum-value-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added