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": "cf1e9b19-de78-428a-8b9c-3473411ee309",
  "user_ids": [
    "e4762a71-abcc-47de-b5f9-b3a27a300b86",
    "8add2cf5-48c5-46d6-8e57-1ad8891949a2"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.