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": "68e6b2a9-d9f5-411b-8bcf-7b968f1f77ac",
"user_ids": [
"190b6f07-6f55-4958-8289-6b6aa501e6a2",
"9f523c4c-212e-4c48-bb79-dc985d539ee4"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.