Tenant to accept the contract agreement
PATCHhttps://api.spectrocloud.com/v1/tenants/:tenantUid/contract/accept
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Tenant to accept the contract agreement
Request
Path Parameters
tenantUid stringrequired
Responses
- 204
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PATCH 'https://api.spectrocloud.com/v1/tenants/:tenantUid/contract/accept' \
-H 'ApiKey: <API_KEY_VALUE>'