diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-21 09:23:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-21 09:50:56 +0900 |
| commit | 80ee46c81dda5331f66aa401435447f22ff187cd (patch) | |
| tree | 10830e1e882808b0ecbebd2164fd805160558ca2 /openapi | |
| parent | d379ce3309e5241359b9849fd0170909a140169c (diff) | |
| download | iosdc-japan-2025-albatross-80ee46c81dda5331f66aa401435447f22ff187cd.tar.gz iosdc-japan-2025-albatross-80ee46c81dda5331f66aa401435447f22ff187cd.tar.zst iosdc-japan-2025-albatross-80ee46c81dda5331f66aa401435447f22ff187cd.zip | |
feat(frontend): show game result in 1v1 watch
Diffstat (limited to 'openapi')
| -rw-r--r-- | openapi/api-server.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml index e6842fd..e9915bf 100644 --- a/openapi/api-server.yaml +++ b/openapi/api-server.yaml @@ -378,11 +378,17 @@ components: type: integer nullable: true example: 100 + best_score_submitted_at: + type: integer + nullable: true + example: 946684800 + x-go-type: int64 status: $ref: '#/components/schemas/ExecutionStatus' required: - code - score + - best_score_submitted_at - status RankingEntry: type: object |
