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": "b37f909f-9b4e-4a34-b2b3-111743495608",
  "user_ids": [
    "63f737b7-064c-43fe-95df-88e5fca1d26e",
    "90858ece-697a-4472-bde9-b31a6a9cbfcc"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.