v2-namespaces/{namespace-id}/collections-{collection-id}-{document-id}-{document-path}
Number of APIs: 4
-
Delete a sub document by {document-path} DELETE {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path
-
Get a sub document by {document-path} GET {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path?fields=name, email&raw=true
-
Update part of a sub document by {document-path} PATCH {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path
-
Replace a sub document by {document-path} PUT {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path