Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.17 KB

FolderSchema.md

File metadata and controls

13 lines (10 loc) · 2.17 KB

FolderSchema

Fields

Field Type Required Description
id string ✔️ The unique ID of the folder.
name string ✔️ The name of the folder.
createdAt string ✔️ The date the folder was created.
updatedAt string ✔️ The date the folder was updated.
linkCount ?float The number of links in the folder.
accessLevel ?Components\AccessLevel The access level of the folder within the workspace.