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": "c955de15-21f8-4afe-ae63-ba9d2ea197f0",
"user_ids": [
"acd7021f-c701-4d1d-8de5-31bc7bdb54fa",
"8f08aabc-49ef-430f-933b-6ef6957ed7f4"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.