Unban a job
Description: unban a live event job right now.¶
PUT https://lms-api.swiftfederation.com/v7.4.0/live_event_job/unban/{app}/{stream}¶
Request¶
-
Header
-
Body
Field | Required | Description |
---|---|---|
app | M | app name. this should be unique and doesn't conflict with other customers. |
stream | M | stream name |
-
Header
-
Body
Field | Type | Description |
---|---|---|
request_id | String | Unique id of current HTTP request. |
Examples¶
- Request
PUT https://lms-api.swiftfederation.com/v7.4.0/live_event_job/unban/lms_demo/this_is_a_demo
Content-Type: application/json; charset=UTF-8
Authorization: ...
- Response
{
"request_id" : "ac1c0303j5krk80o42"
}