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": "2ae1f145-5b29-4e98-8897-0dcfc089fbc4",
  "user_ids": [
    "c16beb78-eebc-48a2-9582-6eb9fd5c70d5",
    "ff3b015d-f76d-404e-a1d5-8f958894dbb4"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.