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": "d33201e9-f0a2-4363-b6d5-7224987552c3",
  "user_ids": [
    "64d6fdee-c077-4d20-a905-57cbde150ed6",
    "36f132e4-1a2e-4958-b57f-d7fc61f6ba4b"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.