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": "27b5e374-c088-48e4-8a57-eaf643e6d91d",
  "user_ids": [
    "432290f5-3c04-43c7-adda-392950e15b7b",
    "64e69e0d-ff47-439b-9f03-e3104ae3b8b1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.