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": "2691bd13-3deb-4d63-a163-1f828e5eb15b",
  "user_ids": [
    "38e4f9b5-fa6c-4fbd-9495-f24a278e3298",
    "1bbf65fa-3a2c-4b15-8465-69e746d1b8c4"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.