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": "e44b5154-e48b-4b5b-bd27-5a5136eb89dc",
"user_ids": [
"c4bc61cb-7efd-42ba-94ff-3637e02136d1",
"ae94aa82-0ad4-4fa3-81b3-acf83205b8fa"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.