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": "87bd15d0-7fef-42dc-97a5-b06777796dbe",
  "user_ids": [
    "7ef840a6-6e3e-45ff-a289-857eca02e515",
    "ae5219b2-554d-40f3-aa66-b57b7b8f2db3"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.