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": "19460b6e-5efb-4561-9eb9-70a874d4ba0e",
  "user_ids": [
    "8ef2014c-5d28-481f-9613-f8aa0fdfd133",
    "b75f7d42-3591-429b-a29f-acc4c539332e"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.