API referenceChannels
PUT /apps/{appId}/channels/{channelId}
Path Parameters
appId*string
channelId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X PUT "https://example.com/apps/string/channels/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "$schema": "https://example.com/schemas/ChannelDTO.json", "appId": "string", "channelId": "string", "createdAt": "string", "name": "string", "orgId": "string", "updatedAt": "string"}name*string
Length
1 <= length <= 120GET /apps/{appId}/channels GET
Previous Page
POST /dashboards POST
Author a dashboard tailored to this org's business. Discover which custom dimensions exist via /analytics/dimensions, then define widgets that bind to /analytics/breakdown (dimension=tag&tagKey=<key>), /analytics/timeseries, and /analytics/latency, optionally scoped by filterTagKey+filterTagValue.