appwrite/docs/examples/0.11.x/server-cli/examples/database/create-document.md

9 lines
256 B
Markdown
Raw Normal View History

2021-10-18 06:47:46 +00:00
appwrite database createDocument \
--collectionId="[COLLECTION_ID]" \
--data="{}" \
--read="" \
--write="" \
--parentDocument="[PARENT_DOCUMENT]" \
--parentProperty="" \
--parentPropertyType="assign"