diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/open-api/karakeep-openapi-spec.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json index b9acd74f..db1e09d0 100644 --- a/packages/open-api/karakeep-openapi-spec.json +++ b/packages/open-api/karakeep-openapi-spec.json @@ -174,6 +174,10 @@ "type": "string", "nullable": true }, + "contentAssetId": { + "type": "string", + "nullable": true + }, "crawledAt": { "type": "string", "nullable": true @@ -291,6 +295,7 @@ "assetType": { "type": "string", "enum": [ + "linkHtmlContent", "screenshot", "assetScreenshot", "bannerImage", @@ -1551,6 +1556,7 @@ "assetType": { "type": "string", "enum": [ + "linkHtmlContent", "screenshot", "assetScreenshot", "bannerImage", @@ -1584,6 +1590,7 @@ "assetType": { "type": "string", "enum": [ + "linkHtmlContent", "screenshot", "assetScreenshot", "bannerImage", |
