Skip to content

Commit 1428b39

Browse files
committed
API documentation: tags
1 parent 95f9051 commit 1428b39

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

v2.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: "2.0"
22
info:
33
version: "0.2"
4-
title: Swagger definition of Coderbot API v2
4+
title: OpenAPI 2.0 definition of Coderbot API v2
55

66
consumes:
77
- "application/json"
@@ -19,6 +19,8 @@ paths:
1919
responses:
2020
200:
2121
description: "ok"
22+
tags:
23+
- CoderBot configuration
2224
/delete:
2325
post:
2426
operationId: "api.deleteProgram"
@@ -31,6 +33,8 @@ paths:
3133
responses:
3234
200:
3335
description: "ok"
36+
tags:
37+
- Program management
3438
/list:
3539
get:
3640
operationId: "api.listPrograms"
@@ -113,7 +117,7 @@ paths:
113117
operationId: "api.saveProgram"
114118
summary: "Save a new program"
115119
tags:
116-
- Activity management
120+
- Program management
117121
parameters:
118122
- name: overwrite
119123
in: query

0 commit comments

Comments
 (0)