Update an event
POST/onair.event.update
Updates an existing On-Air event. Only the fields provided in the request body are updated; omitted fields remain unchanged.
Access: Organization and Personal.
Required scope: onair:write
OpenAPI Spec: onair.json
Request
Responses
- 200
- 400
- 401
- 500
The updated event.
Bad request.
Presented invalid authentication credentials.
An internal error occurred.