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