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": "db2189e7-66c5-433d-b6d2-641afb52b0de",
  "user_ids": [
    "3b59928f-57ab-46a0-89cd-95ad62e219a4",
    "33c91067-84d9-4bfa-95fa-1055650ae08e"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.