Symlinks/Shortcuts
Symbolic links or Shortcuts provide a versatile and easy way to work with directories in multiple locations. A symlink/shortcut can point to any folder in the Couchdrop virtual file system.
Managing symbolic links can be done through the admin interface or via the API.
get
https://api.couchdrop.io/
manage/symlinks
Get all symbolic links in the organisation
Parameters
No parameters
Responses
200: OK
put
https://api.couchdrop.io
/manage/symlinks
Create a new symbolic link
post
https://api.couchdrop.io/
manage/symlinks
Modify an existing symbolic link
delete
https://api.couchdrop.io
/manage/symlinks/<link_id>
Delete an existing link
Last modified 8h ago