Force a job going to WorkshopInQueue and will assign to user in the list
Request Information
URI Parameters :
None.
Body Parameters :
jobs_workshop_in_queueName | Description | Type | Additional 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": "a10db171-a412-4320-baf9-d23a22fb3e7c", "user_ids": [ "dae05cf6-751e-48a4-b71e-f1189d904ff3", "85fc49e3-5e69-46a6-872d-7d4b343f0493" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.