We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f9051 commit 1428b39Copy full SHA for 1428b39
v2.yml
@@ -1,7 +1,7 @@
1
swagger: "2.0"
2
info:
3
version: "0.2"
4
- title: Swagger definition of Coderbot API v2
+ title: OpenAPI 2.0 definition of Coderbot API v2
5
6
consumes:
7
- "application/json"
@@ -19,6 +19,8 @@ paths:
19
responses:
20
200:
21
description: "ok"
22
+ tags:
23
+ - CoderBot configuration
24
/delete:
25
post:
26
operationId: "api.deleteProgram"
@@ -31,6 +33,8 @@ paths:
31
33
32
34
35
36
37
+ - Program management
38
/list:
39
get:
40
operationId: "api.listPrograms"
@@ -113,7 +117,7 @@ paths:
113
117
operationId: "api.saveProgram"
114
118
summary: "Save a new program"
115
119
tags:
116
- - Activity management
120
121
parameters:
122
- name: overwrite
123
in: query
0 commit comments