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 22, 2024
1 parent 162d5f6 commit 8a4bd1e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/webapp/definitions/alfresco-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ parameters:
description: The identifier of a folder node.
required: true
type: string
executedIdParam:
name: executionId
in: path
description: The identifier of a Execution Job.
required: true
type: string
maxItemsForSizeParam:
name: maxItems
in: query
Expand Down Expand Up @@ -2534,6 +2540,7 @@ paths:
description: Unexpected error
schema:
$ref: '#/definitions/Error'
'/nodes/{executionId}/calculateSize':
get:
tags:
- nodes
Expand All @@ -2554,7 +2561,7 @@ paths:
produces:
- application/json
parameters:
- $ref: '#/parameters/nodeTargetIdParam'
- $ref: '#/parameters/executedIdParam'
responses:
'200':
description: Successful Response
Expand Down

0 comments on commit 8a4bd1e

Please sign in to comment.