Commit 2a5c18f 1 parent 42d0f68 commit 2a5c18f Copy full SHA for 2a5c18f
File tree 25 files changed +46
-11
lines changed
25 files changed +46
-11
lines changed Original file line number Diff line number Diff line change 64
64
application/json :
65
65
schema :
66
66
type : object
67
+ maxProperties : 0
67
68
examples :
68
69
response :
69
70
value : {}
@@ -233,6 +234,7 @@ paths:
233
234
application/json :
234
235
schema :
235
236
type : object
237
+ maxProperties : 0
236
238
examples :
237
239
response :
238
240
value : {}
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ paths:
236
236
application/json :
237
237
schema :
238
238
type : object
239
+ maxProperties : 0
239
240
examples :
240
241
response :
241
242
value : {}
@@ -305,6 +306,7 @@ paths:
305
306
application/json :
306
307
schema :
307
308
type : object
309
+ maxProperties : 0
308
310
examples :
309
311
response :
310
312
value : {}
Original file line number Diff line number Diff line change 76
76
application/json :
77
77
schema :
78
78
type : object
79
+ maxProperties : 0
79
80
examples :
80
81
response :
81
82
value : {}
Original file line number Diff line number Diff line change 66
66
application/json :
67
67
schema :
68
68
type : object
69
+ maxProperties : 0
69
70
examples :
70
71
response :
71
72
value : {}
@@ -137,6 +138,7 @@ paths:
137
138
application/json :
138
139
schema :
139
140
type : object
141
+ maxProperties : 0
140
142
examples :
141
143
response :
142
144
value : {}
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ paths:
102
102
application/json :
103
103
schema :
104
104
type : object
105
+ maxProperties : 0
105
106
examples :
106
107
response :
107
108
value : {}
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ paths:
128
128
application/json :
129
129
schema :
130
130
type : object
131
+ maxProperties : 0
131
132
example : {}
132
133
" 400 " :
133
134
description : |-
Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ paths:
123
123
content :
124
124
application/json :
125
125
schema :
126
- type : object # empty json object
126
+ type : object
127
+ maxProperties : 0 # empty json object
127
128
examples :
128
129
response :
129
130
value : {}
@@ -171,6 +172,7 @@ paths:
171
172
application/json :
172
173
schema :
173
174
type : object
175
+ maxProperties : 0
174
176
examples :
175
177
response :
176
178
value : {}
@@ -226,6 +228,7 @@ paths:
226
228
application/json :
227
229
schema :
228
230
type : object
231
+ maxProperties : 0
229
232
examples :
230
233
response :
231
234
value : {}
Original file line number Diff line number Diff line change 56
56
application/json :
57
57
schema :
58
58
type : object
59
+ maxProperties : 0
59
60
examples :
60
61
response :
61
62
value : {}
@@ -192,6 +193,7 @@ paths:
192
193
application/json :
193
194
schema :
194
195
type : object
196
+ maxProperties : 0
195
197
examples :
196
198
response :
197
199
value : {}
Original file line number Diff line number Diff line change 78
78
application/json :
79
79
schema :
80
80
type : object
81
+ maxProperties : 0
81
82
examples :
82
83
response :
83
84
value : {}
Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ paths:
302
302
application/json :
303
303
schema :
304
304
type : object
305
+ maxProperties : 0
305
306
examples :
306
307
response :
307
308
value : {}
@@ -371,7 +372,7 @@ paths:
371
372
application/json :
372
373
schema :
373
374
type : object
374
- properties : {}
375
+ maxProperties : 0
375
376
" 404 " :
376
377
description : |-
377
378
The backup specified does not exist. If the backup was previously
Original file line number Diff line number Diff line change 67
67
application/json :
68
68
schema :
69
69
type : object
70
+ maxProperties : 0
70
71
examples :
71
72
response :
72
73
value : {}
Original file line number Diff line number Diff line change 66
66
application/json :
67
67
schema :
68
68
type : object
69
+ maxProperties : 0
69
70
examples :
70
71
response :
71
72
value : {}
@@ -109,6 +110,7 @@ paths:
109
110
application/json :
110
111
schema :
111
112
type : object
113
+ maxProperties : 0
112
114
examples :
113
115
response :
114
116
value : {}
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ paths:
110
110
application/json :
111
111
schema :
112
112
type : object
113
+ maxProperties : 0
113
114
examples :
114
115
response :
115
116
value : {}
Original file line number Diff line number Diff line change 34
34
application/json :
35
35
schema :
36
36
type : object
37
- properties : {}
37
+ maxProperties : 0
38
38
tags :
39
39
- Session management
40
40
/logout/all :
63
63
application/json :
64
64
schema :
65
65
type : object
66
- properties : {}
66
+ maxProperties : 0
67
67
tags :
68
68
- Session management
69
69
servers :
Original file line number Diff line number Diff line change 66
66
content :
67
67
application/json :
68
68
schema :
69
- type : object # empty json object
69
+ type : object
70
+ maxProperties : 0 # empty json object
70
71
examples :
71
72
response :
72
73
value : {}
Original file line number Diff line number Diff line change 55
55
content :
56
56
application/json :
57
57
schema :
58
- type : object # empty json object
58
+ type : object
59
+ maxProperties : 0 # empty json object
59
60
examples :
60
61
response :
61
62
value : {}
@@ -143,7 +144,8 @@ paths:
143
144
content :
144
145
application/json :
145
146
schema :
146
- type : object # empty json object
147
+ type : object
148
+ maxProperties : 0 # empty json object
147
149
examples :
148
150
response :
149
151
value : {}
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ paths:
252
252
application/json :
253
253
schema :
254
254
type : object
255
+ maxProperties : 0
255
256
description : An empty object.
256
257
examples :
257
258
response :
Original file line number Diff line number Diff line change @@ -353,7 +353,8 @@ paths:
353
353
content :
354
354
application/json :
355
355
schema :
356
- type : object # empty json object
356
+ type : object
357
+ maxProperties : 0 # empty json object
357
358
examples :
358
359
response :
359
360
value : {}
@@ -487,7 +488,8 @@ paths:
487
488
content :
488
489
application/json :
489
490
schema :
490
- type : object # empty json object
491
+ type : object
492
+ maxProperties : 0 # empty json object
491
493
examples :
492
494
response :
493
495
value : {}
@@ -657,6 +659,7 @@ paths:
657
659
application/json :
658
660
schema :
659
661
type : object
662
+ maxProperties : 0 # empty json object
660
663
examples :
661
664
response :
662
665
value : {}
@@ -824,6 +827,7 @@ paths:
824
827
application/json :
825
828
schema :
826
829
type : object
830
+ maxProperties : 0 # empty json object
827
831
examples :
828
832
response :
829
833
value : {}
Original file line number Diff line number Diff line change 74
74
application/json :
75
75
schema :
76
76
type : object
77
- properties : {}
77
+ maxProperties : 0 # empty json object
78
78
" 429 " :
79
79
description : This request was rate-limited.
80
80
content :
Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ paths:
426
426
application/json :
427
427
schema :
428
428
type : object
429
+ maxProperties : 0 # empty json object
429
430
examples :
430
431
response :
431
432
value : {}
Original file line number Diff line number Diff line change 77
77
application/json :
78
78
schema :
79
79
type : object
80
+ maxProperties : 0 # empty json object
80
81
examples :
81
82
response :
82
83
value : {}
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ paths:
115
115
application/json :
116
116
schema :
117
117
type : object
118
+ maxProperties : 0 # empty json object
118
119
examples :
119
120
response :
120
121
value : {}
@@ -158,6 +159,7 @@ paths:
158
159
application/json :
159
160
schema :
160
161
type : object
162
+ maxProperties : 0 # empty json object
161
163
examples :
162
164
response :
163
165
value : {}
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ paths:
115
115
application/json :
116
116
schema :
117
117
type : object
118
+ maxProperties : 0 # empty json object
118
119
examples :
119
120
response :
120
121
value : {}
Original file line number Diff line number Diff line change 79
79
application/json :
80
80
schema :
81
81
type : object
82
+ maxProperties : 0 # empty json object
82
83
examples :
83
84
response :
84
85
value : {}
Original file line number Diff line number Diff line change 71
71
content :
72
72
application/json :
73
73
schema :
74
- type : object # empty json object
74
+ type : object
75
+ maxProperties : 0 # empty json object
75
76
examples :
76
77
response :
77
78
value : {}
You can’t perform that action at this time.
0 commit comments