Skip to content

Commit 4768158

Browse files
committed
chore(openapi): remove empty descriptions
1 parent c640a37 commit 4768158

File tree

4 files changed

+0
-63
lines changed

4 files changed

+0
-63
lines changed

api/model-server-deprecated.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ servers:
1818
paths:
1919
/json:
2020
get:
21-
description: ""
2221
responses:
2322
"200":
2423
$ref: '#/components/responses/200'
2524
/json/{repositoryId}:
2625
get:
27-
description: ""
2826
parameters:
2927
- name: repositoryId
3028
in: "path"
@@ -36,7 +34,6 @@ paths:
3634
$ref: '#/components/responses/200json'
3735
/json/{repositoryId}/{versionHash}:
3836
get:
39-
description: ""
4037
parameters:
4138
- name: versionHash
4239
in: "path"
@@ -53,7 +50,6 @@ paths:
5350
$ref: '#/components/responses/200json'
5451
/json/{repositoryId}/{versionHash}/poll:
5552
get:
56-
description: ""
5753
parameters:
5854
- name: repositoryId
5955
in: "path"
@@ -70,7 +66,6 @@ paths:
7066
$ref: '#/components/responses/200json'
7167
/json/{repositoryId}/{versionHash}/update:
7268
post:
73-
description: ""
7469
parameters:
7570
- name: repositoryId
7671
in: "path"
@@ -89,9 +84,6 @@ paths:
8984
'*/*':
9085
schema:
9186
type: string
92-
examples:
93-
Example#1:
94-
value: ""
9587
"403":
9688
$ref: '#/components/responses/403'
9789
"401":
@@ -102,7 +94,6 @@ paths:
10294
$ref: '#/components/responses/200json'
10395
/json/{repositoryId}/init:
10496
post:
105-
description: ""
10697
parameters:
10798
- name: repositoryId
10899
in: "path"
@@ -114,7 +105,6 @@ paths:
114105
$ref: '#/components/responses/200json'
115106
/json/{repositoryId}/ws:
116107
get:
117-
description: ""
118108
parameters:
119109
- name: repositoryId
120110
in: "path"
@@ -163,7 +153,6 @@ paths:
163153
type: string
164154
/json/generate-ids:
165155
post:
166-
description: ""
167156
parameters:
168157
- name: quantity
169158
in: "query"

api/model-server-html.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ servers:
2020
paths:
2121
/:
2222
get:
23-
description: ""
2423
responses:
2524
"200":
2625
$ref: '#/components/responses/200'
2726
/content:
2827
get:
29-
description: ""
3028
responses:
3129
"302":
3230
description: "Found <br> Redirect"
@@ -39,7 +37,6 @@ paths:
3937
value: "../repos/"
4038
/content/{versionHash}:
4139
get:
42-
description: ""
4340
parameters:
4441
- name: versionHash
4542
in: "path"
@@ -50,7 +47,6 @@ paths:
5047
"400":
5148
$ref: '#/components/responses/400'
5249
post:
53-
description: ""
5450
parameters:
5551
- name: versionHash
5652
in: "path"
@@ -70,7 +66,6 @@ paths:
7066
$ref: '#/components/responses/200'
7167
/content/{versionHash}/{nodeId}:
7268
get:
73-
description: ""
7469
parameters:
7570
- name: nodeId
7671
in: "path"
@@ -91,13 +86,8 @@ paths:
9186
text/plain:
9287
schema:
9388
$ref: "#/components/schemas/Function2"
94-
examples:
95-
text/html:
96-
description: "HTML document"
97-
value: ""
9889
/repos:
9990
get:
100-
description: ""
10191
responses:
10292
"403":
10393
$ref: '#/components/responses/403'
@@ -107,7 +97,6 @@ paths:
10797
$ref: '#/components/responses/500'
10898
/history:
10999
get:
110-
description: ""
111100
responses:
112101
"302":
113102
description: "Found <br> Redirect"
@@ -120,7 +109,6 @@ paths:
120109
value: "../repos/"
121110
/history/{repoId}/{branch}:
122111
get:
123-
description: ""
124112
parameters:
125113
- name: repoId
126114
in: "path"
@@ -156,7 +144,6 @@ paths:
156144
$ref: '#/components/responses/500'
157145
/history/{repoId}/{branch}/revert:
158146
post:
159-
description: ""
160147
parameters:
161148
- name: repoId
162149
in: "path"

api/model-server-light.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ paths:
1919
# TODO: this is a WS, openAPI will not help here
2020
/json/v2/{repositoryId}/ws:
2121
get:
22-
description: ""
2322
parameters:
2423
- name: repositoryId
2524
in: "path"

0 commit comments

Comments
 (0)