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": "c4467e85-2487-4ecc-9229-870ecd0350c4",
  "user_ids": [
    "eaa5dfd2-a4ce-4f21-9186-10654eb99d4c",
    "3343feed-b2b9-4eb2-9403-01847f63798d"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.