aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-01-18 15:56:09 +0100
committerprovokateurin <kate@provokateurin.de>2024-01-18 16:00:18 +0100
commit88f7d5bf8497f691ba91ccc850efbc94c18aa3b5 (patch)
tree4016f9ac9de38fc03d9b9f5a6e04f01412c53657 /apps/files_sharing
parent887d63663d651ab90b385936df55046a5a286548 (diff)
downloadnextcloud-server-88f7d5bf8497f691ba91ccc850efbc94c18aa3b5.tar.gz
nextcloud-server-88f7d5bf8497f691ba91ccc850efbc94c18aa3b5.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/files_sharing')
-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 6c0714d3b8a..3d254e8ad0c 100644
--- a/apps/files_sharing/openapi.json
+++ b/apps/files_sharing/openapi.json
@@ -1328,16 +1328,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": {
@@ -1356,27 +1346,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": {}
}
}
},
@@ -1384,27 +1354,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": {}
}
}
},
@@ -1412,27 +1362,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": {}
}
}
}
@@ -1506,16 +1436,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": {
@@ -1534,27 +1454,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": {}
}
}
},
@@ -1562,27 +1462,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": {}
}
}
},
@@ -1590,27 +1470,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": {}
}
}
}
@@ -2617,7 +2477,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"