PUT
/
v5
/
notifications
/
channels
/
{channelId}
Update a notification channel
curl --request PUT \
  --url https://api.kadoa.com/v5/notifications/channels/{channelId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "channelType": "EMAIL",
  "config": {}
}'
{
  "data": {
    "channel": {}
  },
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

channelId
string
required

Channel ID

Body

application/json

Response

200
application/json

Channel updated successfully

The response is of type object.