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": "e3d368c7-d571-42a8-ba23-2672c6dbd525",
"user_ids": [
"77ff2ca7-77a2-46a2-aa9b-4937ba4aa89e",
"7a62b1f6-af4d-4c5d-b12d-989c8d305f80"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.