# Update a Notification Endpoint: PUT /notifications/{id} Version: 6.10.0 Security: BasicAuth, ApiKey ## Path parameters: - `id` (integer, required) ## Request fields (application/json): - `id` (integer) - `type` (string) - `description` (string,null) - `always` (boolean) - `commandId` (integer) - `notificators` (string) - `calendarId` (integer) - `attributes` (object) ## Response 200 fields (application/json): - `id` (integer) - `type` (string) - `description` (string,null) - `always` (boolean) - `commandId` (integer) - `notificators` (string) - `calendarId` (integer) - `attributes` (object)