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": "8c074b9c-b26a-49cf-b483-f09b7ba5f39d", "user_ids": [ "73538235-5b3d-404f-83cb-91f9c466cb00", "0dd73a52-ec9f-40e0-8267-f90d08c0ef9a" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.