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": "a30e6eb2-5b77-4de2-b942-9e4c353d24ab",
  "user_ids": [
    "eb3bd11a-7d2a-4ecc-a722-7873576d4d14",
    "c8c91f9b-ac1e-4385-8c45-b211dbb90d5c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.