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": "dd7aa55b-6f8e-4dcd-83fe-62c20f61f77e",
  "user_ids": [
    "a3351c1d-00ee-46c0-b1a9-8aefefcfe24a",
    "067e1ffb-52ed-418c-aab3-ab99df716d22"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.