Skip to content

Commit 2cdd54b

Browse files
committed
chore(api): update openapi spec
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 0fc4fe7 commit 2cdd54b

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

core/openapi-ex_app.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"webdav-root",
3434
"reference-api",
3535
"reference-regex",
36+
"conversions",
3637
"mod-rewrite-working"
3738
],
3839
"properties": {
@@ -49,6 +50,12 @@
4950
"reference-regex": {
5051
"type": "string"
5152
},
53+
"conversions": {
54+
"type": "object",
55+
"additionalProperties": {
56+
"type": "object"
57+
}
58+
},
5259
"mod-rewrite-working": {
5360
"type": "boolean"
5461
}

core/openapi-full.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"webdav-root",
100100
"reference-api",
101101
"reference-regex",
102+
"conversions",
102103
"mod-rewrite-working"
103104
],
104105
"properties": {
@@ -115,6 +116,12 @@
115116
"reference-regex": {
116117
"type": "string"
117118
},
119+
"conversions": {
120+
"type": "object",
121+
"additionalProperties": {
122+
"type": "object"
123+
}
124+
},
118125
"mod-rewrite-working": {
119126
"type": "boolean"
120127
}

core/openapi.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"webdav-root",
100100
"reference-api",
101101
"reference-regex",
102+
"conversions",
102103
"mod-rewrite-working"
103104
],
104105
"properties": {
@@ -115,6 +116,12 @@
115116
"reference-regex": {
116117
"type": "string"
117118
},
119+
"conversions": {
120+
"type": "object",
121+
"additionalProperties": {
122+
"type": "object"
123+
}
124+
},
118125
"mod-rewrite-working": {
119126
"type": "boolean"
120127
}

lib/private/OCS/CoreCapabilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(
3636
* webdav-root: string,
3737
* reference-api: boolean,
3838
* reference-regex: string,
39-
* conversions: array<string, string|array<string>>,
39+
* conversions: array<string, mixed>,
4040
* mod-rewrite-working: boolean,
4141
* },
4242
* }

0 commit comments

Comments
 (0)