aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-20 19:41:38 +0900
committernsfisis <nsfisis@gmail.com>2025-03-20 19:41:39 +0900
commit1a08d06be929900fb8d8b61a1ac0611005c277e8 (patch)
treeb064bfb79cc0021a42c423a04359504369e1faa5 /openapi
parent96081efcce7b7e1f4540cb74cb511a341f2cb4d3 (diff)
downloadphperkaigi-2025-albatross-1a08d06be929900fb8d8b61a1ac0611005c277e8.tar.gz
phperkaigi-2025-albatross-1a08d06be929900fb8d8b61a1ac0611005c277e8.tar.zst
phperkaigi-2025-albatross-1a08d06be929900fb8d8b61a1ac0611005c277e8.zip
feat: show submission date on ranking
Diffstat (limited to 'openapi')
-rw-r--r--openapi/api-server.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml
index 9b43bc9..e6842fd 100644
--- a/openapi/api-server.yaml
+++ b/openapi/api-server.yaml
@@ -392,6 +392,11 @@ components:
score:
type: integer
example: 100
+ submitted_at:
+ type: integer
+ example: 946684800
+ x-go-type: int64
required:
- player
- score
+ - submitted_at