Skip to content

Commit

Permalink
Update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
mittwald-machine committed Jan 9, 2024
1 parent fda9f89 commit 07ca0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generated/V2/Schemas/Domain/HandleField.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class HandleField
'type' => 'string',
],
'value' => [
'pattern' => '^[0-9a-zA-ZäöüÄÖÜß &()+,.-]+$',
'pattern' => '^[0-9a-zA-ZÀ-ÖØ-öø-ÿ /&()+,.@_-]+$',
'type' => 'string',
],
],
Expand Down

0 comments on commit 07ca0e1

Please sign in to comment.