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": "251b1542-8d98-48fe-acf7-45892c156e20",
  "user_ids": [
    "5616cd86-373d-4882-adb3-e505e3dc85a8",
    "1352296a-c0cb-46c6-98fe-aaba086e8894"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.