Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.65 KB

folderschema.md

File metadata and controls

14 lines (11 loc) · 2.65 KB

FolderSchema

Fields

Field Type Required Description
id ::String ✔️ The unique ID of the folder.
name ::String ✔️ The name of the folder.
type ::OpenApiSDK::Shared::Type ✔️ N/A
access_level ::OpenApiSDK::Shared::AccessLevel ✔️ The access level of the folder within the workspace.
link_count ::Float ✔️ The number of links in the folder.
created_at ::String ✔️ The date the folder was created.
updated_at ::String ✔️ The date the folder was updated.