Skip to content

Commit

Permalink
fix(openapi): change example password to a working one
Browse files Browse the repository at this point in the history
use as example a password that is accepted by the service, the pass123 password was too weak and was rejected by the service

Signed-off-by: Marcondiro <[email protected]>
  • Loading branch information
Marcondiro committed Nov 8, 2023
1 parent f7888ff commit 3e6b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ paths:
password:
type: string
format: password
example: pass123
example: strongP@55w0rd
responses:
"201":
$ref: "#/components/responses/Created"
Expand Down

0 comments on commit 3e6b1fd

Please sign in to comment.