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": "8b65a9b0-7d3d-46e4-9f50-ae58106a71d6",
"user_ids": [
"dcf607db-0aba-40c2-8d17-8c1021a28509",
"17a8c587-3f0b-48cd-97a2-4bf59b81ff24"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.