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
NameDescriptionTypeAdditional 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": "993926c7-33d3-4c2f-9848-f76c5a367291",
  "user_ids": [
    "e6d18838-e37c-4302-bdf9-140a02da751f",
    "9dd79539-3d5f-4a82-9bf0-e63d476bf8f6"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.