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": "b6df5fca-3936-49bd-ba63-e432dcd705b4",
  "user_ids": [
    "00274674-985a-482d-a860-7a92be037508",
    "8fb6e3b2-2e3c-4aad-8258-c4e85b5f1f58"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.