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": "1ee1e490-00e8-4bcc-b313-2b07bf4f7524",
  "user_ids": [
    "83597de9-1f6f-457c-8e7b-ff7f8ce0fa15",
    "ae3209a5-994b-42fa-ad93-f7a2e9b71d9e"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.