cURL
curl --request PUT \ --url https://api.getmaxim.ai/v1/datasets/columns \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "workspaceId": "<string>", "datasetId": "<string>", "columnData": [ { "columnId": "<string>", "name": "<string>" } ] }'
{}
Update dataset columns
API key for authentication
Dataset columns updated successfully
The response is of type object.
object
Was this page helpful?