WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5b7075b

Browse files
refactor: bump individual tag char limit to 256 (#4310)
* refactor: bump individual tag char limit to 256 * chore: add openapi gen
1 parent f3b54eb commit 5b7075b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/apps/api/openapi/openapi-generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ components:
13551355
items:
13561356
type: string
13571357
minLength: 1
1358-
maxLength: 128
1358+
maxLength: 256
13591359
pattern: "^[a-zA-Z0-9_=/.:-]+$"
13601360
maxItems: 20
13611361
description: |

go/apps/api/openapi/spec/paths/v2/keys/verifyKey/V2KeysVerifyKeyRequestBody.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ properties:
3030
items:
3131
type: string
3232
minLength: 1
33-
maxLength: 128 # Keep individual tags concise for analytics performance
33+
maxLength: 256 # Keep individual tags concise for analytics performance
3434
pattern: "^[a-zA-Z0-9_=/.:-]+$"
3535
maxItems: 20 # Allow sufficient tags for detailed analytics without performance impact
3636
description: |

0 commit comments

Comments
 (0)