Broadcasts
Update broadcast
Update a broadcast's name, message, template, or segment filters. Only draft broadcasts can be updated.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
broadcastId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
{ "success": true, "broadcast": { "id": "string", "name": "string", "description": "string", "status": "string", "updatedAt": "2019-08-24T14:15:22Z" }}Was this page helpful?