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": "3d3a3669-39e6-4ed2-b255-9cbe5b19eeee",
"user_ids": [
"ab23cb7e-dcc1-4cd8-9906-ccb0d830263e",
"1d7ccbd5-1057-4eba-9c8d-7c5ac49074b6"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.