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": "b863b25f-382a-4f13-ba58-ebf486f369fd",
  "user_ids": [
    "fb784194-1c81-4bd1-984d-11d33bbb789a",
    "f27a66c6-9194-44da-80ed-3412d1019101"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.