cURL
curl --request PATCH \ --url https://app.baseplate.ai/api/datasets/{id}/documents/{document-id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "rows": [ {} ] }'
Update the content for an entire document. Warning: This will replace all rows with this document ID!