curl --request PUT \
--url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"mode": "append",
"document": {
"mimetype": "application/pdf",
"filename": "<string>",
"file_type": "uri",
"file": "<string>",
"zero_retention_mode": true
}
}
'