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": "408c88cc-38be-4398-93c3-99c1afce141f",
  "user_ids": [
    "4a7906b2-5183-4329-b1fa-603a36f233ce",
    "fdee6a43-3b77-439b-9c84-15a65cbf6025"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.