aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKate <26026535+provokateurin@users.noreply.github.com>2025-04-12 08:58:42 +0200
committerGitHub <noreply@github.com>2025-04-12 08:58:42 +0200
commite761c9e3eb2ab565adb890ce2faf33ada6fb3311 (patch)
treee3a584b48f5482c82fcf47ef455e0221b117dc8e
parent8537b67eff26c8f01f189f9efbbebac34e066cc2 (diff)
parent8eb3c975ad1ccfd5898b2d7b89479960b897dc36 (diff)
downloadnextcloud-server-e761c9e3eb2ab565adb890ce2faf33ada6fb3311.tar.gz
nextcloud-server-e761c9e3eb2ab565adb890ce2faf33ada6fb3311.zip
Merge pull request #52156 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.5.3
-rw-r--r--openapi.json1128
-rw-r--r--vendor-bin/openapi-extractor/composer.lock20
2 files changed, 574 insertions, 574 deletions
diff --git a/openapi.json b/openapi.json
index c7ca00d5157..467e0d1cc48 100644
--- a/openapi.json
+++ b/openapi.json
@@ -18,15 +18,15 @@
],
"tags": [
{
- "name": "core-full/avatar",
+ "name": "core/avatar",
"description": "Class AvatarController"
},
{
- "name": "core-full/guest_avatar",
+ "name": "core/guest_avatar",
"description": "This controller handles guest avatar requests."
},
{
- "name": "core-full/ocm",
+ "name": "core/ocm",
"description": "Controller about the endpoint /ocm-provider/"
},
{
@@ -38,7 +38,7 @@
"description": "Class MountPublicLinkController convert public links to federated shares"
},
{
- "name": "federation-full/ocs_authapi",
+ "name": "federation/ocs_authapi",
"description": "Class OCSAuthAPI OCS API end-points to exchange shared secret between two connected Nextclouds"
},
{
@@ -58,7 +58,7 @@
}
},
"schemas": {
- "Core-fullAutocompleteResult": {
+ "CoreAutocompleteResult": {
"type": "object",
"required": [
"id",
@@ -124,7 +124,7 @@
}
}
},
- "Core-fullCapabilities": {
+ "CoreCapabilities": {
"type": "object",
"required": [
"core"
@@ -160,7 +160,7 @@
}
}
},
- "Core-fullCollection": {
+ "CoreCollection": {
"type": "object",
"required": [
"id",
@@ -178,12 +178,12 @@
"resources": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullResource"
+ "$ref": "#/components/schemas/CoreResource"
}
}
}
},
- "Core-fullContactsAction": {
+ "CoreContactsAction": {
"type": "object",
"required": [
"title",
@@ -206,7 +206,7 @@
}
}
},
- "Core-fullLoginFlowV2": {
+ "CoreLoginFlowV2": {
"type": "object",
"required": [
"poll",
@@ -233,7 +233,7 @@
}
}
},
- "Core-fullLoginFlowV2Credentials": {
+ "CoreLoginFlowV2Credentials": {
"type": "object",
"required": [
"server",
@@ -252,7 +252,7 @@
}
}
},
- "Core-fullNavigationEntry": {
+ "CoreNavigationEntry": {
"type": "object",
"required": [
"id",
@@ -326,7 +326,7 @@
}
}
},
- "Core-fullOpenGraphObject": {
+ "CoreOpenGraphObject": {
"type": "object",
"required": [
"id",
@@ -355,7 +355,7 @@
}
}
},
- "Core-fullPublicCapabilities": {
+ "CorePublicCapabilities": {
"type": "object",
"required": [
"bruteforce"
@@ -379,7 +379,7 @@
}
}
},
- "Core-fullReference": {
+ "CoreReference": {
"type": "object",
"required": [
"richObjectType",
@@ -399,14 +399,14 @@
}
},
"openGraphObject": {
- "$ref": "#/components/schemas/Core-fullOpenGraphObject"
+ "$ref": "#/components/schemas/CoreOpenGraphObject"
},
"accessible": {
"type": "boolean"
}
}
},
- "Core-fullReferenceProvider": {
+ "CoreReferenceProvider": {
"type": "object",
"required": [
"id",
@@ -438,7 +438,7 @@
}
}
},
- "Core-fullResource": {
+ "CoreResource": {
"type": "object",
"required": [
"richObjectType",
@@ -458,14 +458,14 @@
}
},
"openGraphObject": {
- "$ref": "#/components/schemas/Core-fullOpenGraphObject"
+ "$ref": "#/components/schemas/CoreOpenGraphObject"
},
"accessible": {
"type": "boolean"
}
}
},
- "Core-fullStatus": {
+ "CoreStatus": {
"type": "object",
"required": [
"installed",
@@ -504,7 +504,7 @@
}
}
},
- "Core-fullTaskProcessingIO": {
+ "CoreTaskProcessingIO": {
"type": "object",
"additionalProperties": {
"anyOf": [
@@ -529,7 +529,7 @@
]
}
},
- "Core-fullTaskProcessingShape": {
+ "CoreTaskProcessingShape": {
"type": "object",
"required": [
"name",
@@ -563,7 +563,7 @@
}
}
},
- "Core-fullTaskProcessingTask": {
+ "CoreTaskProcessingTask": {
"type": "object",
"required": [
"id",
@@ -612,10 +612,10 @@
"type": "string"
},
"input": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingIO"
+ "$ref": "#/components/schemas/CoreTaskProcessingIO"
},
"output": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingIO",
+ "$ref": "#/components/schemas/CoreTaskProcessingIO",
"nullable": true
},
"customId": {
@@ -649,7 +649,7 @@
}
}
},
- "Core-fullTaskProcessingTaskType": {
+ "CoreTaskProcessingTaskType": {
"type": "object",
"required": [
"name",
@@ -675,7 +675,7 @@
"inputShape": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingShape"
+ "$ref": "#/components/schemas/CoreTaskProcessingShape"
}
},
"inputShapeEnumValues": {
@@ -715,7 +715,7 @@
"optionalInputShape": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingShape"
+ "$ref": "#/components/schemas/CoreTaskProcessingShape"
}
},
"optionalInputShapeEnumValues": {
@@ -755,7 +755,7 @@
"outputShape": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingShape"
+ "$ref": "#/components/schemas/CoreTaskProcessingShape"
}
},
"outputShapeEnumValues": {
@@ -782,7 +782,7 @@
"optionalOutputShape": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingShape"
+ "$ref": "#/components/schemas/CoreTaskProcessingShape"
}
},
"optionalOutputShapeEnumValues": {
@@ -808,7 +808,7 @@
}
}
},
- "Core-fullTeam": {
+ "CoreTeam": {
"type": "object",
"required": [
"id",
@@ -827,7 +827,7 @@
}
}
},
- "Core-fullTeamResource": {
+ "CoreTeamResource": {
"type": "object",
"required": [
"id",
@@ -862,7 +862,7 @@
}
}
},
- "Core-fullTextProcessingTask": {
+ "CoreTextProcessingTask": {
"type": "object",
"required": [
"id",
@@ -919,7 +919,7 @@
}
}
},
- "Core-fullTextToImageTask": {
+ "CoreTextToImageTask": {
"type": "object",
"required": [
"id",
@@ -973,7 +973,7 @@
}
}
},
- "Core-fullUnifiedSearchProvider": {
+ "CoreUnifiedSearchProvider": {
"type": "object",
"required": [
"id",
@@ -1019,7 +1019,7 @@
}
}
},
- "Core-fullUnifiedSearchResult": {
+ "CoreUnifiedSearchResult": {
"type": "object",
"required": [
"name",
@@ -1037,7 +1037,7 @@
"entries": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullUnifiedSearchResultEntry"
+ "$ref": "#/components/schemas/CoreUnifiedSearchResultEntry"
}
},
"cursor": {
@@ -1054,7 +1054,7 @@
}
}
},
- "Core-fullUnifiedSearchResultEntry": {
+ "CoreUnifiedSearchResultEntry": {
"type": "object",
"required": [
"thumbnailUrl",
@@ -3372,7 +3372,7 @@
}
}
},
- "ProvisioningApi-fullCapabilities": {
+ "ProvisioningApiCapabilities": {
"type": "object",
"required": [
"provisioning_api"
@@ -3404,7 +3404,7 @@
}
}
},
- "ProvisioningApi-fullGroupDetails": {
+ "ProvisioningApiGroupDetails": {
"type": "object",
"required": [
"id",
@@ -3451,7 +3451,7 @@
}
}
},
- "ProvisioningApi-fullUserDetails": {
+ "ProvisioningApiUserDetails": {
"type": "object",
"required": [
"additional_mail",
@@ -3493,17 +3493,17 @@
"additional_mailScope": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
}
},
"address": {
"type": "string"
},
"addressScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"avatarScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"backend": {
"type": "string"
@@ -3527,7 +3527,7 @@
"type": "string"
},
"biographyScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"display-name": {
"type": "string"
@@ -3536,14 +3536,14 @@
"type": "string"
},
"displaynameScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"email": {
"type": "string",
"nullable": true
},
"emailScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"enabled": {
"type": "boolean"
@@ -3552,7 +3552,7 @@
"type": "string"
},
"fediverseScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"groups": {
"type": "array",
@@ -3564,7 +3564,7 @@
"type": "string"
},
"headlineScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"id": {
"type": "string"
@@ -3598,34 +3598,34 @@
"type": "string"
},
"organisationScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"phone": {
"type": "string"
},
"phoneScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"profile_enabled": {
"type": "string"
},
"profile_enabledScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"pronouns": {
"type": "string"
},
"pronounsScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"quota": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsQuota"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsQuota"
},
"role": {
"type": "string"
},
"roleScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"storageLocation": {
"type": "string"
@@ -3640,17 +3640,17 @@
"type": "string"
},
"twitterScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
},
"website": {
"type": "string"
},
"websiteScope": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetailsScope"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
}
}
},
- "ProvisioningApi-fullUserDetailsQuota": {
+ "ProvisioningApiUserDetailsQuota": {
"type": "object",
"properties": {
"free": {
@@ -3718,7 +3718,7 @@
}
}
},
- "ProvisioningApi-fullUserDetailsScope": {
+ "ProvisioningApiUserDetailsScope": {
"type": "string",
"enum": [
"v2-private",
@@ -3730,7 +3730,7 @@
"public"
]
},
- "Settings-fullDeclarativeForm": {
+ "SettingsDeclarativeForm": {
"type": "object",
"required": [
"id",
@@ -3782,12 +3782,12 @@
"fields": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Settings-fullDeclarativeFormField"
+ "$ref": "#/components/schemas/SettingsDeclarativeFormField"
}
}
}
},
- "Settings-fullDeclarativeFormField": {
+ "SettingsDeclarativeFormField": {
"type": "object",
"required": [
"id",
@@ -4524,11 +4524,11 @@
"paths": {
"/ocs/v2.php/core/getapppassword": {
"get": {
- "operationId": "core-full-app_password-get-app-password",
+ "operationId": "core-app_password-get-app-password",
"summary": "Create app password",
"description": "This endpoint requires password confirmation",
"tags": [
- "core-full/app_password"
+ "core/app_password"
],
"security": [
{
@@ -4609,7 +4609,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -4622,10 +4622,10 @@
},
"/ocs/v2.php/core/apppassword": {
"delete": {
- "operationId": "core-full-app_password-delete-app-password",
+ "operationId": "core-app_password-delete-app-password",
"summary": "Delete app password",
"tags": [
- "core-full/app_password"
+ "core/app_password"
],
"security": [
{
@@ -4668,7 +4668,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -4696,7 +4696,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -4709,10 +4709,10 @@
},
"/ocs/v2.php/core/apppassword/rotate": {
"post": {
- "operationId": "core-full-app_password-rotate-app-password",
+ "operationId": "core-app_password-rotate-app-password",
"summary": "Rotate app password",
"tags": [
- "core-full/app_password"
+ "core/app_password"
],
"security": [
{
@@ -4793,7 +4793,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -4806,10 +4806,10 @@
},
"/ocs/v2.php/core/apppassword/confirm": {
"put": {
- "operationId": "core-full-app_password-confirm-user-password",
+ "operationId": "core-app_password-confirm-user-password",
"summary": "Confirm the user password",
"tags": [
- "core-full/app_password"
+ "core/app_password"
],
"security": [
{
@@ -4910,7 +4910,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -4923,10 +4923,10 @@
},
"/ocs/v2.php/core/autocomplete/get": {
"get": {
- "operationId": "core-full-auto_complete-get",
+ "operationId": "core-auto_complete-get",
"summary": "Autocomplete a query",
"tags": [
- "core-full/auto_complete"
+ "core/auto_complete"
],
"security": [
{
@@ -5031,7 +5031,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullAutocompleteResult"
+ "$ref": "#/components/schemas/CoreAutocompleteResult"
}
}
}
@@ -5046,10 +5046,10 @@
},
"/ocs/v2.php/collaboration/resources/collections/{collectionId}": {
"get": {
- "operationId": "core-full-collaboration_resources-list-collection",
+ "operationId": "core-collaboration_resources-list-collection",
"summary": "Get a collection",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5103,7 +5103,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5132,7 +5132,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5160,7 +5160,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5171,10 +5171,10 @@
}
},
"post": {
- "operationId": "core-full-collaboration_resources-add-resource",
+ "operationId": "core-collaboration_resources-add-resource",
"summary": "Add a resource to a collection",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5252,7 +5252,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5281,7 +5281,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5309,7 +5309,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5320,10 +5320,10 @@
}
},
"delete": {
- "operationId": "core-full-collaboration_resources-remove-resource",
+ "operationId": "core-collaboration_resources-remove-resource",
"summary": "Remove a resource from a collection",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5395,7 +5395,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5424,7 +5424,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5452,7 +5452,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5463,10 +5463,10 @@
}
},
"put": {
- "operationId": "core-full-collaboration_resources-rename-collection",
+ "operationId": "core-collaboration_resources-rename-collection",
"summary": "Rename a collection",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5539,7 +5539,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5568,7 +5568,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5596,7 +5596,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5609,10 +5609,10 @@
},
"/ocs/v2.php/collaboration/resources/collections/search/{filter}": {
"get": {
- "operationId": "core-full-collaboration_resources-search-collections",
+ "operationId": "core-collaboration_resources-search-collections",
"summary": "Search for collections",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5667,7 +5667,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5697,7 +5697,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5710,10 +5710,10 @@
},
"/ocs/v2.php/collaboration/resources/{resourceType}/{resourceId}": {
"get": {
- "operationId": "core-full-collaboration_resources-get-collections-by-resource",
+ "operationId": "core-collaboration_resources-get-collections-by-resource",
"summary": "Get collections by resource",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5777,7 +5777,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5807,7 +5807,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5820,10 +5820,10 @@
},
"/ocs/v2.php/collaboration/resources/{baseResourceType}/{baseResourceId}": {
"post": {
- "operationId": "core-full-collaboration_resources-create-collection-on-resource",
+ "operationId": "core-collaboration_resources-create-collection-on-resource",
"summary": "Create a collection for a resource",
"tags": [
- "core-full/collaboration_resources"
+ "core/collaboration_resources"
],
"security": [
{
@@ -5904,7 +5904,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/Core-fullCollection"
+ "$ref": "#/components/schemas/CoreCollection"
}
}
}
@@ -5933,7 +5933,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5961,7 +5961,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -5989,7 +5989,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -6002,10 +6002,10 @@
},
"/ocs/v2.php/hovercard/v1/{userId}": {
"get": {
- "operationId": "core-full-hover_card-get-user",
+ "operationId": "core-hover_card-get-user",
"summary": "Get the account details for a hovercard",
"tags": [
- "core-full/hover_card"
+ "core/hover_card"
],
"security": [
{
@@ -6074,7 +6074,7 @@
"actions": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullContactsAction"
+ "$ref": "#/components/schemas/CoreContactsAction"
}
}
}
@@ -6106,7 +6106,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -6119,10 +6119,10 @@
},
"/ocs/v2.php/core/navigation/apps": {
"get": {
- "operationId": "core-full-navigation-get-apps-navigation",
+ "operationId": "core-navigation-get-apps-navigation",
"summary": "Get the apps navigation",
"tags": [
- "core-full/navigation"
+ "core/navigation"
],
"security": [
{
@@ -6181,7 +6181,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullNavigationEntry"
+ "$ref": "#/components/schemas/CoreNavigationEntry"
}
}
}
@@ -6199,10 +6199,10 @@
},
"/ocs/v2.php/core/navigation/settings": {
"get": {
- "operationId": "core-full-navigation-get-settings-navigation",
+ "operationId": "core-navigation-get-settings-navigation",
"summary": "Get the settings navigation",
"tags": [
- "core-full/navigation"
+ "core/navigation"
],
"security": [
{
@@ -6261,7 +6261,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullNavigationEntry"
+ "$ref": "#/components/schemas/CoreNavigationEntry"
}
}
}
@@ -6279,10 +6279,10 @@
},
"/ocs/v2.php/cloud/capabilities": {
"get": {
- "operationId": "core-full-ocs-get-capabilities",
+ "operationId": "core-ocs-get-capabilities",
"summary": "Get the capabilities",
"tags": [
- "core-full/ocs"
+ "core/ocs"
],
"security": [
{},
@@ -6374,10 +6374,10 @@
},
"anyOf": [
{
- "$ref": "#/components/schemas/Core-fullCapabilities"
+ "$ref": "#/components/schemas/CoreCapabilities"
},
{
- "$ref": "#/components/schemas/Core-fullPublicCapabilities"
+ "$ref": "#/components/schemas/CorePublicCapabilities"
},
{
"$ref": "#/components/schemas/CloudFederationApiCapabilities"
@@ -6401,7 +6401,7 @@
"$ref": "#/components/schemas/FilesVersionsCapabilities"
},
{
- "$ref": "#/components/schemas/ProvisioningApi-fullCapabilities"
+ "$ref": "#/components/schemas/ProvisioningApiCapabilities"
},
{
"$ref": "#/components/schemas/SharebymailCapabilities"
@@ -6434,11 +6434,11 @@
},
"/ocs/v2.php/profile/{targetUserId}": {
"put": {
- "operationId": "core-full-profile_api-set-visibility",
+ "operationId": "core-profile_api-set-visibility",
"summary": "Update the visibility of a parameter",
"description": "This endpoint requires password confirmation",
"tags": [
- "core-full/profile_api"
+ "core/profile_api"
],
"security": [
{
@@ -6514,7 +6514,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -6542,7 +6542,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -6570,7 +6570,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -6598,7 +6598,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -6611,10 +6611,10 @@
},
"/ocs/v2.php/references/extract": {
"post": {
- "operationId": "core-full-reference_api-extract",
+ "operationId": "core-reference_api-extract",
"summary": "Extract references from a text",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{
@@ -6696,7 +6696,7 @@
"references": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullReference",
+ "$ref": "#/components/schemas/CoreReference",
"nullable": true
}
}
@@ -6714,10 +6714,10 @@
},
"/ocs/v2.php/references/extractPublic": {
"post": {
- "operationId": "core-full-reference_api-extract-public",
+ "operationId": "core-reference_api-extract-public",
"summary": "Extract references from a text",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{},
@@ -6805,7 +6805,7 @@
"references": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullReference",
+ "$ref": "#/components/schemas/CoreReference",
"nullable": true
}
}
@@ -6823,10 +6823,10 @@
},
"/ocs/v2.php/references/resolve": {
"get": {
- "operationId": "core-full-reference_api-resolve-one",
+ "operationId": "core-reference_api-resolve-one",
"summary": "Resolve a reference",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{
@@ -6887,7 +6887,7 @@
"references": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullReference",
+ "$ref": "#/components/schemas/CoreReference",
"nullable": true
}
}
@@ -6903,10 +6903,10 @@
}
},
"post": {
- "operationId": "core-full-reference_api-resolve",
+ "operationId": "core-reference_api-resolve",
"summary": "Resolve multiple references",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{
@@ -6986,7 +6986,7 @@
"references": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullReference",
+ "$ref": "#/components/schemas/CoreReference",
"nullable": true
}
}
@@ -7004,10 +7004,10 @@
},
"/ocs/v2.php/references/resolvePublic": {
"get": {
- "operationId": "core-full-reference_api-resolve-one-public",
+ "operationId": "core-reference_api-resolve-one-public",
"summary": "Resolve from a public page",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{},
@@ -7078,7 +7078,7 @@
"references": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullReference",
+ "$ref": "#/components/schemas/CoreReference",
"nullable": true
}
}
@@ -7094,10 +7094,10 @@
}
},
"post": {
- "operationId": "core-full-reference_api-resolve-public",
+ "operationId": "core-reference_api-resolve-public",
"summary": "Resolve multiple references from a public page",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{},
@@ -7183,7 +7183,7 @@
"references": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullReference",
+ "$ref": "#/components/schemas/CoreReference",
"nullable": true
}
}
@@ -7201,10 +7201,10 @@
},
"/ocs/v2.php/references/providers": {
"get": {
- "operationId": "core-full-reference_api-get-providers-info",
+ "operationId": "core-reference_api-get-providers-info",
"summary": "Get the providers",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{
@@ -7250,7 +7250,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullReferenceProvider"
+ "$ref": "#/components/schemas/CoreReferenceProvider"
}
}
}
@@ -7265,10 +7265,10 @@
},
"/ocs/v2.php/references/provider/{providerId}": {
"put": {
- "operationId": "core-full-reference_api-touch-provider",
+ "operationId": "core-reference_api-touch-provider",
"summary": "Touch a provider",
"tags": [
- "core-full/reference_api"
+ "core/reference_api"
],
"security": [
{
@@ -7361,10 +7361,10 @@
},
"/ocs/v2.php/taskprocessing/tasktypes": {
"get": {
- "operationId": "core-full-task_processing_api-task-types",
+ "operationId": "core-task_processing_api-task-types",
"summary": "Returns all available TaskProcessing task types",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{},
@@ -7417,7 +7417,7 @@
"types": {
"type": "object",
"additionalProperties": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTaskType"
+ "$ref": "#/components/schemas/CoreTaskProcessingTaskType"
}
}
}
@@ -7434,10 +7434,10 @@
},
"/ocs/v2.php/taskprocessing/schedule": {
"post": {
- "operationId": "core-full-task_processing_api-schedule",
+ "operationId": "core-task_processing_api-schedule",
"summary": "Schedules a task",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{},
@@ -7535,7 +7535,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -7703,11 +7703,11 @@
},
"/ocs/v2.php/taskprocessing/task/{id}": {
"get": {
- "operationId": "core-full-task_processing_api-get-task",
+ "operationId": "core-task_processing_api-get-task",
"summary": "Gets a task including status and result",
"description": "Tasks are removed 1 week after receiving their last update",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{},
@@ -7768,7 +7768,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -7858,10 +7858,10 @@
}
},
"delete": {
- "operationId": "core-full-task_processing_api-delete-task",
+ "operationId": "core-task_processing_api-delete-task",
"summary": "Deletes a task",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -7967,10 +7967,10 @@
},
"/ocs/v2.php/taskprocessing/tasks/app/{appId}": {
"get": {
- "operationId": "core-full-task_processing_api-list-tasks-by-app",
+ "operationId": "core-task_processing_api-list-tasks-by-app",
"summary": "Returns tasks for the current user filtered by the appId and optional customId",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -8040,7 +8040,7 @@
"tasks": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -8095,10 +8095,10 @@
},
"/ocs/v2.php/taskprocessing/tasks": {
"get": {
- "operationId": "core-full-task_processing_api-list-tasks",
+ "operationId": "core-task_processing_api-list-tasks",
"summary": "Returns tasks for the current user filtered by the optional taskType and optional customId",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -8168,7 +8168,7 @@
"tasks": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -8223,10 +8223,10 @@
},
"/ocs/v2.php/taskprocessing/tasks/{taskId}/file/{fileId}": {
"get": {
- "operationId": "core-full-task_processing_api-get-file-contents",
+ "operationId": "core-task_processing_api-get-file-contents",
"summary": "Returns the contents of a file referenced in a task",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -8361,10 +8361,10 @@
},
"/ocs/v2.php/taskprocessing/tasks/{taskId}/cancel": {
"post": {
- "operationId": "core-full-task_processing_api-cancel-task",
+ "operationId": "core-task_processing_api-cancel-task",
"summary": "Cancels a task",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -8424,7 +8424,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -8516,10 +8516,10 @@
},
"/ocs/v2.php/teams/{teamId}/resources": {
"get": {
- "operationId": "core-full-teams_api-resolve-one",
+ "operationId": "core-teams_api-resolve-one",
"summary": "Get all resources of a team",
"tags": [
- "core-full/teams_api"
+ "core/teams_api"
],
"security": [
{
@@ -8580,7 +8580,7 @@
"resources": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullTeamResource"
+ "$ref": "#/components/schemas/CoreTeamResource"
}
}
}
@@ -8597,10 +8597,10 @@
},
"/ocs/v2.php/teams/resources/{providerId}/{resourceId}": {
"get": {
- "operationId": "core-full-teams_api-list-teams",
+ "operationId": "core-teams_api-list-teams",
"summary": "Get all teams of a resource",
"tags": [
- "core-full/teams_api"
+ "core/teams_api"
],
"security": [
{
@@ -8670,7 +8670,7 @@
"teams": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullTeam"
+ "$ref": "#/components/schemas/CoreTeam"
}
}
}
@@ -8687,10 +8687,10 @@
},
"/ocs/v2.php/textprocessing/tasktypes": {
"get": {
- "operationId": "core-full-text_processing_api-task-types",
+ "operationId": "core-text_processing_api-task-types",
"summary": "This endpoint returns all available LanguageModel task types",
"tags": [
- "core-full/text_processing_api"
+ "core/text_processing_api"
],
"security": [
{},
@@ -8776,10 +8776,10 @@
},
"/ocs/v2.php/textprocessing/schedule": {
"post": {
- "operationId": "core-full-text_processing_api-schedule",
+ "operationId": "core-text_processing_api-schedule",
"summary": "This endpoint allows scheduling a language model task",
"tags": [
- "core-full/text_processing_api"
+ "core/text_processing_api"
],
"security": [
{},
@@ -8864,7 +8864,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTextProcessingTask"
+ "$ref": "#/components/schemas/CoreTextProcessingTask"
}
}
}
@@ -8994,10 +8994,10 @@
},
"/ocs/v2.php/textprocessing/task/{id}": {
"get": {
- "operationId": "core-full-text_processing_api-get-task",
+ "operationId": "core-text_processing_api-get-task",
"summary": "This endpoint allows checking the status and results of a task. Tasks are removed 1 week after receiving their last update.",
"tags": [
- "core-full/text_processing_api"
+ "core/text_processing_api"
],
"security": [
{},
@@ -9058,7 +9058,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTextProcessingTask"
+ "$ref": "#/components/schemas/CoreTextProcessingTask"
}
}
}
@@ -9148,10 +9148,10 @@
}
},
"delete": {
- "operationId": "core-full-text_processing_api-delete-task",
+ "operationId": "core-text_processing_api-delete-task",
"summary": "This endpoint allows to delete a scheduled task for a user",
"tags": [
- "core-full/text_processing_api"
+ "core/text_processing_api"
],
"security": [
{
@@ -9211,7 +9211,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTextProcessingTask"
+ "$ref": "#/components/schemas/CoreTextProcessingTask"
}
}
}
@@ -9303,10 +9303,10 @@
},
"/ocs/v2.php/textprocessing/tasks/app/{appId}": {
"get": {
- "operationId": "core-full-text_processing_api-list-tasks-by-app",
+ "operationId": "core-text_processing_api-list-tasks-by-app",
"summary": "This endpoint returns a list of tasks of a user that are related with a specific appId and optionally with an identifier",
"tags": [
- "core-full/text_processing_api"
+ "core/text_processing_api"
],
"security": [
{
@@ -9376,7 +9376,7 @@
"tasks": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullTextProcessingTask"
+ "$ref": "#/components/schemas/CoreTextProcessingTask"
}
}
}
@@ -9431,10 +9431,10 @@
},
"/ocs/v2.php/text2image/is_available": {
"get": {
- "operationId": "core-full-text_to_image_api-is-available",
+ "operationId": "core-text_to_image_api-is-available",
"summary": "Check whether this feature is available",
"tags": [
- "core-full/text_to_image_api"
+ "core/text_to_image_api"
],
"security": [
{},
@@ -9501,10 +9501,10 @@
},
"/ocs/v2.php/text2image/schedule": {
"post": {
- "operationId": "core-full-text_to_image_api-schedule",
+ "operationId": "core-text_to_image_api-schedule",
"summary": "This endpoint allows scheduling a text to image task",
"tags": [
- "core-full/text_to_image_api"
+ "core/text_to_image_api"
],
"security": [
{},
@@ -9590,7 +9590,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTextToImageTask"
+ "$ref": "#/components/schemas/CoreTextToImageTask"
}
}
}
@@ -9682,10 +9682,10 @@
},
"/ocs/v2.php/text2image/task/{id}": {
"get": {
- "operationId": "core-full-text_to_image_api-get-task",
+ "operationId": "core-text_to_image_api-get-task",
"summary": "This endpoint allows checking the status and results of a task. Tasks are removed 1 week after receiving their last update.",
"tags": [
- "core-full/text_to_image_api"
+ "core/text_to_image_api"
],
"security": [
{},
@@ -9746,7 +9746,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTextToImageTask"
+ "$ref": "#/components/schemas/CoreTextToImageTask"
}
}
}
@@ -9836,10 +9836,10 @@
}
},
"delete": {
- "operationId": "core-full-text_to_image_api-delete-task",
+ "operationId": "core-text_to_image_api-delete-task",
"summary": "This endpoint allows to delete a scheduled task for a user",
"tags": [
- "core-full/text_to_image_api"
+ "core/text_to_image_api"
],
"security": [
{
@@ -9899,7 +9899,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTextToImageTask"
+ "$ref": "#/components/schemas/CoreTextToImageTask"
}
}
}
@@ -9991,10 +9991,10 @@
},
"/ocs/v2.php/text2image/task/{id}/image/{index}": {
"get": {
- "operationId": "core-full-text_to_image_api-get-image",
+ "operationId": "core-text_to_image_api-get-image",
"summary": "This endpoint allows downloading the resulting image of a task",
"tags": [
- "core-full/text_to_image_api"
+ "core/text_to_image_api"
],
"security": [
{},
@@ -10130,10 +10130,10 @@
},
"/ocs/v2.php/text2image/tasks/app/{appId}": {
"get": {
- "operationId": "core-full-text_to_image_api-list-tasks-by-app",
+ "operationId": "core-text_to_image_api-list-tasks-by-app",
"summary": "This endpoint returns a list of tasks of a user that are related with a specific appId and optionally with an identifier",
"tags": [
- "core-full/text_to_image_api"
+ "core/text_to_image_api"
],
"security": [
{
@@ -10203,7 +10203,7 @@
"tasks": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullTextToImageTask"
+ "$ref": "#/components/schemas/CoreTextToImageTask"
}
}
}
@@ -10258,10 +10258,10 @@
},
"/ocs/v2.php/translation/languages": {
"get": {
- "operationId": "core-full-translation_api-languages",
+ "operationId": "core-translation_api-languages",
"summary": "Get the list of supported languages",
"tags": [
- "core-full/translation_api"
+ "core/translation_api"
],
"security": [
{},
@@ -10355,10 +10355,10 @@
},
"/ocs/v2.php/translation/translate": {
"post": {
- "operationId": "core-full-translation_api-translate",
+ "operationId": "core-translation_api-translate",
"summary": "Translate a text",
"tags": [
- "core-full/translation_api"
+ "core/translation_api"
],
"security": [
{},
@@ -10585,10 +10585,10 @@
},
"/ocs/v2.php/search/providers": {
"get": {
- "operationId": "core-full-unified_search-get-providers",
+ "operationId": "core-unified_search-get-providers",
"summary": "Get the providers for unified search",
"tags": [
- "core-full/unified_search"
+ "core/unified_search"
],
"security": [
{
@@ -10643,7 +10643,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Core-fullUnifiedSearchProvider"
+ "$ref": "#/components/schemas/CoreUnifiedSearchProvider"
}
}
}
@@ -10658,11 +10658,11 @@
},
"/ocs/v2.php/search/providers/{providerId}/search": {
"get": {
- "operationId": "core-full-unified_search-search",
+ "operationId": "core-unified_search-search",
"summary": "Launch a search for a specific search provider.",
"description": "Additional filters are available for each provider. Send a request to /providers endpoint to list providers with their available filters.",
"tags": [
- "core-full/unified_search"
+ "core/unified_search"
],
"security": [
{
@@ -10770,7 +10770,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/Core-fullUnifiedSearchResult"
+ "$ref": "#/components/schemas/CoreUnifiedSearchResult"
}
}
}
@@ -10814,10 +10814,10 @@
},
"/ocs/v2.php/core/whatsnew": {
"get": {
- "operationId": "core-full-whats_new-get",
+ "operationId": "core-whats_new-get",
"summary": "Get the changes",
"tags": [
- "core-full/whats_new"
+ "core/whats_new"
],
"security": [
{
@@ -10913,10 +10913,10 @@
}
},
"post": {
- "operationId": "core-full-whats_new-dismiss",
+ "operationId": "core-whats_new-dismiss",
"summary": "Dismiss the changes",
"tags": [
- "core-full/whats_new"
+ "core/whats_new"
],
"security": [
{
@@ -10978,7 +10978,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -11001,10 +11001,10 @@
},
"/index.php/avatar/{userId}/{size}/dark": {
"get": {
- "operationId": "core-full-avatar-get-avatar-dark",
+ "operationId": "core-avatar-get-avatar-dark",
"summary": "Get the dark avatar",
"tags": [
- "core-full/avatar"
+ "core/avatar"
],
"security": [
{},
@@ -11096,7 +11096,7 @@
"description": "Avatar not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11108,10 +11108,10 @@
},
"/index.php/avatar/{userId}/{size}": {
"get": {
- "operationId": "core-full-avatar-get-avatar",
+ "operationId": "core-avatar-get-avatar",
"summary": "Get the avatar",
"tags": [
- "core-full/avatar"
+ "core/avatar"
],
"security": [
{},
@@ -11203,7 +11203,7 @@
"description": "Avatar not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11215,10 +11215,10 @@
},
"/index.php/csrftoken": {
"get": {
- "operationId": "core-full-csrf_token-index",
+ "operationId": "core-csrf_token-index",
"summary": "Returns a new CSRF token.",
"tags": [
- "core-full/csrf_token"
+ "core/csrf_token"
],
"security": [
{},
@@ -11252,7 +11252,7 @@
"description": "Strict cookie check failed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -11261,10 +11261,10 @@
},
"/index.php/login/v2/poll": {
"post": {
- "operationId": "core-full-client_flow_login_v2-poll",
+ "operationId": "core-client_flow_login_v2-poll",
"summary": "Poll the login flow credentials",
"tags": [
- "core-full/client_flow_login_v2"
+ "core/client_flow_login_v2"
],
"security": [
{},
@@ -11300,7 +11300,7 @@
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/Core-fullLoginFlowV2Credentials"
+ "$ref": "#/components/schemas/CoreLoginFlowV2Credentials"
}
}
}
@@ -11309,7 +11309,7 @@
"description": "Login flow not found or completed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -11318,10 +11318,10 @@
},
"/index.php/login/v2": {
"post": {
- "operationId": "core-full-client_flow_login_v2-init",
+ "operationId": "core-client_flow_login_v2-init",
"summary": "Init a login flow",
"tags": [
- "core-full/client_flow_login_v2"
+ "core/client_flow_login_v2"
],
"security": [
{},
@@ -11338,7 +11338,7 @@
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/Core-fullLoginFlowV2"
+ "$ref": "#/components/schemas/CoreLoginFlowV2"
}
}
}
@@ -11348,10 +11348,10 @@
},
"/index.php/avatar/guest/{guestName}/{size}": {
"get": {
- "operationId": "core-full-guest_avatar-get-avatar",
+ "operationId": "core-guest_avatar-get-avatar",
"summary": "Returns a guest avatar image response",
"tags": [
- "core-full/guest_avatar"
+ "core/guest_avatar"
],
"security": [
{},
@@ -11448,10 +11448,10 @@
},
"/index.php/avatar/guest/{guestName}/{size}/dark": {
"get": {
- "operationId": "core-full-guest_avatar-get-avatar-dark",
+ "operationId": "core-guest_avatar-get-avatar-dark",
"summary": "Returns a dark guest avatar image response",
"tags": [
- "core-full/guest_avatar"
+ "core/guest_avatar"
],
"security": [
{},
@@ -11534,10 +11534,10 @@
},
"/index.php/login/confirm": {
"post": {
- "operationId": "core-full-login-confirm-password",
+ "operationId": "core-login-confirm-password",
"summary": "Confirm the user password",
"tags": [
- "core-full/login"
+ "core/login"
],
"security": [
{
@@ -11590,7 +11590,7 @@
"description": "Password confirmation failed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -11599,10 +11599,10 @@
},
"/index.php/ocm-provider": {
"get": {
- "operationId": "core-full-ocm-discovery",
+ "operationId": "core-ocm-discovery",
"summary": "generate a OCMProvider with local data and send it as DataResponse. This replaces the old PHP file ocm-provider/index.php",
"tags": [
- "core-full/ocm"
+ "core/ocm"
],
"security": [
{},
@@ -11707,10 +11707,10 @@
},
"/index.php/core/preview.png": {
"get": {
- "operationId": "core-full-preview-get-preview",
+ "operationId": "core-preview-get-preview",
"summary": "Get a preview by file path",
"tags": [
- "core-full/preview"
+ "core/preview"
],
"security": [
{
@@ -11819,7 +11819,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11827,7 +11827,7 @@
"description": "Getting preview is not allowed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11835,7 +11835,7 @@
"description": "Preview not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11854,10 +11854,10 @@
},
"/index.php/core/preview": {
"get": {
- "operationId": "core-full-preview-get-preview-by-file-id",
+ "operationId": "core-preview-get-preview-by-file-id",
"summary": "Get a preview by file ID",
"tags": [
- "core-full/preview"
+ "core/preview"
],
"security": [
{
@@ -11967,7 +11967,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11975,7 +11975,7 @@
"description": "Getting preview is not allowed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -11983,7 +11983,7 @@
"description": "Preview not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -12002,10 +12002,10 @@
},
"/index.php/core/mimeicon": {
"get": {
- "operationId": "core-full-preview-get-mime-icon-url",
+ "operationId": "core-preview-get-mime-icon-url",
"summary": "Get a preview by mime",
"tags": [
- "core-full/preview"
+ "core/preview"
],
"security": [
{},
@@ -12043,10 +12043,10 @@
},
"/index.php/core/references/preview/{referenceId}": {
"get": {
- "operationId": "core-full-reference-preview",
+ "operationId": "core-reference-preview",
"summary": "Get a preview for a reference",
"tags": [
- "core-full/reference"
+ "core/reference"
],
"security": [
{},
@@ -12095,10 +12095,10 @@
},
"/index.php/core/wipe/check": {
"post": {
- "operationId": "core-full-wipe-check-wipe",
+ "operationId": "core-wipe-check-wipe",
"summary": "Check if the device should be wiped",
"tags": [
- "core-full/wipe"
+ "core/wipe"
],
"security": [
{},
@@ -12151,7 +12151,7 @@
"description": "Device should not be wiped",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -12160,10 +12160,10 @@
},
"/index.php/core/wipe/success": {
"post": {
- "operationId": "core-full-wipe-wipe-done",
+ "operationId": "core-wipe-wipe-done",
"summary": "Finish the wipe",
"tags": [
- "core-full/wipe"
+ "core/wipe"
],
"security": [
{},
@@ -12198,7 +12198,7 @@
"description": "Wipe finished successfully",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -12206,7 +12206,7 @@
"description": "Device should not be wiped",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -12215,31 +12215,31 @@
},
"/status.php": {
"get": {
- "operationId": "core-full-get-status",
+ "operationId": "core-get-status",
"responses": {
"200": {
"description": "Status returned",
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/Core-fullStatus"
+ "$ref": "#/components/schemas/CoreStatus"
}
}
}
}
},
"tags": [
- "core-full"
+ "core"
]
}
},
"/ocs/v2.php/taskprocessing/tasks_provider/{taskId}/file/{fileId}": {
"get": {
- "operationId": "core-full-task_processing_api-get-file-contents-ex-app",
+ "operationId": "core-task_processing_api-get-file-contents-ex-app",
"summary": "Returns the contents of a file referenced in a task(ExApp route version)",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -12374,11 +12374,11 @@
},
"/ocs/v2.php/taskprocessing/tasks_provider/{taskId}/file": {
"post": {
- "operationId": "core-full-task_processing_api-set-file-contents-ex-app",
+ "operationId": "core-task_processing_api-set-file-contents-ex-app",
"summary": "Upload a file so it can be referenced in a task result (ExApp route version)",
"description": "Use field 'file' for the file upload\nThis endpoint requires admin access",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -12569,11 +12569,11 @@
},
"/ocs/v2.php/taskprocessing/tasks_provider/{taskId}/progress": {
"post": {
- "operationId": "core-full-task_processing_api-set-progress",
+ "operationId": "core-task_processing_api-set-progress",
"summary": "Sets the task progress",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -12653,7 +12653,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -12745,11 +12745,11 @@
},
"/ocs/v2.php/taskprocessing/tasks_provider/{taskId}/result": {
"post": {
- "operationId": "core-full-task_processing_api-set-result",
+ "operationId": "core-task_processing_api-set-result",
"summary": "Sets the task result",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -12834,7 +12834,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
}
}
}
@@ -12926,11 +12926,11 @@
},
"/ocs/v2.php/taskprocessing/tasks_provider/next": {
"get": {
- "operationId": "core-full-task_processing_api-get-next-scheduled-task",
+ "operationId": "core-task_processing_api-get-next-scheduled-task",
"summary": "Returns the next scheduled task for the taskTypeId",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/task_processing_api"
+ "core/task_processing_api"
],
"security": [
{
@@ -13005,7 +13005,7 @@
],
"properties": {
"task": {
- "$ref": "#/components/schemas/Core-fullTaskProcessingTask"
+ "$ref": "#/components/schemas/CoreTaskProcessingTask"
},
"provider": {
"type": "object",
@@ -13073,11 +13073,11 @@
},
"/ocs/v2.php/twofactor/state": {
"get": {
- "operationId": "core-full-two_factor_api-state",
+ "operationId": "core-two_factor_api-state",
"summary": "Get two factor authentication provider states",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/two_factor_api"
+ "core/two_factor_api"
],
"security": [
{
@@ -13177,11 +13177,11 @@
},
"/ocs/v2.php/twofactor/enable": {
"post": {
- "operationId": "core-full-two_factor_api-enable",
+ "operationId": "core-two_factor_api-enable",
"summary": "Enable two factor authentication providers for specific user",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/two_factor_api"
+ "core/two_factor_api"
],
"security": [
{
@@ -13299,11 +13299,11 @@
},
"/ocs/v2.php/twofactor/disable": {
"post": {
- "operationId": "core-full-two_factor_api-disable",
+ "operationId": "core-two_factor_api-disable",
"summary": "Disable two factor authentication providers for specific user",
"description": "This endpoint requires admin access",
"tags": [
- "core-full/two_factor_api"
+ "core/two_factor_api"
],
"security": [
{
@@ -14355,7 +14355,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -14383,7 +14383,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -14411,7 +14411,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15230,7 +15230,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15371,7 +15371,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15464,7 +15464,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15492,7 +15492,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15579,7 +15579,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15676,7 +15676,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15763,7 +15763,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15850,7 +15850,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -15878,7 +15878,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16017,7 +16017,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16030,10 +16030,10 @@
},
"/ocs/v2.php/apps/federation/api/v1/shared-secret": {
"get": {
- "operationId": "federation-full-ocs_authapi-get-shared-secret-legacy",
+ "operationId": "federation-ocs_authapi-get-shared-secret-legacy",
"summary": "Create shared secret and return it, for legacy end-points",
"tags": [
- "federation-full/ocs_authapi"
+ "federation/ocs_authapi"
],
"security": [
{},
@@ -16133,7 +16133,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16146,10 +16146,10 @@
},
"/ocs/v2.php/apps/federation/api/v1/request-shared-secret": {
"post": {
- "operationId": "federation-full-ocs_authapi-request-shared-secret-legacy",
+ "operationId": "federation-ocs_authapi-request-shared-secret-legacy",
"summary": "Request received to ask remote server for a shared secret, for legacy end-points",
"tags": [
- "federation-full/ocs_authapi"
+ "federation/ocs_authapi"
],
"security": [
{},
@@ -16217,7 +16217,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16245,7 +16245,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16258,10 +16258,10 @@
},
"/ocs/v2.php/cloud/shared-secret": {
"get": {
- "operationId": "federation-full-ocs_authapi-get-shared-secret",
+ "operationId": "federation-ocs_authapi-get-shared-secret",
"summary": "Create shared secret and return it",
"tags": [
- "federation-full/ocs_authapi"
+ "federation/ocs_authapi"
],
"security": [
{},
@@ -16361,7 +16361,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16372,10 +16372,10 @@
}
},
"post": {
- "operationId": "federation-full-ocs_authapi-request-shared-secret",
+ "operationId": "federation-ocs_authapi-request-shared-secret",
"summary": "Request received to ask remote server for a shared secret",
"tags": [
- "federation-full/ocs_authapi"
+ "federation/ocs_authapi"
],
"security": [
{},
@@ -16443,7 +16443,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16471,7 +16471,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -16484,11 +16484,11 @@
},
"/ocs/v2.php/apps/federation/trusted-servers": {
"post": {
- "operationId": "federation-full-settings-add-server",
+ "operationId": "federation-settings-add-server",
"summary": "Add server to the list of trusted Nextcloud servers",
"description": "This endpoint requires admin access",
"tags": [
- "federation-full/settings"
+ "federation/settings"
],
"security": [
{
@@ -16656,11 +16656,11 @@
}
},
"get": {
- "operationId": "federation-full-settings-get-servers",
+ "operationId": "federation-settings-get-servers",
"summary": "List all trusted servers",
"description": "This endpoint requires admin access",
"tags": [
- "federation-full/settings"
+ "federation/settings"
],
"security": [
{
@@ -16739,11 +16739,11 @@
},
"/ocs/v2.php/apps/federation/trusted-servers/{id}": {
"delete": {
- "operationId": "federation-full-settings-remove-server",
+ "operationId": "federation-settings-remove-server",
"summary": "Add server to the list of trusted Nextcloud servers",
"description": "This endpoint requires admin access",
"tags": [
- "federation-full/settings"
+ "federation/settings"
],
"security": [
{
@@ -17775,7 +17775,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -17901,7 +17901,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -17984,7 +17984,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18012,7 +18012,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18040,7 +18040,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18109,7 +18109,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18137,7 +18137,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18165,7 +18165,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18232,7 +18232,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18260,7 +18260,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18288,7 +18288,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18418,7 +18418,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18556,7 +18556,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18802,7 +18802,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -18983,7 +18983,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19078,7 +19078,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19106,7 +19106,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19134,7 +19134,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19162,7 +19162,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19190,7 +19190,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19266,7 +19266,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19294,7 +19294,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19322,7 +19322,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19376,7 +19376,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -19384,7 +19384,7 @@
"description": "Getting preview is not allowed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -19392,7 +19392,7 @@
"description": "Share or preview not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -19484,7 +19484,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -19492,7 +19492,7 @@
"description": "Getting preview is not allowed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -19500,7 +19500,7 @@
"description": "Share or preview not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -19573,7 +19573,7 @@
"description": "Getting share info is not allowed",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -19581,7 +19581,7 @@
"description": "Share not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -19714,7 +19714,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19883,7 +19883,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19911,7 +19911,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -19939,7 +19939,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20050,7 +20050,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20228,7 +20228,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20392,7 +20392,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20420,7 +20420,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20448,7 +20448,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20514,7 +20514,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20542,7 +20542,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20570,7 +20570,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20655,7 +20655,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20683,7 +20683,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20711,7 +20711,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20739,7 +20739,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20807,7 +20807,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20835,7 +20835,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20863,7 +20863,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -20995,7 +20995,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21023,7 +21023,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21191,7 +21191,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21479,7 +21479,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21507,7 +21507,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21574,7 +21574,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21602,7 +21602,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21701,7 +21701,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21768,7 +21768,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21796,7 +21796,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21824,7 +21824,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -21980,7 +21980,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -21988,7 +21988,7 @@
"description": "Preview not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
}
@@ -22079,7 +22079,7 @@
"description": "Getting preview is not possible",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -22087,7 +22087,7 @@
"description": "Preview not found",
"content": {
"application/json": {
- "schema": []
+ "schema": {}
}
}
},
@@ -22306,11 +22306,11 @@
},
"/ocs/v2.php/cloud/apps": {
"get": {
- "operationId": "provisioning_api-full-apps-get-apps",
+ "operationId": "provisioning_api-apps-get-apps",
"summary": "Get a list of installed apps",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/apps"
+ "provisioning_api/apps"
],
"security": [
{
@@ -22388,11 +22388,11 @@
},
"/ocs/v2.php/cloud/apps/{app}": {
"get": {
- "operationId": "provisioning_api-full-apps-get-app-info",
+ "operationId": "provisioning_api-apps-get-app-info",
"summary": "Get the app info for an app",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/apps"
+ "provisioning_api/apps"
],
"security": [
{
@@ -22461,11 +22461,11 @@
}
},
"post": {
- "operationId": "provisioning_api-full-apps-enable",
+ "operationId": "provisioning_api-apps-enable",
"summary": "Enable an app",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/apps"
+ "provisioning_api/apps"
],
"security": [
{
@@ -22517,7 +22517,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -22528,11 +22528,11 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-apps-disable",
+ "operationId": "provisioning_api-apps-disable",
"summary": "Disable an app",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/apps"
+ "provisioning_api/apps"
],
"security": [
{
@@ -22584,7 +22584,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -22597,11 +22597,11 @@
},
"/ocs/v2.php/cloud/groups/{groupId}/subadmins": {
"get": {
- "operationId": "provisioning_api-full-groups-get-sub-admins-of-group",
+ "operationId": "provisioning_api-groups-get-sub-admins-of-group",
"summary": "Get the list of user IDs that are a subadmin of the group",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -22672,11 +22672,11 @@
},
"/ocs/v2.php/cloud/groups": {
"post": {
- "operationId": "provisioning_api-full-groups-add-group",
+ "operationId": "provisioning_api-groups-add-group",
"summary": "Create a new group",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -22743,7 +22743,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -22754,10 +22754,10 @@
}
},
"get": {
- "operationId": "provisioning_api-full-groups-get-groups",
+ "operationId": "provisioning_api-groups-get-groups",
"summary": "Get a list of groups",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -22855,11 +22855,11 @@
},
"/ocs/v2.php/cloud/groups/{groupId}": {
"put": {
- "operationId": "provisioning_api-full-groups-update-group",
+ "operationId": "provisioning_api-groups-update-group",
"summary": "Update a group",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -22936,7 +22936,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -22947,11 +22947,11 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-groups-delete-group",
+ "operationId": "provisioning_api-groups-delete-group",
"summary": "Delete a group",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -23004,7 +23004,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -23015,11 +23015,11 @@
}
},
"get": {
- "operationId": "provisioning_api-full-groups-get-group",
+ "operationId": "provisioning_api-groups-get-group",
"summary": "Get a list of users in the specified group",
"deprecated": true,
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -23098,11 +23098,11 @@
},
"/ocs/v2.php/cloud/users/recent": {
"get": {
- "operationId": "provisioning_api-full-users-get-last-logged-in-users",
+ "operationId": "provisioning_api-users-get-last-logged-in-users",
"summary": "Gets the list of users sorted by lastLogin, from most recent to least recent",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -23185,7 +23185,7 @@
"additionalProperties": {
"anyOf": [
{
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetails"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetails"
},
{
"type": "object",
@@ -23215,11 +23215,11 @@
},
"/ocs/v2.php/cloud/users/{userId}/subadmins": {
"get": {
- "operationId": "provisioning_api-full-users-get-user-sub-admin-groups",
+ "operationId": "provisioning_api-users-get-user-sub-admin-groups",
"summary": "Get the groups a user is a subadmin of",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -23287,11 +23287,11 @@
}
},
"post": {
- "operationId": "provisioning_api-full-users-add-sub-admin",
+ "operationId": "provisioning_api-users-add-sub-admin",
"summary": "Make a user a subadmin of a group",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -23362,7 +23362,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -23373,11 +23373,11 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-users-remove-sub-admin",
+ "operationId": "provisioning_api-users-remove-sub-admin",
"summary": "Remove a user from the subadmins of a group",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -23438,7 +23438,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -23451,11 +23451,11 @@
},
"/ocs/v2.php/apps/provisioning_api/api/v1/config/apps": {
"get": {
- "operationId": "provisioning_api-full-app_config-get-apps",
+ "operationId": "provisioning_api-app_config-get-apps",
"summary": "Get a list of apps",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/app_config"
+ "provisioning_api/app_config"
],
"security": [
{
@@ -23524,11 +23524,11 @@
},
"/ocs/v2.php/apps/provisioning_api/api/v1/config/apps/{app}": {
"get": {
- "operationId": "provisioning_api-full-app_config-get-keys",
+ "operationId": "provisioning_api-app_config-get-keys",
"summary": "Get the config keys of an app",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/app_config"
+ "provisioning_api/app_config"
],
"security": [
{
@@ -23652,11 +23652,11 @@
},
"/ocs/v2.php/apps/provisioning_api/api/v1/config/apps/{app}/{key}": {
"get": {
- "operationId": "provisioning_api-full-app_config-get-value",
+ "operationId": "provisioning_api-app_config-get-value",
"summary": "Get a the config value of an app",
"description": "This endpoint requires admin access",
"tags": [
- "provisioning_api-full/app_config"
+ "provisioning_api/app_config"
],
"security": [
{
@@ -23793,11 +23793,11 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-app_config-delete-key",
+ "operationId": "provisioning_api-app_config-delete-key",
"summary": "Delete a config key of an app",
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/app_config"
+ "provisioning_api/app_config"
],
"security": [
{
@@ -23858,7 +23858,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -23915,11 +23915,11 @@
}
},
"post": {
- "operationId": "provisioning_api-full-app_config-set-value",
+ "operationId": "provisioning_api-app_config-set-value",
"summary": "Update the config value of an app",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/app_config"
+ "provisioning_api/app_config"
],
"security": [
{
@@ -23999,7 +23999,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -24058,10 +24058,10 @@
},
"/ocs/v2.php/cloud/groups/details": {
"get": {
- "operationId": "provisioning_api-full-groups-get-groups-details",
+ "operationId": "provisioning_api-groups-get-groups-details",
"summary": "Get a list of groups details",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -24142,7 +24142,7 @@
"groups": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/ProvisioningApi-fullGroupDetails"
+ "$ref": "#/components/schemas/ProvisioningApiGroupDetails"
}
}
}
@@ -24159,10 +24159,10 @@
},
"/ocs/v2.php/cloud/groups/{groupId}/users": {
"get": {
- "operationId": "provisioning_api-full-groups-get-group-users",
+ "operationId": "provisioning_api-groups-get-group-users",
"summary": "Get a list of users in the specified group",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -24256,7 +24256,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -24284,7 +24284,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -24297,10 +24297,10 @@
},
"/ocs/v2.php/cloud/groups/{groupId}/users/details": {
"get": {
- "operationId": "provisioning_api-full-groups-get-group-users-details",
+ "operationId": "provisioning_api-groups-get-group-users-details",
"summary": "Get a list of users details in the specified group",
"tags": [
- "provisioning_api-full/groups"
+ "provisioning_api/groups"
],
"security": [
{
@@ -24393,7 +24393,7 @@
"additionalProperties": {
"anyOf": [
{
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetails"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetails"
},
{
"type": "object",
@@ -24423,10 +24423,10 @@
},
"/ocs/v2.php/cloud/users": {
"get": {
- "operationId": "provisioning_api-full-users-get-users",
+ "operationId": "provisioning_api-users-get-users",
"summary": "Get a list of users",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -24522,11 +24522,11 @@
}
},
"post": {
- "operationId": "provisioning_api-full-users-add-user",
+ "operationId": "provisioning_api-users-add-user",
"summary": "Create a new user",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -24672,7 +24672,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -24685,10 +24685,10 @@
},
"/ocs/v2.php/cloud/users/details": {
"get": {
- "operationId": "provisioning_api-full-users-get-users-details",
+ "operationId": "provisioning_api-users-get-users-details",
"summary": "Get a list of users and their details",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -24771,7 +24771,7 @@
"additionalProperties": {
"anyOf": [
{
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetails"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetails"
},
{
"type": "object",
@@ -24801,10 +24801,10 @@
},
"/ocs/v2.php/cloud/users/disabled": {
"get": {
- "operationId": "provisioning_api-full-users-get-disabled-users-details",
+ "operationId": "provisioning_api-users-get-disabled-users-details",
"summary": "Get the list of disabled users and their details",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -24887,7 +24887,7 @@
"additionalProperties": {
"anyOf": [
{
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetails"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetails"
},
{
"type": "object",
@@ -24917,10 +24917,10 @@
},
"/ocs/v2.php/cloud/users/search/by-phone": {
"post": {
- "operationId": "provisioning_api-full-users-search-by-phone-numbers",
+ "operationId": "provisioning_api-users-search-by-phone-numbers",
"summary": "Search users by their phone numbers",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25026,7 +25026,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25039,10 +25039,10 @@
},
"/ocs/v2.php/cloud/users/{userId}": {
"get": {
- "operationId": "provisioning_api-full-users-get-user",
+ "operationId": "provisioning_api-users-get-user",
"summary": "Get the details of a user",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25095,7 +25095,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetails"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetails"
}
}
}
@@ -25107,11 +25107,11 @@
}
},
"put": {
- "operationId": "provisioning_api-full-users-edit-user",
+ "operationId": "provisioning_api-users-edit-user",
"summary": "Update a value of the user's details",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25187,7 +25187,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25198,11 +25198,11 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-users-delete-user",
+ "operationId": "provisioning_api-users-delete-user",
"summary": "Delete a user",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25254,7 +25254,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25267,10 +25267,10 @@
},
"/ocs/v2.php/cloud/user": {
"get": {
- "operationId": "provisioning_api-full-users-get-current-user",
+ "operationId": "provisioning_api-users-get-current-user",
"summary": "Get the details of the current user",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25314,7 +25314,7 @@
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
- "$ref": "#/components/schemas/ProvisioningApi-fullUserDetails"
+ "$ref": "#/components/schemas/ProvisioningApiUserDetails"
}
}
}
@@ -25328,10 +25328,10 @@
},
"/ocs/v2.php/cloud/user/fields": {
"get": {
- "operationId": "provisioning_api-full-users-get-editable-fields",
+ "operationId": "provisioning_api-users-get-editable-fields",
"summary": "Get a list of fields that are editable for the current user",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25392,10 +25392,10 @@
},
"/ocs/v2.php/cloud/user/fields/{userId}": {
"get": {
- "operationId": "provisioning_api-full-users-get-editable-fields-for-user",
+ "operationId": "provisioning_api-users-get-editable-fields-for-user",
"summary": "Get a list of fields that are editable for a user",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25465,11 +25465,11 @@
},
"/ocs/v2.php/cloud/users/{userId}/{collectionName}": {
"put": {
- "operationId": "provisioning_api-full-users-edit-user-multi-value",
+ "operationId": "provisioning_api-users-edit-user-multi-value",
"summary": "Update multiple values of the user's details",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25555,7 +25555,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25568,11 +25568,11 @@
},
"/ocs/v2.php/cloud/users/{userId}/wipe": {
"post": {
- "operationId": "provisioning_api-full-users-wipe-user-devices",
+ "operationId": "provisioning_api-users-wipe-user-devices",
"summary": "Wipe all devices of a user",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25624,7 +25624,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25637,11 +25637,11 @@
},
"/ocs/v2.php/cloud/users/{userId}/enable": {
"put": {
- "operationId": "provisioning_api-full-users-enable-user",
+ "operationId": "provisioning_api-users-enable-user",
"summary": "Enable a user",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25693,7 +25693,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25706,11 +25706,11 @@
},
"/ocs/v2.php/cloud/users/{userId}/disable": {
"put": {
- "operationId": "provisioning_api-full-users-disable-user",
+ "operationId": "provisioning_api-users-disable-user",
"summary": "Disable a user",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25762,7 +25762,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25775,10 +25775,10 @@
},
"/ocs/v2.php/cloud/users/{userId}/groups": {
"get": {
- "operationId": "provisioning_api-full-users-get-users-groups",
+ "operationId": "provisioning_api-users-get-users-groups",
"summary": "Get a list of groups the user belongs to",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25854,11 +25854,11 @@
}
},
"post": {
- "operationId": "provisioning_api-full-users-add-to-group",
+ "operationId": "provisioning_api-users-add-to-group",
"summary": "Add a user to a group",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -25927,7 +25927,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -25938,11 +25938,11 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-users-remove-from-group",
+ "operationId": "provisioning_api-users-remove-from-group",
"summary": "Remove a user from a group",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -26003,7 +26003,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26016,10 +26016,10 @@
},
"/ocs/v2.php/cloud/users/{userId}/groups/details": {
"get": {
- "operationId": "provisioning_api-full-users-get-users-groups-details",
+ "operationId": "provisioning_api-users-get-users-groups-details",
"summary": "Get a list of groups with details",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -26080,7 +26080,7 @@
"groups": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/ProvisioningApi-fullGroupDetails"
+ "$ref": "#/components/schemas/ProvisioningApiGroupDetails"
}
}
}
@@ -26097,10 +26097,10 @@
},
"/ocs/v2.php/cloud/users/{userId}/subadmins/details": {
"get": {
- "operationId": "provisioning_api-full-users-get-user-sub-admin-groups-details",
+ "operationId": "provisioning_api-users-get-user-sub-admin-groups-details",
"summary": "Get a list of the groups the user is a subadmin of, with details",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -26161,7 +26161,7 @@
"groups": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/ProvisioningApi-fullGroupDetails"
+ "$ref": "#/components/schemas/ProvisioningApiGroupDetails"
}
}
}
@@ -26178,11 +26178,11 @@
},
"/ocs/v2.php/cloud/users/{userId}/welcome": {
"post": {
- "operationId": "provisioning_api-full-users-resend-welcome-message",
+ "operationId": "provisioning_api-users-resend-welcome-message",
"summary": "Resend the welcome message",
"description": "This endpoint requires password confirmation",
"tags": [
- "provisioning_api-full/users"
+ "provisioning_api/users"
],
"security": [
{
@@ -26234,7 +26234,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26247,10 +26247,10 @@
},
"/ocs/v2.php/apps/provisioning_api/api/v1/config/users/{appId}/{configKey}": {
"post": {
- "operationId": "provisioning_api-full-preferences-set-preference",
+ "operationId": "provisioning_api-preferences-set-preference",
"summary": "Update a preference value of an app",
"tags": [
- "provisioning_api-full/preferences"
+ "provisioning_api/preferences"
],
"security": [
{
@@ -26330,7 +26330,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26358,7 +26358,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26369,10 +26369,10 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-preferences-delete-preference",
+ "operationId": "provisioning_api-preferences-delete-preference",
"summary": "Delete a preference for an app",
"tags": [
- "provisioning_api-full/preferences"
+ "provisioning_api/preferences"
],
"security": [
{
@@ -26433,7 +26433,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26461,7 +26461,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26474,10 +26474,10 @@
},
"/ocs/v2.php/apps/provisioning_api/api/v1/config/users/{appId}": {
"post": {
- "operationId": "provisioning_api-full-preferences-set-multiple-preferences",
+ "operationId": "provisioning_api-preferences-set-multiple-preferences",
"summary": "Update multiple preference values of an app",
"tags": [
- "provisioning_api-full/preferences"
+ "provisioning_api/preferences"
],
"security": [
{
@@ -26551,7 +26551,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26579,7 +26579,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26590,10 +26590,10 @@
}
},
"delete": {
- "operationId": "provisioning_api-full-preferences-delete-multiple-preference",
+ "operationId": "provisioning_api-preferences-delete-multiple-preference",
"summary": "Delete multiple preferences for an app",
"tags": [
- "provisioning_api-full/preferences"
+ "provisioning_api/preferences"
],
"security": [
{
@@ -26657,7 +26657,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26685,7 +26685,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26698,11 +26698,11 @@
},
"/index.php/settings/admin/log/download": {
"get": {
- "operationId": "settings-full-log_settings-download",
+ "operationId": "settings-log_settings-download",
"summary": "download logfile",
"description": "This endpoint requires admin access",
"tags": [
- "settings-full/log_settings"
+ "settings/log_settings"
],
"security": [
{
@@ -26739,10 +26739,10 @@
},
"/ocs/v2.php/settings/api/declarative/value": {
"post": {
- "operationId": "settings-full-declarative_settings-set-value",
+ "operationId": "settings-declarative_settings-set-value",
"summary": "Sets a declarative settings value",
"tags": [
- "settings-full/declarative_settings"
+ "settings/declarative_settings"
],
"security": [
{
@@ -26859,7 +26859,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -26872,10 +26872,10 @@
},
"/ocs/v2.php/settings/api/declarative/forms": {
"get": {
- "operationId": "settings-full-declarative_settings-get-forms",
+ "operationId": "settings-declarative_settings-get-forms",
"summary": "Gets all declarative forms with the values prefilled.",
"tags": [
- "settings-full/declarative_settings"
+ "settings/declarative_settings"
],
"security": [
{
@@ -26921,7 +26921,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Settings-fullDeclarativeForm"
+ "$ref": "#/components/schemas/SettingsDeclarativeForm"
}
}
}
@@ -27674,7 +27674,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -27702,7 +27702,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -27780,7 +27780,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -27808,7 +27808,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28313,7 +28313,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28402,7 +28402,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28430,7 +28430,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28458,7 +28458,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28525,7 +28525,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28553,7 +28553,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28661,7 +28661,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28689,7 +28689,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -28939,7 +28939,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -29028,7 +29028,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -29136,7 +29136,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -29250,7 +29250,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -29367,7 +29367,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -29395,7 +29395,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -29454,7 +29454,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30306,7 +30306,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30334,7 +30334,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30434,7 +30434,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30599,7 +30599,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30627,7 +30627,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30725,7 +30725,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30753,7 +30753,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30853,7 +30853,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
@@ -30881,7 +30881,7 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": []
+ "data": {}
}
}
}
diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock
index 845adc63d36..a0e36c0f136 100644
--- a/vendor-bin/openapi-extractor/composer.lock
+++ b/vendor-bin/openapi-extractor/composer.lock
@@ -81,16 +81,16 @@
},
{
"name": "nextcloud/openapi-extractor",
- "version": "v1.5.2",
+ "version": "v1.5.3",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-releases/openapi-extractor.git",
- "reference": "5b41deaa345a766d3feed964a330ec2758784f1d"
+ "reference": "4fcdc49ff57b5d12ca9133f10c5be0e386e5ce17"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/5b41deaa345a766d3feed964a330ec2758784f1d",
- "reference": "5b41deaa345a766d3feed964a330ec2758784f1d",
+ "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/4fcdc49ff57b5d12ca9133f10c5be0e386e5ce17",
+ "reference": "4fcdc49ff57b5d12ca9133f10c5be0e386e5ce17",
"shasum": ""
},
"require": {
@@ -122,9 +122,9 @@
"description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
"support": {
"issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
- "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.5.2"
+ "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.5.3"
},
- "time": "2025-03-17T07:03:18+00:00"
+ "time": "2025-04-08T20:40:36+00:00"
},
{
"name": "nikic/php-parser",
@@ -235,13 +235,13 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": {},
+ "stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
- "platform": {},
- "platform-dev": {},
+ "platform": [],
+ "platform-dev": [],
"platform-overrides": {
"php": "8.1"
},
- "plugin-api-version": "2.6.0"
+ "plugin-api-version": "2.3.0"
}