mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 15:12:34 +02:00
Update opensign.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user