Force a job going to WorkshopInQueue and will assign to user in the list
Request Information
URI Parameters :
None.
Body Parameters :
jobs_workshop_in_queue| Name | Description | Type | Additional information |
|---|---|---|---|
| jobs_id |
Job id |
globally unique identifier | |
| user_ids |
List of User Id |
Collection of globally unique identifier |
Request Formats :
application/json, text/json
Sample:
{
"jobs_id": "1c4ab75f-2e43-44a4-b4c8-763f4f5c9e28",
"user_ids": [
"8c9dd543-8e90-4fb5-a3e1-6f2d3c613504",
"708b005f-01eb-4d9b-98d4-f5866ef6d8ba"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.