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.
ETag of the dataset as a version identifier.
This structure represent the valid edits operations that can be performed on a dataset. There edit operations are:
1Successful Response