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": "e3f4d660-bd62-49b2-b478-6a972f487fcd",
  "user_ids": [
    "317ee1f4-78f5-47fc-8aac-1a2fa5656469",
    "7bd114c7-038d-48f5-8fcc-a53ef12d36df"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.