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": "cffe7362-3d39-4601-9186-43ea40c3523e",
  "user_ids": [
    "6cf30d2b-320b-4421-9864-3608554ed0df",
    "e1fa73bc-ae78-4b5b-b3b3-e5a2edb73a7c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.