Skip to content

Commit

Permalink
Merge pull request #4345 from nickmango/bug/org-search-v3
Browse files Browse the repository at this point in the history
[#3581] Bug/Organisation Search
  • Loading branch information
nickmango authored Jun 6, 2024
2 parents 51e35c6 + 7548bce commit ac14f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend-go/swagger/cla.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ parameters:
type: string
required: false
x-omitempty: false
pattern: '^([\w\d\s\-\,\./]+){2,255}$'
pattern: '[^<>]*'
minLength: 2
maxLength: 255
companyNameRequired:
Expand Down

0 comments on commit ac14f39

Please sign in to comment.