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": "abf8fdad-3d25-4357-978b-b99acafea837", "user_ids": [ "f3d875bf-78bf-4ee7-8a61-83c7602c35e7", "56b647a4-3f8e-4a27-b793-0a5682bc41c0" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.