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": "cd7b6caa-8d62-4c28-b454-c919dc119692",
  "user_ids": [
    "f3846b37-6b06-49dc-9663-8ec655a4da5b",
    "67b018d5-46d3-42e6-a798-b72a32161732"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.