1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 23:10:05 +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 type: string
absolutePath: absolutePath:
type: string type: string
isFolder:
type: boolean
children: children:
items: items:
$ref: '#/components/schemas/TreeNode' $ref: '#/components/schemas/TreeNode'
@@ -256,6 +258,7 @@ components:
- name - name
- relativePath - relativePath
- absolutePath - absolutePath
- isFolder
- children - children
type: object type: object
additionalProperties: false additionalProperties: false