Update Dataset Content
Update the content of a dataset.
The index
and column_name
fields are treated as keys tied to a specific version of the dataset.
As such, these values are considered immutable identifiers for the dataset’s structure.
For example, if an edit operation changes the name of a column, subsequent edit operations in the same request should reference the column using its original name.
The If-Match
header is used to ensure that updates are only applied if the client’s version of the dataset
matches the server’s version. This prevents conflicts from simultaneous updates. The ETag
header in the response
provides the new version identifier after a successful update.
Authorizations
Headers
ETag of the dataset as a version identifier.
Path Parameters
Body
Response
Successful Response
The response is of type any
.