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": "6d51f5bd-e5e5-4998-81b5-ef6c68504474", "user_ids": [ "506eb7e6-c325-4d70-b079-433e7e3e0ff7", "136b635f-680c-4e16-9f12-ce81e2c969a9" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.