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": "e2dcd379-9b19-4509-9327-be5d894371c5",
  "user_ids": [
    "511bd4f2-5cf6-42a3-904a-e83c2e70a73c",
    "0a32d7a0-0e92-4bca-b3df-20167a830525"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.