From 162d5f664a2f6e5c66dfbf526df67616de745c8d Mon Sep 17 00:00:00 2001 From: mohit-singh4 Date: Tue, 2 Jul 2024 13:35:02 +0530 Subject: [PATCH] [MNT-24127] Added Endpoint to Calculate Folder Size. --- src/main/webapp/definitions/alfresco-core.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/definitions/alfresco-core.yaml b/src/main/webapp/definitions/alfresco-core.yaml index 62c8ba74..9169bd8c 100755 --- a/src/main/webapp/definitions/alfresco-core.yaml +++ b/src/main/webapp/definitions/alfresco-core.yaml @@ -2521,15 +2521,15 @@ paths: description: Request Accepted schema: $ref: '#/definitions/sizeAcknowledgedResponse' - '400': - description: | - Invalid parameter: value of **nodeId** is invalid '401': description: Authentication failed '403': description: Current user does not have permission for **nodeId** '404': description: Entity with **nodeId** does not exist + '422': + description: | + Invalid parameter: value of **nodeId** is invalid default: description: Unexpected error schema: @@ -2560,15 +2560,15 @@ paths: description: Successful Response schema: $ref: '#/definitions/calculateSizeResponse' - '400': - description: | - Invalid parameter: value of **nodeId** is invalid '401': description: Authentication failed '403': description: Current user does not have permission for **nodeId** '404': description: Entity with **nodeId** does not exist + '422': + description: | + Invalid parameter: value of **nodeId** is invalid default: description: Unexpected error schema: