API referenceChannels
POST /apps/{appId}/channels
Path Parameters
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X POST "https://example.com/apps/string/channels" \ -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
Channel name
Length
1 <= length <= 120