diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-31 21:47:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-31 21:47:15 +0900 |
| commit | 715651d6d263c5f526e8e13a8e2bb032193c5218 (patch) | |
| tree | 9ed66437bc86c0b1d5f75831a084347b9febed1b /openapi.yaml | |
| parent | 9e634d64153b2d6dff86cafd1765db02a1224af4 (diff) | |
| download | phperkaigi-2025-albatross-715651d6d263c5f526e8e13a8e2bb032193c5218.tar.gz phperkaigi-2025-albatross-715651d6d263c5f526e8e13a8e2bb032193c5218.tar.zst phperkaigi-2025-albatross-715651d6d263c5f526e8e13a8e2bb032193c5218.zip | |
fix: adjust /games/{gameId} definition
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openapi.yaml b/openapi.yaml index 8e87938..050bae7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -154,6 +154,18 @@ paths: example: "Forbidden operation" required: - message + '404': + description: Not found + content: + application/json: + schema: + type: object + properties: + message: + type: string + example: "Not found" + required: + - message /admin/users: get: summary: List all users |
