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 desired sequence
Example:
[
"id",
"name",
"age",
"department",
"location"
]Response
Successfully reordered columns