Update opensign.yaml

This commit is contained in:
prafull-opensignlabs
2024-05-13 19:01:23 +05:30
committed by GitHub
parent 6e7fa2a7f8
commit 4eb511e76e
+8 -2
View File
@@ -945,7 +945,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/createfolder_body'
$ref: '#/components/schemas/folder_body'
required: true
responses:
"200":
@@ -1030,6 +1030,12 @@ paths:
type: string
format: string
example: bK1cfd2hpb
requestBody:
description: Provide below parameter to create folder
content:
application/json:
schema:
$ref: '#/components/schemas/folder_body'
responses:
"200":
description: successful operation
@@ -1327,7 +1333,7 @@ components:
type: string
format: string
example: "1232131321"
createfolder_body:
folder_body:
required:
- foldername
- parentFolderId