diff options
Diffstat (limited to '')
| -rw-r--r-- | packages/open-api/karakeep-openapi-spec.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json index 4532cd98..a1b9dfc4 100644 --- a/packages/open-api/karakeep-openapi-spec.json +++ b/packages/open-api/karakeep-openapi-spec.json @@ -175,6 +175,10 @@ "type": "string", "nullable": true }, + "pdfAssetId": { + "type": "string", + "nullable": true + }, "fullPageArchiveAssetId": { "type": "string", "nullable": true @@ -203,6 +207,15 @@ "type": "string", "nullable": true }, + "crawlStatus": { + "type": "string", + "nullable": true, + "enum": [ + "success", + "failure", + "pending" + ] + }, "author": { "type": "string", "nullable": true @@ -318,6 +331,7 @@ "enum": [ "linkHtmlContent", "screenshot", + "pdf", "assetScreenshot", "bannerImage", "fullPageArchive", @@ -325,6 +339,7 @@ "bookmarkAsset", "precrawledArchive", "userUploaded", + "avatar", "unknown" ] }, @@ -1430,6 +1445,14 @@ }, "tagName": { "type": "string" + }, + "attachedBy": { + "type": "string", + "enum": [ + "ai", + "human" + ], + "default": "human" } } } @@ -1521,6 +1544,14 @@ }, "tagName": { "type": "string" + }, + "attachedBy": { + "type": "string", + "enum": [ + "ai", + "human" + ], + "default": "human" } } } @@ -1740,6 +1771,7 @@ "enum": [ "linkHtmlContent", "screenshot", + "pdf", "assetScreenshot", "bannerImage", "fullPageArchive", @@ -1747,6 +1779,7 @@ "bookmarkAsset", "precrawledArchive", "userUploaded", + "avatar", "unknown" ] } @@ -1775,6 +1808,7 @@ "enum": [ "linkHtmlContent", "screenshot", + "pdf", "assetScreenshot", "bannerImage", "fullPageArchive", @@ -1782,6 +1816,7 @@ "bookmarkAsset", "precrawledArchive", "userUploaded", + "avatar", "unknown" ] }, @@ -3248,6 +3283,10 @@ "type": "string", "nullable": true }, + "image": { + "type": "string", + "nullable": true + }, "localUser": { "type": "boolean" } |
