aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi
diff options
context:
space:
mode:
Diffstat (limited to 'openapi')
-rw-r--r--openapi/api-server.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml
index 38e07d7..d13d738 100644
--- a/openapi/api-server.yaml
+++ b/openapi/api-server.yaml
@@ -218,10 +218,10 @@ components:
type: array
items:
$ref: '#/components/schemas/User'
- verification_steps:
+ exec_steps:
type: array
items:
- $ref: '#/components/schemas/VerificationStep'
+ $ref: '#/components/schemas/ExecStep'
required:
- game_id
- game_type
@@ -230,8 +230,8 @@ components:
- duration_seconds
- problem
- players
- - verification_steps
- VerificationStep:
+ - exec_steps
+ ExecStep:
type: object
properties:
testcase_id: