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": "552fb3f3-1a13-4b65-a66c-756d7a4b939b",
  "user_ids": [
    "3ead29e6-ad7d-4e0d-9231-e74e6c586832",
    "41a3a720-c6dd-4e8a-9f83-c7adeb894ce3"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.