Update opensign.yaml

This commit is contained in:
prafull-opensignlabs
2024-05-13 19:35:17 +05:30
committed by GitHub
parent a0af2145f3
commit 1971ffd221
+11 -1
View File
@@ -1068,9 +1068,19 @@ paths:
tags:
- Folder
summary: Get folder list
description: The Folder List API empowers you to retrieve a list of folder with or without parentFolderI
description: The Folder List API empowers you to retrieve a list of folder with or without parentFolderId
operationId: folderlist
parameters:
- name: parentFolderId
in: query
description: objectId of folder
required: false
style: form
explode: false
schema:
type: string
format: string
example: ""
- name: limit
in: query
required: false