aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-07-02 09:08:04 +0200
committerprovokateurin <kate@provokateurin.de>2024-07-02 09:08:04 +0200
commit32de9582594e8cde172846684e9874cf10ba7099 (patch)
tree134a54cdb3531fafaf0b09505d3479380286ab9d /apps/updatenotification
parentee7dda5e867b4b86fdd26abcbc574f619e8a8d64 (diff)
downloadnextcloud-server-32de9582594e8cde172846684e9874cf10ba7099.tar.gz
nextcloud-server-32de9582594e8cde172846684e9874cf10ba7099.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r--apps/updatenotification/openapi.json28
1 files changed, 18 insertions, 10 deletions
diff --git a/apps/updatenotification/openapi.json b/apps/updatenotification/openapi.json
index 94ed779d2c8..ffa726a31bb 100644
--- a/apps/updatenotification/openapi.json
+++ b/apps/updatenotification/openapi.json
@@ -220,16 +220,24 @@
"basic_auth": []
}
],
- "parameters": [
- {
- "name": "version",
- "in": "query",
- "description": "The version to search the changelog entry for (defaults to the latest installed)",
- "schema": {
- "type": "string",
- "nullable": true
+ "requestBody": {
+ "required": false,
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "version": {
+ "type": "string",
+ "nullable": true,
+ "description": "The version to search the changelog entry for (defaults to the latest installed)"
+ }
+ }
+ }
}
- },
+ }
+ },
+ "parameters": [
{
"name": "apiVersion",
"in": "path",
@@ -344,4 +352,4 @@
}
},
"tags": []
-} \ No newline at end of file
+}