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": "eab928ff-bd4a-48b7-9017-74fdc2dc203e",
"user_ids": [
"66ca9423-d5dc-42d7-bc3b-9aa56615b519",
"19a77e00-e182-4fbc-a676-fc0ed7d5e9ad"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.