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": "c15c909a-afa4-4cba-9436-1e8159021261", "user_ids": [ "901240b8-ddb7-4fe0-be19-bdec3f74ab0e", "3fc81118-8c24-4a95-a9a3-d3ddf6cc5d52" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.