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": "df449402-ff71-4442-b8a7-ca8ae3eef359", "user_ids": [ "e61317a6-bf16-4b1b-99ae-a7f5a8ace848", "cb9aefaf-ba24-49fe-8db0-ca2dbedd3ef6" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.