summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/openapi.json
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-01-18 15:56:09 +0100
committerKate <26026535+provokateurin@users.noreply.github.com>2024-01-19 09:12:26 +0100
commit846fb6f7019a7c7c440b28475d8323b46c042d5e (patch)
tree339e64c0f7fbfb83006c9ff5f6f6fb25444aa77c /apps/files_sharing/openapi.json
parentb8b15b725b0760c8a738b72e13adc083e2f8ab01 (diff)
downloadnextcloud-server-846fb6f7019a7c7c440b28475d8323b46c042d5e.tar.gz
nextcloud-server-846fb6f7019a7c7c440b28475d8323b46c042d5e.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/files_sharing/openapi.json')
-rw-r--r--apps/files_sharing/openapi.json154
1 files changed, 7 insertions, 147 deletions
diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json
index 5447218b63e..9a869feb3b2 100644
--- a/apps/files_sharing/openapi.json
+++ b/apps/files_sharing/openapi.json
@@ -1320,16 +1320,6 @@
"schema": {
"type": "string"
}
- },
- {
- "name": "OCS-APIRequest",
- "in": "header",
- "description": "Required to be true for the API request to pass",
- "required": true,
- "schema": {
- "type": "boolean",
- "default": true
- }
}
],
"responses": {
@@ -1348,27 +1338,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
+ "schema": {}
}
}
},
@@ -1376,27 +1346,7 @@
"description": "Getting preview is not allowed",
"content": {
"application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
+ "schema": {}
}
}
},
@@ -1404,27 +1354,7 @@
"description": "Share or preview not found",
"content": {
"application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
+ "schema": {}
}
}
}
@@ -1498,16 +1428,6 @@
"schema": {
"type": "string"
}
- },
- {
- "name": "OCS-APIRequest",
- "in": "header",
- "description": "Required to be true for the API request to pass",
- "required": true,
- "schema": {
- "type": "boolean",
- "default": true
- }
}
],
"responses": {
@@ -1526,27 +1446,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
+ "schema": {}
}
}
},
@@ -1554,27 +1454,7 @@
"description": "Getting preview is not allowed",
"content": {
"application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
+ "schema": {}
}
}
},
@@ -1582,27 +1462,7 @@
"description": "Share or preview not found",
"content": {
"application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
+ "schema": {}
}
}
}
@@ -2609,7 +2469,7 @@
},
"/ocs/v2.php/apps/files_sharing/api/v1/deletedshares": {
"get": {
- "operationId": "deleted_shareapi-list",
+ "operationId": "deleted_shareapi-index",
"summary": "Get a list of all deleted shares",
"tags": [
"deleted_shareapi"