# Update Inventory Approval by ID Endpoint: PUT /inventory-approvals/{inventoryApprovalId} Version: 5.1.45 Security: api_key ## Path parameters: - `inventoryApprovalId` (integer, required) The ID of the inventory approval to update ## Query parameters: - `inventoryStatus` (string, required) The inventory status of the inventory approval to update Enum: "SUBMITTED", "APPROVED", "REJECTED" ## Response 200 fields (application/json): - `inventoryApprovalId` (integer) The ID of the Inventory Approval. This field will be generated by the Masking Engine. Example: 1 - `environmentId` (integer, required) The ID of the Environment. Example: 1 - `rulesetName` (string, required) The name for this Ruleset inventory to be updated. Example: "DelimitedFileRs" - `inventoryStatus` (string, required) The inventory status of this Environment's inventory. Enum: "NEW", "SUBMITTED", "APPROVED", "REJECTED" - `submitUserLoginNm` (string) The login name of the user submitting the ruleset inventory to be approved. - `approvalUserLoginNm` (string) The login name of the user approving or rejecting the ruleset inventory. ## Response 400 fields ## Response 403 fields ## Response 404 fields