Updated docs

This commit is contained in:
Eldad Fux
2021-01-20 10:38:38 +02:00
parent bf2c8b4010
commit 6801529ce4
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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.