broadcasts
Schedule broadcast for later
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
broadcastIdstring
scheduledAtstring
Format
date-timeResponse Body
application/json
application/json
curl -X POST "https://zernio.com/api/v1/broadcasts/string/schedule" \ -H "Content-Type: application/json" \ -d '{ "scheduledAt": "2019-08-24T14:15:22Z" }'Empty
Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}