Skip to main content
PUT
Update dataset sort order

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

namespace
string
required

Namespace for the dataset.

datasetName
string
required

Name of the dataset.

username
string
required

The username associated with the request.

Body

application/json
order
string[]
required

Ordered list of all column names in the desired sequence.

Example:

Response

Reorders columns.