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": "b432d915-c5af-4ad3-ab5b-ed7a820f8ca1",
  "user_ids": [
    "28624950-3829-4ba6-abba-4c8cdf85124b",
    "a8bb522c-6936-417a-a683-9de206dcfa68"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.