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": "d46e98c7-ef36-4fcb-ac34-7f03010bcd9f",
  "user_ids": [
    "5764bc3d-cfc2-4281-b48b-a62ec8b2d999",
    "779994d1-a230-496f-b945-a07328adac91"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.