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": "fab71936-f4d0-4abd-ac67-a16987caa935",
  "user_ids": [
    "4ac50814-47bc-4bc7-8e16-a7bdf0b28e84",
    "99cc7ac0-f95f-44b8-9505-1d0598ff3000"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.