Skip to main content
PUT
/
api
/
Project
/
{projectId}
/
Status
Temporarily Change Project Inventory Status
curl --request PUT \
  --url https://api.virtuoussoftware.com/api/Project/{projectId}/Status \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

(Required) The project identifier.

Query Parameters

inventoryStatus
string

(Required) The inventory status status.

durationMinutes
string

The inventory status duration minutes.

Response

200

OK

Last modified on June 5, 2026