From f7920bdc94d97a6a94477f49e145432607b94951 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 29 Dec 2025 13:26:38 +0200 Subject: fix: reset tagging status on crawl failure (#2316) * feat: add the ability to specify a different changelog version * fix: reset tagging status on crawl failure * fix missing crawlStatus in loadMulti --- packages/open-api/karakeep-openapi-spec.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/open-api') diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json index 344ba6df..52c39be1 100644 --- a/packages/open-api/karakeep-openapi-spec.json +++ b/packages/open-api/karakeep-openapi-spec.json @@ -207,6 +207,15 @@ "type": "string", "nullable": true }, + "crawlStatus": { + "type": "string", + "nullable": true, + "enum": [ + "success", + "failure", + "pending" + ] + }, "author": { "type": "string", "nullable": true -- cgit v1.2.3-70-g09d2