Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(openapi): change example password to a working one #3464

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -180,8 +180,8 @@ paths:
type: string
format: password
example:
old: oldPass
new: newPass
old: strongP@55w0rd
new: newstrongP@55w0rd
responses:
"204":
$ref: "#/components/responses/NoContent"
Expand Down