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": "439af60f-5c9e-4a7b-9544-2519bef3cdeb",
  "user_ids": [
    "11ba178d-6d98-4efb-aa49-dc3f0a9df8ff",
    "16d4abec-8467-4735-84b4-5a704c2bfd0a"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.