From f705a491b83e0a91de3c8daf719ee6798dc42667 Mon Sep 17 00:00:00 2001 From: Mohit Singh Date: Wed, 13 Mar 2024 19:48:11 +0530 Subject: [PATCH] Reverted Swagger changes for MNT-24127 --- .../webapp/definitions/alfresco-core.yaml | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/src/main/webapp/definitions/alfresco-core.yaml b/src/main/webapp/definitions/alfresco-core.yaml index e58fc384..625717be 100755 --- a/src/main/webapp/definitions/alfresco-core.yaml +++ b/src/main/webapp/definitions/alfresco-core.yaml @@ -2940,32 +2940,6 @@ paths: description: Unexpected error schema: $ref: '#/definitions/Error' - '/nodes/{nodeId}/size': - get: - tags: - - nodes - summary: Get folder size - description: | - Get the size of a folder - operationId: getFolderSize - produces: - - application/json - parameters: - - $ref: '#/parameters/nodeTargetIdParam' - responses: - '200': - description: Successful response - schema: - $ref: '#/definitions/FolderSizeResponse' - '401': - description: Authentication failed - '404': - description: Entity with **nodeId** does not exist - default: - description: Unexpected error - schema: - $ref: '#/definitions/Error' - '/nodes/{nodeId}/versions': get: x-alfresco-since: "5.2" @@ -10716,15 +10690,6 @@ definitions: $ref: '#/definitions/PermissionsInfo' definition: $ref: '#/definitions/Definition' - - FolderSizeResponse: - type: object - properties: - id: - type: string - size: - type: string - ProbeEntry: type: object required: