From b320a00b8932e0a60cab4144f26baa887fe95349 Mon Sep 17 00:00:00 2001 From: Dirk Schumann Date: Sat, 9 Nov 2024 18:41:23 +0100 Subject: [PATCH] doc(api) - Add clear-cache route --- publisher/api.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/publisher/api.json b/publisher/api.json index 058e00ea..b492d6f6 100644 --- a/publisher/api.json +++ b/publisher/api.json @@ -4360,6 +4360,19 @@ } } } + }, + "/podlove/v2/tools/clear-caches": { + "delete": { + "tags": [ + "tools" + ], + "description": "Clear the podlove and podlove image caches", + "responses": { + "200": { + "$ref": "#/components/responses/OK" + } + } + } } }, "components": { @@ -7043,4 +7056,4 @@ } } } -} +} \ No newline at end of file