Files
automatisch/packages/docs/pages/apps/dropbox/actions.md
2023-04-06 18:59:55 +00:00

15 lines
346 B
Markdown

---
favicon: /favicons/dropbox.svg
items:
- name: Create a folder
desc: Creates a new folder with the given parent folder and folder name.
- name: Rename a file
desc: Rename a file with the given file path and new name.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />