diff options
Diffstat (limited to 'packages/open-api/karakeep-openapi-spec.json')
| -rw-r--r-- | packages/open-api/karakeep-openapi-spec.json | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json index 15fa246b..adcfe13a 100644 --- a/packages/open-api/karakeep-openapi-spec.json +++ b/packages/open-api/karakeep-openapi-spec.json @@ -77,6 +77,15 @@ "pending" ] }, + "summarizationStatus": { + "type": "string", + "nullable": true, + "enum": [ + "success", + "failure", + "pending" + ] + }, "note": { "type": "string", "nullable": true @@ -307,6 +316,7 @@ "archived", "favourited", "taggingStatus", + "summarizationStatus", "tags", "content", "assets" @@ -1069,6 +1079,15 @@ "pending" ] }, + "summarizationStatus": { + "type": "string", + "nullable": true, + "enum": [ + "success", + "failure", + "pending" + ] + }, "note": { "type": "string", "nullable": true @@ -1084,7 +1103,8 @@ "modifiedAt", "archived", "favourited", - "taggingStatus" + "taggingStatus", + "summarizationStatus" ] } } @@ -1169,6 +1189,15 @@ "pending" ] }, + "summarizationStatus": { + "type": "string", + "nullable": true, + "enum": [ + "success", + "failure", + "pending" + ] + }, "note": { "type": "string", "nullable": true @@ -1184,7 +1213,8 @@ "modifiedAt", "archived", "favourited", - "taggingStatus" + "taggingStatus", + "summarizationStatus" ] } } |
