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
Example request
{
"key": "active",
"name": "Active"
}Response
OK - Inventory status successfully updated.