diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-06 10:44:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-06 10:44:05 +0900 |
| commit | 04b890d202b23fef6803869db98810ad6f3af4c0 (patch) | |
| tree | 0090949c2e4e84173b5c34a1d0f916104fa7b03b /openapi | |
| parent | 36c32bdbaf65a859d6ce25aefd56df189907453c (diff) | |
| download | iosdc-japan-2025-albatross-04b890d202b23fef6803869db98810ad6f3af4c0.tar.gz iosdc-japan-2025-albatross-04b890d202b23fef6803869db98810ad6f3af4c0.tar.zst iosdc-japan-2025-albatross-04b890d202b23fef6803869db98810ad6f3af4c0.zip | |
fix(*): support compile_error as worker result
Diffstat (limited to 'openapi')
| -rw-r--r-- | openapi/api-server.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml index 49b1a43..098832b 100644 --- a/openapi/api-server.yaml +++ b/openapi/api-server.yaml @@ -373,6 +373,7 @@ components: - success - wrong_answer - timeout + - compile_error - runtime_error - internal_error LatestGameState: |
