# inventory status update an inventory status with DRAFT, APPROVED and REJECTED status.The approve/reject inventory affects Manual Review task only. Any changes made to Inventory will not affect Remediation and Miscellaneous tasks. On Approving Inventory, Inventory gets Approved and Manual review task will be closed with Approve status. On Rejecting Inventory, Inventory gets Rejected by creating an open Remediation task and the Manual review task will be closed with Reject status. Endpoint: PUT /inventories/{inventoryId}/status Version: v1 Security: bearerAuth ## Path parameters: - `inventoryId` (integer, required) ID of the Inventory Example: 1 ## Query parameters: - `status` (string, required) Enum: "DRAFT", "APPROVED", "REJECTED" ## Response 200 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields