Documents
Update All Rows for a Document
Update the content for an entire document. Warning: This will replace all rows with this document ID!
PATCH
/
api
/
datasets
/
{id}
/
documents
/
{document-id}
Path Parameters
id
string
requiredDataset ID
document-id
string
requiredDocument ID to add rows under
Header
Authorization
string
requiredBaseplate API key. Must be in the format โBearer $BASEPLATE_API_KEYโ
Content-Type
string
Use application/json
Body
rows
array
requiredArray of rows that will replace the document. See Overview for example.