Skip to content

Commit

Permalink
chore(api): update openapi spec
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Jan 6, 2025
1 parent 0fc4fe7 commit 2cdd54b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions core/openapi-ex_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"conversions",
"mod-rewrite-working"
],
"properties": {
Expand All @@ -49,6 +50,12 @@
"reference-regex": {
"type": "string"
},
"conversions": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"mod-rewrite-working": {
"type": "boolean"
}
Expand Down
7 changes: 7 additions & 0 deletions core/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"conversions",
"mod-rewrite-working"
],
"properties": {
Expand All @@ -115,6 +116,12 @@
"reference-regex": {
"type": "string"
},
"conversions": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"mod-rewrite-working": {
"type": "boolean"
}
Expand Down
7 changes: 7 additions & 0 deletions core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"conversions",
"mod-rewrite-working"
],
"properties": {
Expand All @@ -115,6 +116,12 @@
"reference-regex": {
"type": "string"
},
"conversions": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"mod-rewrite-working": {
"type": "boolean"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/private/OCS/CoreCapabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(
* webdav-root: string,
* reference-api: boolean,
* reference-regex: string,
* conversions: array<string, string|array<string>>,
* conversions: array<string, mixed>,
* mod-rewrite-working: boolean,
* },
* }
Expand Down

0 comments on commit 2cdd54b

Please sign in to comment.