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": "f6075257-eb55-4689-97b6-ffaa1e550e09", "user_ids": [ "28ec1933-d00b-44f1-b34a-c828800ae602", "a5f7865f-8a0b-4dea-9830-f87dbe868465" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.