From b7de68d35e5f6c83c8d1f5155228a4123fec6978 Mon Sep 17 00:00:00 2001 From: CasVT Date: Sat, 9 Mar 2024 16:22:35 +0000 Subject: [PATCH] Updated API docs --- docs/api.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api.md b/docs/api.md index 2048de4..bb2a011 100644 --- a/docs/api.md +++ b/docs/api.md @@ -258,11 +258,18 @@ Replace `` with the ID of the entry. For example: `/notificationservic Delete the notification service + **Parameters (url)** + + | Name | Required | Data type | Description | Allowed values | + | ---- | -------- | --------- | ----------- | -------------- | + | delete_reminders_using | No | bool | Instead of throwing an error when there are still reminders using the service, delete the reminders. | N/A | + **Returns** | Code | Error | Description | | ---- | ----- | ----------- | | 200 | N/A | Success | + | 400 | InvalidKeyValue | The value of a key is invalid | | 404 | NotificationServiceNotFound | The notification service was not found | ### `/reminders`