CalryOTA Docs
Tenant

Set channel setting for a tenant

Creates or replaces the channel setting for the specified tenant and channel.

POST
/api/v1/tenants/{id}/channels

Authorization

x-calry-api-key
x-calry-api-key<token>

In: header

Path Parameters

id*string

Tenant ID

Header Parameters

x-calry-tenant-id?string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/tenants/string/channels" \  -H "Content-Type: application/json" \  -d '{    "channelID": "string"  }'
Empty
Empty