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": "e0c57792-4b74-4fbd-ace8-783416a5e7c6",
  "user_ids": [
    "8e7d4ec7-07b0-4173-a938-64ce46d0630e",
    "318d52c5-6be1-4864-80da-b8d2bb79aedb"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.