Skip to content

Commit

Permalink
[MNT-24127] Added Endpoint to Calculate Folder Size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-singh4 committed Jul 2, 2024
1 parent 86225e2 commit 162d5f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/webapp/definitions/alfresco-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 162d5f6

Please sign in to comment.