aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/karakeep-openapi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/open-api/karakeep-openapi-spec.json')
-rw-r--r--packages/open-api/karakeep-openapi-spec.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json
index 52c39be1..a1b9dfc4 100644
--- a/packages/open-api/karakeep-openapi-spec.json
+++ b/packages/open-api/karakeep-openapi-spec.json
@@ -1445,6 +1445,14 @@
},
"tagName": {
"type": "string"
+ },
+ "attachedBy": {
+ "type": "string",
+ "enum": [
+ "ai",
+ "human"
+ ],
+ "default": "human"
}
}
}
@@ -1536,6 +1544,14 @@
},
"tagName": {
"type": "string"
+ },
+ "attachedBy": {
+ "type": "string",
+ "enum": [
+ "ai",
+ "human"
+ ],
+ "default": "human"
}
}
}