mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated docs
This commit is contained in:
@@ -1 +1 @@
|
||||
Delete document by its unique ID. This endpoint deletes only the parent documents, its attributes and relations to other documents. Child documents **will not** be deleted.
|
||||
Delete a document by its unique ID. This endpoint deletes only the parent documents, its attributes and relations to other documents. Child documents **will not** be deleted.
|
||||
@@ -1 +1 @@
|
||||
Get collection by its unique ID. This endpoint response returns a JSON object with the collection metadata.
|
||||
Get a collection by its unique ID. This endpoint response returns a JSON object with the collection metadata.
|
||||
@@ -1 +1 @@
|
||||
Get document by its unique ID. This endpoint response returns a JSON object with the document data.
|
||||
Get a document by its unique ID. This endpoint response returns a JSON object with the document data.
|
||||
@@ -1 +1 @@
|
||||
Update collection by its unique ID.
|
||||
Update a collection by its unique ID.
|
||||
@@ -0,0 +1 @@
|
||||
Update a document by its unique ID. Using the patch method you can pass only specific fields that will get updated.
|
||||
Reference in New Issue
Block a user