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": "655e4671-3917-44c4-bae9-b3942f3d44e9",
  "user_ids": [
    "edd6b1ff-f684-49e0-a7f2-0bdf326f89a1",
    "4dfc3a4c-edb4-4c47-b343-03926facd352"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.