axonpush
API referenceChannels

PUT /apps/{appId}/channels/{channelId}

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"}