diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 03:15:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 03:15:08 +0900 |
| commit | 569eb3753db04c2ceca8d005b3e1cef15cfe8eb7 (patch) | |
| tree | 9cb80bf9642e1e7d6146551d81fd57988bb240df /openapi.yaml | |
| parent | f106dfda762b499af52a741f682c34abb83d27d9 (diff) | |
| download | phperkaigi-2025-albatross-569eb3753db04c2ceca8d005b3e1cef15cfe8eb7.tar.gz phperkaigi-2025-albatross-569eb3753db04c2ceca8d005b3e1cef15cfe8eb7.tar.zst phperkaigi-2025-albatross-569eb3753db04c2ceca8d005b3e1cef15cfe8eb7.zip | |
rename user's display_username to display_name
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 |
