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": "3e278a1b-c658-4761-8900-0279d68fe4ae",
  "user_ids": [
    "883ecc10-926a-46c5-92a0-7e24993a1b1d",
    "6c00c9b3-e492-44db-acb2-e9a2f32f3054"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.