From 715651d6d263c5f526e8e13a8e2bb032193c5218 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Jul 2024 21:47:05 +0900 Subject: fix: adjust /games/{gameId} definition --- openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'openapi.yaml') 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 -- cgit v1.2.3-70-g09d2