Desktop File
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
GET |
Create desktop file system undo delete
The file tree for the desktop product surface. Reuses all FileSystemViewSet behaviour but is scoped to the "desktop" surface, so its tree is fully isolated from the default "web" tree.
Adds per-folder, versioned markdown instructions describing the contents of a folder.
Required API key scopes
file_system:writeRequest parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
Example request
POST /api /projects /:project_id /desktop_file_system /undo_deleteExample response
Status 200 No response body
Retrieve desktop file system unfiled
The file tree for the desktop product surface. Reuses all FileSystemViewSet behaviour but is scoped to the "desktop" surface, so its tree is fully isolated from the default "web" tree.
Adds per-folder, versioned markdown instructions describing the contents of a folder.
Required API key scopes
file_system:readExample request
GET /api /projects /:project_id /desktop_file_system /unfiled