diff --git a/app/public/openapi.yaml b/app/public/openapi.yaml index 172281b..4adb0e6 100644 --- a/app/public/openapi.yaml +++ b/app/public/openapi.yaml @@ -218,7 +218,7 @@ paths: type: string example: username: bob - email: bob@company.com + password: mypassword responses: "200": description: OK diff --git a/docs/openapi/paths/users/_users_login.yaml b/docs/openapi/paths/users/_users_login.yaml index 64e6486..1ed63af 100644 --- a/docs/openapi/paths/users/_users_login.yaml +++ b/docs/openapi/paths/users/_users_login.yaml @@ -15,7 +15,7 @@ post: type: string password: type: string - example: { username: bob, email: bob@company.com } + example: { username: bob, password: mypassword } responses: 200: description: OK