Skip to content

Commit b8e2f32

Browse files
authored
fix: fix typo in "update user" operation (#97)
1 parent 568715c commit b8e2f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ paths:
567567
parameters:
568568
- name: username
569569
in: path
570-
description: name that need to be deleted
570+
description: name that needs to be updated
571571
required: true
572572
schema:
573573
type: string

0 commit comments

Comments
 (0)