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": "46eadddb-a67e-474f-a02e-fda9e1a44da7",
  "user_ids": [
    "62d7c01c-ba91-4ab9-94f8-580724411d89",
    "36e8ca7d-725b-4e13-a651-8de5d4d74407"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.