database
Update Document
Update a document by its unique ID. Using the patch method you can pass only specific fields that will get updated.
patch/database/collections/{collectionId}/documents/{documentId}
Path parameters
collectionIdstring required
Collection unique ID. You can create a new collection with validation rules using the Database service server integration.
documentIdstring required
Document unique ID.
Request body
Response
Document