Update dataset sort order
dataset
Update dataset sort order
Update the sort order of columns in a dataset.
PUT
Update dataset sort order
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Path Parameters
Namespace for the dataset.
Name of the dataset.
The username associated with the request.
Body
application/json
Ordered list of all column names in the desired sequence.
Example:
[
"id",
"name",
"age",
"department",
"location"
]Response
Reorders columns.