Skip to content

Commit

Permalink
fix(clients): userToken max length (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored Sep 12, 2023
1 parent a59ab7d commit 48b23af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/insights/common/schemas/EventAttributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ index:
userToken:
type: string
minLength: 1
maxLength: 128
maxLength: 129
pattern: '[a-zA-Z0-9_=/+-]{1,129}'
description: |
Anonymous or pseudonymous user identifier.
Expand Down

0 comments on commit 48b23af

Please sign in to comment.