patch
This endpoint is used for updating information about a dataset's tables.
PATCH /api/v1/tables/:tableReference
Parameter | |
tableReference |
Provide a JSON object with information about the table.
Property name | Type | Description |
name | string | The name of the table. Must be unique (non-word characters ignored) within the version of the dataset. |
uploadMergeStrategy | string | How to handle subsequent uploads after the first version. Defaults to "replace". Must be one of:
Important: the uploadMergeStrategy may only be modified on tables corresponding to an unreleased version of a dataset. |
description | string | A description of the table, limited to 5000 characters. |
Edit access to the corresponding dataset is required. Your access token must have the following scope:
- data.edit
Last modified 4mo ago