diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 13:41:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 13:42:58 +0900 |
| commit | ac732635747828dbe20c657362eba10840a039d2 (patch) | |
| tree | 05f880379b2aa4c07dde5fc666eec8af7c3ab327 /openapi.yaml | |
| parent | 456be68ca2344e1feb11a119053ab862848971af (diff) | |
| download | phperkaigi-2025-albatross-ac732635747828dbe20c657362eba10840a039d2.tar.gz phperkaigi-2025-albatross-ac732635747828dbe20c657362eba10840a039d2.tar.zst phperkaigi-2025-albatross-ac732635747828dbe20c657362eba10840a039d2.zip | |
refactor: change JwtPayload type
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openapi.yaml b/openapi.yaml index a0348d9..a3f5776 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -53,7 +53,7 @@ components: type: object properties: user_id: - type: number + type: integer example: 123 username: type: string @@ -63,7 +63,6 @@ components: example: "John Doe" icon_path: type: string - nullable: true example: "/images/john.jpg" is_admin: type: boolean |
