From 3ea0b8e93ea2735feacc8b7253bc0b32a5aa2bb6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 29 Mar 2025 01:51:53 +0900 Subject: feat: show code in ranking page --- openapi/api-server.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openapi') diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml index e9915bf..8fd2874 100644 --- a/openapi/api-server.yaml +++ b/openapi/api-server.yaml @@ -402,7 +402,12 @@ components: type: integer example: 946684800 x-go-type: int64 + code: + type: string + nullable: true + example: "echo 'hello world';" required: - player - score - submitted_at + - code -- cgit v1.2.3-70-g09d2