aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/openapi.json
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-09-27 10:22:20 +0200
committerjld3103 <jld3103yt@gmail.com>2023-09-27 10:22:20 +0200
commitd7926807ea89bdd687d8bd4d768b2553f0b5d617 (patch)
tree913d0a47d7fe2233d5f3953b5aacc196c1c7ab90 /apps/files_reminders/openapi.json
parentf134244c90ab4aff3fa7758f8c548ebd89c6a256 (diff)
downloadnextcloud-server-d7926807ea89bdd687d8bd4d768b2553f0b5d617.tar.gz
nextcloud-server-d7926807ea89bdd687d8bd4d768b2553f0b5d617.zip
Fix OCS-APIRequest header for OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/files_reminders/openapi.json')
-rw-r--r--apps/files_reminders/openapi.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/apps/files_reminders/openapi.json b/apps/files_reminders/openapi.json
index 2baa4e1bdb9..67135e57cc1 100644
--- a/apps/files_reminders/openapi.json
+++ b/apps/files_reminders/openapi.json
@@ -85,10 +85,11 @@
{
"name": "OCS-APIRequest",
"in": "header",
+ "description": "Required to be true for the API request to pass",
"required": true,
"schema": {
- "type": "string",
- "default": "true"
+ "type": "boolean",
+ "default": true
}
}
],
@@ -208,10 +209,11 @@
{
"name": "OCS-APIRequest",
"in": "header",
+ "description": "Required to be true for the API request to pass",
"required": true,
"schema": {
- "type": "string",
- "default": "true"
+ "type": "boolean",
+ "default": true
}
}
],
@@ -395,10 +397,11 @@
{
"name": "OCS-APIRequest",
"in": "header",
+ "description": "Required to be true for the API request to pass",
"required": true,
"schema": {
- "type": "string",
- "default": "true"
+ "type": "boolean",
+ "default": true
}
}
],