From 3e53f7092815d46c571272c7c3283f8a49086654 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Tue, 19 Jul 2022 16:14:40 +0500 Subject: [PATCH] chore: update swagger docs --- api/public/swagger.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/public/swagger.yaml b/api/public/swagger.yaml index 5acf997..cb785f3 100644 --- a/api/public/swagger.yaml +++ b/api/public/swagger.yaml @@ -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