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": "401b0958-5757-4c58-a82e-d7d81e5d5a04",
  "user_ids": [
    "8074e7bb-7a7e-4ee9-89a1-495320d0e1cc",
    "8fa42f75-3a74-448b-b9c6-20009e39aea6"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.