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": "ca2ed31e-9714-4463-a538-8e04eeb7c18d",
  "user_ids": [
    "e89de9d4-5f72-44f7-b294-44cc847e5c0c",
    "518ab942-f2c3-41cb-bc48-1d623b96b5db"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.