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": "d8008355-279e-440c-adef-10d6c51d5d1e",
  "user_ids": [
    "2eef9527-1556-4ef0-afb5-f16e3da59d22",
    "80cf87f5-e20f-482d-b0f4-f1a5b606e129"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.