aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/karakeep-openapi-spec.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-29 13:26:38 +0200
committerGitHub <noreply@github.com>2025-12-29 11:26:38 +0000
commitf7920bdc94d97a6a94477f49e145432607b94951 (patch)
tree32003337bea676bfccb89f8ab349663e9b3c5750 /packages/open-api/karakeep-openapi-spec.json
parent1082076133ff185980ba3d6b5a989939ed431e14 (diff)
downloadkarakeep-f7920bdc94d97a6a94477f49e145432607b94951.tar.zst
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
Diffstat (limited to 'packages/open-api/karakeep-openapi-spec.json')
-rw-r--r--packages/open-api/karakeep-openapi-spec.json9
1 files changed, 9 insertions, 0 deletions
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