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": "b93bffb6-06e9-4d5d-aa22-794d77895ac7",
  "user_ids": [
    "3a94439f-fc54-474d-b545-4b2e1a0244d0",
    "b1c7ba37-1273-41eb-9721-ee9dfdab5029"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.