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": "eeb923ae-5bfe-4af0-9744-f27f108d08ed", "user_ids": [ "2785af27-fc98-4f83-bb3e-cc7571a7d62e", "90a6c19e-5cc8-436c-8e10-5843c09f6e6a" ] }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.