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": "b4dd0e05-fa7d-43ed-a6bf-6c1b2ca437e6",
  "user_ids": [
    "ef5be511-9885-4083-94e6-90c00333acc8",
    "06683a7d-6b63-4492-8fc8-37c41c1cab7c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.