diff options
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openapi.yaml b/openapi.yaml index 217c4f1..a0348d9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -58,7 +58,7 @@ components: username: type: string example: "john" - display_username: + display_name: type: string example: "John Doe" icon_path: @@ -71,5 +71,5 @@ components: required: - user_id - username - - display_username + - display_name - is_admin |
