1
0
Fork 0
mirror of synced 2024-05-25 15:09:47 +12:00

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

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.

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.

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.

View file

@ -1 +1 @@
Update collection by its unique ID.
Update a collection by its unique ID.

View file

@ -0,0 +1 @@
Update a document by its unique ID. Using the patch method you can pass only specific fields that will get updated.