1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: update swagger docs

This commit is contained in:
2022-07-19 16:14:40 +05:00
parent 0f19384999
commit 3e53f70928

View File

@@ -248,6 +248,8 @@ components:
type: string
absolutePath:
type: string
isFolder:
type: boolean
children:
items:
$ref: '#/components/schemas/TreeNode'
@@ -256,6 +258,7 @@ components:
- name
- relativePath
- absolutePath
- isFolder
- children
type: object
additionalProperties: false