Skip to main content
POST
/
api
/
v1
/
provisioning
/
tenants
/
{tenantId}
Create or replace a provisioning document (POST = replace)
curl --request POST \
  --url https://platform.crescendo.ai/api/v1/provisioning/tenants/{tenantId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

tenantId
string
required

Tenant identifier.

Body

application/json

Arbitrary JSON object representing the provisioning resource.

Response

Replaced (existing document)

Arbitrary JSON object representing the provisioning resource.