Event
Update an event
This endpoint allows you to update an Event.
put/1/videos/{channel}/events/{repeatable_planned_event}
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
repeatable_planned_eventstring required
Query parameters
account_idinteger required
Account identifier
The account identifier
Request body
Example request
{
"access_country": "\"Hello world ! 😊\"",
"live_playlist_id": "36a88b90-902f-4132-aed3-7f4e2a680e94",
"live_playlist_inactive_name": "\"Hello world ! 😊\"",
"name": "My first event",
"record_name": "\"Hello world ! 😊\"",
"timezone": "\"Hello world ! 😊\""
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.