v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Inventory

Update Inventory Status

Use this API to change the existing status of an inventory.

put/api/inventory/v2/inventories/{schemaName}/{id}/status

Path parameters

schemaName'processing-activities' | 'vendors' | 'assets' | 'entities' required

The name property of the schema.

idstring uuid required

The unique identifier of an inventory record.

Request body

keystring required

The key identifier

namestring

The display name associated with the key

Example request

{
  "key": "active",
  "name": "Active"
}

Response

OK - Inventory status successfully updated.