diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-12-29 13:26:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-29 11:26:38 +0000 |
| commit | f7920bdc94d97a6a94477f49e145432607b94951 (patch) | |
| tree | 32003337bea676bfccb89f8ab349663e9b3c5750 /packages/open-api | |
| parent | 1082076133ff185980ba3d6b5a989939ed431e14 (diff) | |
| download | karakeep-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')
| -rw-r--r-- | packages/open-api/karakeep-openapi-spec.json | 9 |
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 |
