Start a Live Event – Media API – MediaKind
Start a Live Event
post https://app.mk.io/api/v1/projects/:project_name/media/liveEvents/:event_name/start
Start a Live Event. This operation transitions your Live Event into a running state
RBAC Capability Required: ams.liveevent.start
Authentication
Authorization Bearer
Bearer authentication of the form Bearer <token>, where token is your
auth token.
Path parameters
- project_name: string (Required)
- event_name: string (Required)
Response
- 200 OK
No response body.
Errors
400 Bad Request
- errorobject ErrorDetail Required
Pertinent information about the error- code: string (Required)
- detail: string (Required)
- extraDetail: map from strings to any (Optional)
- Extra information regarding this error
- ref: string (Required)
- status: integer (Required)
- Extra information regarding this error
- errorobject ErrorDetail Required
401 Unauthorized
- errorobject ErrorDetail Required
- Pertinent information about the error
- code: string (Required)
- detail: string (Required)
- extraDetail: map from strings to any (Optional)
- Extra information regarding this error
- ref: string (Required)
- status: integer (Required)
- Extra information regarding this error
403 Forbidden
- errorobject ErrorDetail Required
- Pertinent information about the error
- code: string (Required)
- detail: string (Required)
- extraDetail: map from strings to any (Optional)
- Extra information regarding this error
- ref: string (Required)
- status: integer (Required)
- Extra information regarding this error
404 Not Found
- errorobject ErrorDetail Required
- Pertinent information about the error
- code: string (Required)
- detail: string (Required)
- extraDetail: map from strings to any (Optional)
- Extra information regarding this error
- ref: string (Required)
- status: integer (Required)
- Extra information regarding this error
429 Too Many Requests
- errorobject ErrorDetail Required
- Pertinent information about the error
- code: string (Required)
- detail: string (Required)
- extraDetail: map from strings to any (Optional)
- Extra information regarding this error
- ref: string (Required)
- status: integer (Required)
- Extra information regarding this error
500 Internal Server Error
- errorobject ErrorDetail Required
- Pertinent information about the error
- code: string (Required)
- detail: string (Required)
- extraDetail: map from strings to any (Optional)
- Extra information regarding this error
- ref: string (Required)
- status: integer (Required)
- Extra information regarding this error