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": "b6f47278-9979-4cef-87d7-aa699e06ba71",
  "user_ids": [
    "8efc8f17-3cf0-45ba-81fe-95b920e8822f",
    "a45e3896-cfea-4291-a327-187204b61cb3"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.