EasypanelDocs

Update a notification channel

Replaces a notification channel and reschedules disk-load checks.

POST
/updateNotificationChannel

Replaces a notification channel and reschedules disk-load checks.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/updateNotificationChannel" \  -H "Content-Type: application/json" \  -d '{    "events": {},    "id": "string",    "name": "string",    "target": {      "type": "discord",      "url": "http://example.com"    }  }'
null