Skip to content

Commit

Permalink
[feature/MNT-24127-AddedEndpointToCalculateTheFolderSize] Added swagg…
Browse files Browse the repository at this point in the history
…er endpoints to calculate & receive folder size
  • Loading branch information
mohit-singh4 committed Aug 5, 2024
1 parent a449659 commit 526085b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/definitions/alfresco-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10782,9 +10782,9 @@ definitions:
calculateSizeResponse:
type: object
properties:
id:
nodeId:
type: string
description: Provides the id for which POST/calculateSize has been initiated.
description: Provides the nodeId for which POST/calculateSize has been initiated.
size:
type: string
description: The folder size in bytes.
Expand All @@ -10806,7 +10806,7 @@ definitions:
sizeAcknowledgedResponse:
type: object
properties:
executionId:
nodeId:
type: string
description: Provides nodeId indicating that the request has been acknowledged.
ProbeEntry:
Expand Down

0 comments on commit 526085b

Please sign in to comment.