Skip to content

Commit 48b23af

Browse files
authored
fix(clients): userToken max length (#2004)
1 parent a59ab7d commit 48b23af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/insights/common/schemas/EventAttributes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ index:
1919
userToken:
2020
type: string
2121
minLength: 1
22-
maxLength: 128
22+
maxLength: 129
2323
pattern: '[a-zA-Z0-9_=/+-]{1,129}'
2424
description: |
2525
Anonymous or pseudonymous user identifier.

0 commit comments

Comments
 (0)