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": "20bfb689-dbfb-49a4-b1c1-75e819c66b3e",
  "user_ids": [
    "761996cd-1046-4966-bfd6-95cde9655121",
    "f1a7f4f9-6da8-40f8-aee9-8331d23f76fc"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.