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": "bbf31f47-ecc5-47f5-b246-8a845a19b867",
"user_ids": [
"a7fcbaef-9e79-4621-84ed-1159e65b6fb3",
"4f0f57e4-51f9-4d7c-be39-9d1e064afc4e"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.