diff --git a/docs/references/database/delete-document.md b/docs/references/database/delete-document.md index 00067751f..159a0fbce 100644 --- a/docs/references/database/delete-document.md +++ b/docs/references/database/delete-document.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/docs/references/database/get-collection.md b/docs/references/database/get-collection.md index db0823beb..97b39e847 100644 --- a/docs/references/database/get-collection.md +++ b/docs/references/database/get-collection.md @@ -1 +1 @@ -Get collection by its unique ID. This endpoint response returns a JSON object with the collection metadata. \ No newline at end of file +Get a collection by its unique ID. This endpoint response returns a JSON object with the collection metadata. \ No newline at end of file diff --git a/docs/references/database/get-document.md b/docs/references/database/get-document.md index 1aa54e6d2..4e4d76bec 100644 --- a/docs/references/database/get-document.md +++ b/docs/references/database/get-document.md @@ -1 +1 @@ -Get document by its unique ID. This endpoint response returns a JSON object with the document data. \ No newline at end of file +Get a document by its unique ID. This endpoint response returns a JSON object with the document data. \ No newline at end of file diff --git a/docs/references/database/update-collection.md b/docs/references/database/update-collection.md index d9ee36a30..b8f6bef99 100644 --- a/docs/references/database/update-collection.md +++ b/docs/references/database/update-collection.md @@ -1 +1 @@ -Update collection by its unique ID. \ No newline at end of file +Update a collection by its unique ID. \ No newline at end of file diff --git a/docs/references/database/update-document.md b/docs/references/database/update-document.md index e69de29bb..526f3971d 100644 --- a/docs/references/database/update-document.md +++ b/docs/references/database/update-document.md @@ -0,0 +1 @@ +Update a document by its unique ID. Using the patch method you can pass only specific fields that will get updated. \ No newline at end of file