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": "07e6579c-094a-41b6-8d16-a8f32b9c22d5",
  "user_ids": [
    "3afd8145-35d3-41ff-a4e5-a15a6f427fc6",
    "6e79fbb1-e253-44e0-82df-9d89a4436152"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.