Skip to content

Commit

Permalink
fix: fix typo in "update user" operation (swagger-api#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome authored Mar 30, 2023
1 parent 568715c commit b8e2f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ paths:
parameters:
- name: username
in: path
description: name that need to be deleted
description: name that needs to be updated
required: true
schema:
type: string
Expand Down

0 comments on commit b8e2f32

Please sign in to comment.