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": "2618d9b3-104e-4e1f-8cc5-199352a83896",
  "user_ids": [
    "d72fbfa0-b21e-4251-a082-c14411c6cb62",
    "4e3d6d74-6bea-4136-ab25-48cf35936913"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.