File tree Expand file tree Collapse file tree 4 files changed +0
-63
lines changed Expand file tree Collapse file tree 4 files changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ servers:
18
18
paths :
19
19
/json :
20
20
get :
21
- description : " "
22
21
responses :
23
22
" 200 " :
24
23
$ref : ' #/components/responses/200'
25
24
/json/{repositoryId} :
26
25
get :
27
- description : " "
28
26
parameters :
29
27
- name : repositoryId
30
28
in : " path"
36
34
$ref : ' #/components/responses/200json'
37
35
/json/{repositoryId}/{versionHash} :
38
36
get :
39
- description : " "
40
37
parameters :
41
38
- name : versionHash
42
39
in : " path"
53
50
$ref : ' #/components/responses/200json'
54
51
/json/{repositoryId}/{versionHash}/poll :
55
52
get :
56
- description : " "
57
53
parameters :
58
54
- name : repositoryId
59
55
in : " path"
70
66
$ref : ' #/components/responses/200json'
71
67
/json/{repositoryId}/{versionHash}/update :
72
68
post :
73
- description : " "
74
69
parameters :
75
70
- name : repositoryId
76
71
in : " path"
89
84
' */* ' :
90
85
schema :
91
86
type : string
92
- examples :
93
- Example#1:
94
- value : " "
95
87
" 403 " :
96
88
$ref : ' #/components/responses/403'
97
89
" 401 " :
@@ -102,7 +94,6 @@ paths:
102
94
$ref : ' #/components/responses/200json'
103
95
/json/{repositoryId}/init :
104
96
post :
105
- description : " "
106
97
parameters :
107
98
- name : repositoryId
108
99
in : " path"
@@ -114,7 +105,6 @@ paths:
114
105
$ref : ' #/components/responses/200json'
115
106
/json/{repositoryId}/ws :
116
107
get :
117
- description : " "
118
108
parameters :
119
109
- name : repositoryId
120
110
in : " path"
@@ -163,7 +153,6 @@ paths:
163
153
type : string
164
154
/json/generate-ids :
165
155
post :
166
- description : " "
167
156
parameters :
168
157
- name : quantity
169
158
in : " query"
Original file line number Diff line number Diff line change @@ -20,13 +20,11 @@ servers:
20
20
paths :
21
21
/ :
22
22
get :
23
- description : " "
24
23
responses :
25
24
" 200 " :
26
25
$ref : ' #/components/responses/200'
27
26
/content :
28
27
get :
29
- description : " "
30
28
responses :
31
29
" 302 " :
32
30
description : " Found <br> Redirect"
39
37
value : " ../repos/"
40
38
/content/{versionHash} :
41
39
get :
42
- description : " "
43
40
parameters :
44
41
- name : versionHash
45
42
in : " path"
50
47
" 400 " :
51
48
$ref : ' #/components/responses/400'
52
49
post :
53
- description : " "
54
50
parameters :
55
51
- name : versionHash
56
52
in : " path"
70
66
$ref : ' #/components/responses/200'
71
67
/content/{versionHash}/{nodeId} :
72
68
get :
73
- description : " "
74
69
parameters :
75
70
- name : nodeId
76
71
in : " path"
@@ -91,13 +86,8 @@ paths:
91
86
text/plain :
92
87
schema :
93
88
$ref : " #/components/schemas/Function2"
94
- examples :
95
- text/html :
96
- description : " HTML document"
97
- value : " "
98
89
/repos :
99
90
get :
100
- description : " "
101
91
responses :
102
92
" 403 " :
103
93
$ref : ' #/components/responses/403'
@@ -107,7 +97,6 @@ paths:
107
97
$ref : ' #/components/responses/500'
108
98
/history :
109
99
get :
110
- description : " "
111
100
responses :
112
101
" 302 " :
113
102
description : " Found <br> Redirect"
@@ -120,7 +109,6 @@ paths:
120
109
value : " ../repos/"
121
110
/history/{repoId}/{branch} :
122
111
get :
123
- description : " "
124
112
parameters :
125
113
- name : repoId
126
114
in : " path"
@@ -156,7 +144,6 @@ paths:
156
144
$ref : ' #/components/responses/500'
157
145
/history/{repoId}/{branch}/revert :
158
146
post :
159
- description : " "
160
147
parameters :
161
148
- name : repoId
162
149
in : " path"
Original file line number Diff line number Diff line change 19
19
# TODO: this is a WS, openAPI will not help here
20
20
/json/v2/{repositoryId}/ws :
21
21
get :
22
- description : " "
23
22
parameters :
24
23
- name : repositoryId
25
24
in : " path"
You can’t perform that action at this time.
0 commit comments