Update broadcast

Update a broadcast in draft status.

patch/v1/broadcasts/{broadcastId}

Path parameters

broadcastIdstring required

Request body

namestring
textstring
emailSubjectstring
emailHtmlBodystring
metadataobject

Response

Broadcast updated.

Example response

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

Changes

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

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      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 broadcast/channel response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property content/templateHeaderVariables

      new-optional-request-property

    • added the optional property broadcast/content/templateHeaderVariables to the response with the 200 status

      response-optional-property-added

    • added the new optional request property content/templateButtonVariables

      new-optional-request-property

    • added the optional property broadcast/content/templateButtonVariables to the response with the 200 status

      response-optional-property-added