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": "83888644-9a4d-4782-b96e-8650461f6ea5",
"user_ids": [
"a0eeb4a2-6fef-4af4-ac30-93202f49e30a",
"bb20e964-e8a3-4c73-97a3-eb7f2bb4b9dd"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.