Skip to content

Commit

Permalink
Merge pull request #2377 from NapoliN/master
Browse files Browse the repository at this point in the history
  • Loading branch information
pikachu0310 committed Apr 17, 2024
2 parents d24c48a + 5c7aeef commit 3164dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v3-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5525,7 +5525,7 @@ components:
pattern: '^[a-zA-Z0-9_-]{1,32}$'
password:
type: string
pattern: "^[\\\\x20-\\\\x7E]{10,32}$"
pattern: "^[\\x20-\\x7E]{10,32}$"
description: パスワード
required:
- name
Expand Down Expand Up @@ -5653,7 +5653,7 @@ components:
password:
type: string
description: パスワード
pattern: "^[\\\\x20-\\\\x7E]{10,32}$"
pattern: "^[\\x20-\\x7E]{10,32}$"
required:
- name
- password
Expand Down

0 comments on commit 3164dea

Please sign in to comment.