Skip to content

Commit

Permalink
Merge pull request #209 from Alfresco/fix/MNT-24127-Revert
Browse files Browse the repository at this point in the history
Reverted Swagger changes for MNT-24127
  • Loading branch information
suneet-gupta authored Mar 13, 2024
2 parents 9b3d5ea + f705a49 commit 25a08d1
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions src/main/webapp/definitions/alfresco-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 25a08d1

Please sign in to comment.