v2-namespaces/{namespace-id}/collections-{collection-id}-{document-id}-{document-path}

Number of APIs: 4

  1. Delete a sub document by {document-path} DELETE {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path

  2. 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

  3. Update part of a sub document by {document-path} PATCH {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path

  4. Replace a sub document by {document-path} PUT {{baseUrl}}/v2/namespaces/:namespace-id/collections/:collection-id/:document-id/:document-path