aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-05 20:52:43 +0900
committernsfisis <nsfisis@gmail.com>2025-09-05 20:53:02 +0900
commit82d3cf35c3c6b85b48c94dd6301c8bf718669b8d (patch)
treec09c53a3ae1f51aba02902d4f32ffafdf7fb562a /openapi
parentdd1c68425120fca008a3b10991c865ea586c7002 (diff)
downloadiosdc-japan-2025-albatross-82d3cf35c3c6b85b48c94dd6301c8bf718669b8d.tar.gz
iosdc-japan-2025-albatross-82d3cf35c3c6b85b48c94dd6301c8bf718669b8d.tar.zst
iosdc-japan-2025-albatross-82d3cf35c3c6b85b48c94dd6301c8bf718669b8d.zip
feat(frontend): support swift language
Diffstat (limited to 'openapi')
-rw-r--r--openapi/api-server.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml
index 8fd2874..49b1a43 100644
--- a/openapi/api-server.yaml
+++ b/openapi/api-server.yaml
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Albatross internal web API
- version: 0.1.0
+ version: 0.2.0
paths:
/login:
post:
@@ -349,6 +349,12 @@ components:
description:
type: string
example: "This is a problem"
+ language:
+ type: string
+ example: "php"
+ enum:
+ - php
+ - swift
sample_code:
type: string
example: "echo 'hello world';"
@@ -356,6 +362,7 @@ components:
- problem_id
- title
- description
+ - language
- sample_code
ExecutionStatus:
type: string