From 6502a9b17c8b2cce647b7a171d7b7cea4ed5b555 Mon Sep 17 00:00:00 2001 From: Matt Patterson <8550+fidothe@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:52:05 +0100 Subject: [PATCH] bulk delete API method requires empty parameters Requiring no parameters for the bulk delete operation actually means you need to supply an empty JSON object for the parameters or the API rejects the request. --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index ed00ab276..1fe7bcf5e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -366,7 +366,7 @@ The following methods are supported: - `modify_tags` - Requires `parameters`: `{ "add_tags": [LIST_OF_TAG_IDS] }` and / or `{ "remove_tags": [LIST_OF_TAG_IDS] }` - `delete` - - No `parameters` required + - Empty `parameters` required: `{ }` - `redo_ocr` - No `parameters` required - `set_permissions`