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": "592c1cf5-b769-4cff-b691-b6f5d27f82c0", "user_ids": [ "9c9f07f2-c168-47d1-94f3-dbab52bb6986", "9bc4060c-8530-4c34-9a1c-3ff09c2f482b" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.