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": "37dcaa91-3ee9-49fb-8b15-e303f06c3e28",
  "user_ids": [
    "7c8a1bd1-aa28-49f7-b319-10dd11aaa9fc",
    "34ee96d6-4076-49e2-948d-d775be959ea8"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.