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": "b95d3c70-1bf1-4902-9e43-08f2bd3a5164",
  "user_ids": [
    "d1e8a912-4a78-442c-a644-ec122ae4458c",
    "2d651239-4f10-4821-9cef-792e1d77676d"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.