# Create Task Create Task Endpoint: POST /tasks Version: v1 Security: bearerAuth ## Query parameters: - `inventoryId` (integer, required) ID of the inventory to be used to create the task Example: 1 ## Request fields (application/json): - `owner` (string) owner Example: "admin" - `summary` (string) summary Example: "Summary for the task" - `priority` (string) priority Enum: "LOW", "MEDIUM", "HIGH" - `type` (string) type Enum: "MISCELLANEOUS", "MANUAL_INVENTORY_REVIEW", "REMEDIATE_INVENTORY" - `details` (string) details Example: "Details of the task" ## Response 201 fields ## Response 400 fields ## Response 401 fields ## Response 500 fields