diff options
| author | Mostafa Wahied <97263286+Mostafa-Wahied@users.noreply.github.com> | 2025-06-22 11:47:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-22 19:47:51 +0100 |
| commit | 112aa9d942ef0f8548c3728e6218c27cc335a601 (patch) | |
| tree | 9b0c545fb5b16604e9061e59ebd3d57d7033b4a7 /packages/open-api/karakeep-openapi-spec.json | |
| parent | c70d64d4cde2bf2acc5c4164eef79c40fd58aa42 (diff) | |
| download | karakeep-112aa9d942ef0f8548c3728e6218c27cc335a601.tar.zst | |
fix(tags): normalise leading hashes in tag names (#1317) (#1351)
* fix(tags): normalise leading hashes in tag names (#1317)
* move the transformation to zod
* fix openapi spec
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'packages/open-api/karakeep-openapi-spec.json')
| -rw-r--r-- | packages/open-api/karakeep-openapi-spec.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json index 3641d166..8a2b8eb9 100644 --- a/packages/open-api/karakeep-openapi-spec.json +++ b/packages/open-api/karakeep-openapi-spec.json @@ -2321,8 +2321,7 @@ "type": "object", "properties": { "name": { - "type": "string", - "minLength": 1 + "type": "string" } }, "required": [ |
