Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 954 Bytes

CreateFolderRequest.md

File metadata and controls

31 lines (15 loc) · 954 Bytes

Apideck.CreateFolderRequest

Description

Properties

Name Type Description Notes
name string The name of the folder.
parent_folder_id string The parent folder to create the new file within. This can be an ID or a path depending on the downstream folder. Please see the connector section below to see downstream specific gotchas.
id string A unique identifier for an object. [optional]
description string Optional description of the folder. [optional]
drive_id string ID of the drive to create the folder in. [optional]
pass_through PassThroughBody [optional]

Referenced Types:


[Back to top] [Back to API list] [Back to README]