Skip to content

Commit 9a345d8

Browse files
committed
chore(api): Regenerate OpenAPI docs
Signed-off-by: Joas Schilling <[email protected]>
1 parent 35909f1 commit 9a345d8

File tree

3 files changed

+106
-106
lines changed

3 files changed

+106
-106
lines changed

openapi-administration.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,6 @@
2020
}
2121
},
2222
"schemas": {
23-
"OCSMeta": {
24-
"type": "object",
25-
"required": [
26-
"status",
27-
"statuscode"
28-
],
29-
"properties": {
30-
"status": {
31-
"type": "string"
32-
},
33-
"statuscode": {
34-
"type": "integer"
35-
},
36-
"message": {
37-
"type": "string"
38-
},
39-
"totalitems": {
40-
"type": "string"
41-
},
42-
"itemsperpage": {
43-
"type": "string"
44-
}
45-
}
46-
},
4723
"Capabilities": {
4824
"type": "object",
4925
"required": [
@@ -79,6 +55,30 @@
7955
}
8056
}
8157
}
58+
},
59+
"OCSMeta": {
60+
"type": "object",
61+
"required": [
62+
"status",
63+
"statuscode"
64+
],
65+
"properties": {
66+
"status": {
67+
"type": "string"
68+
},
69+
"statuscode": {
70+
"type": "integer"
71+
},
72+
"message": {
73+
"type": "string"
74+
},
75+
"totalitems": {
76+
"type": "string"
77+
},
78+
"itemsperpage": {
79+
"type": "string"
80+
}
81+
}
8282
}
8383
}
8484
},

openapi-push.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,42 @@
2020
}
2121
},
2222
"schemas": {
23+
"Capabilities": {
24+
"type": "object",
25+
"required": [
26+
"notifications"
27+
],
28+
"properties": {
29+
"notifications": {
30+
"type": "object",
31+
"required": [
32+
"ocs-endpoints",
33+
"push",
34+
"admin-notifications"
35+
],
36+
"properties": {
37+
"ocs-endpoints": {
38+
"type": "array",
39+
"items": {
40+
"type": "string"
41+
}
42+
},
43+
"push": {
44+
"type": "array",
45+
"items": {
46+
"type": "string"
47+
}
48+
},
49+
"admin-notifications": {
50+
"type": "array",
51+
"items": {
52+
"type": "string"
53+
}
54+
}
55+
}
56+
}
57+
}
58+
},
2359
"OCSMeta": {
2460
"type": "object",
2561
"required": [
@@ -62,42 +98,6 @@
6298
"type": "string"
6399
}
64100
}
65-
},
66-
"Capabilities": {
67-
"type": "object",
68-
"required": [
69-
"notifications"
70-
],
71-
"properties": {
72-
"notifications": {
73-
"type": "object",
74-
"required": [
75-
"ocs-endpoints",
76-
"push",
77-
"admin-notifications"
78-
],
79-
"properties": {
80-
"ocs-endpoints": {
81-
"type": "array",
82-
"items": {
83-
"type": "string"
84-
}
85-
},
86-
"push": {
87-
"type": "array",
88-
"items": {
89-
"type": "string"
90-
}
91-
},
92-
"admin-notifications": {
93-
"type": "array",
94-
"items": {
95-
"type": "string"
96-
}
97-
}
98-
}
99-
}
100-
}
101101
}
102102
}
103103
},

openapi.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,39 @@
2020
}
2121
},
2222
"schemas": {
23-
"OCSMeta": {
23+
"Capabilities": {
2424
"type": "object",
2525
"required": [
26-
"status",
27-
"statuscode"
26+
"notifications"
2827
],
2928
"properties": {
30-
"status": {
31-
"type": "string"
32-
},
33-
"statuscode": {
34-
"type": "integer"
35-
},
36-
"message": {
37-
"type": "string"
38-
},
39-
"totalitems": {
40-
"type": "string"
41-
},
42-
"itemsperpage": {
43-
"type": "string"
29+
"notifications": {
30+
"type": "object",
31+
"required": [
32+
"ocs-endpoints",
33+
"push",
34+
"admin-notifications"
35+
],
36+
"properties": {
37+
"ocs-endpoints": {
38+
"type": "array",
39+
"items": {
40+
"type": "string"
41+
}
42+
},
43+
"push": {
44+
"type": "array",
45+
"items": {
46+
"type": "string"
47+
}
48+
},
49+
"admin-notifications": {
50+
"type": "array",
51+
"items": {
52+
"type": "string"
53+
}
54+
}
55+
}
4456
}
4557
}
4658
},
@@ -142,39 +154,27 @@
142154
}
143155
}
144156
},
145-
"Capabilities": {
157+
"OCSMeta": {
146158
"type": "object",
147159
"required": [
148-
"notifications"
160+
"status",
161+
"statuscode"
149162
],
150163
"properties": {
151-
"notifications": {
152-
"type": "object",
153-
"required": [
154-
"ocs-endpoints",
155-
"push",
156-
"admin-notifications"
157-
],
158-
"properties": {
159-
"ocs-endpoints": {
160-
"type": "array",
161-
"items": {
162-
"type": "string"
163-
}
164-
},
165-
"push": {
166-
"type": "array",
167-
"items": {
168-
"type": "string"
169-
}
170-
},
171-
"admin-notifications": {
172-
"type": "array",
173-
"items": {
174-
"type": "string"
175-
}
176-
}
177-
}
164+
"status": {
165+
"type": "string"
166+
},
167+
"statuscode": {
168+
"type": "integer"
169+
},
170+
"message": {
171+
"type": "string"
172+
},
173+
"totalitems": {
174+
"type": "string"
175+
},
176+
"itemsperpage": {
177+
"type": "string"
178178
}
179179
}
180180
}

0 commit comments

Comments
 (0)