cURL
curl --request PUT \ --url https://api.getmaxim.ai/v1/datasets/splits \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "id": "<string>", "datasetId": "<string>", "name": "<string>", "description": "<string>" }'
{ "data": [ { "id": "<string>", "name": "<string>", "type": "<string>", "meta": { "columnDataType": "<string>", "delimiter": "<string>" }, "columnType": "<string>" } ] }
Update dataset split
API key for authentication
Unique identifier for the dataset split to update
Unique identifier for the dataset
Name of the dataset split
1 - 255
Description of the dataset split
255
Dataset split updated successfully
Show child attributes
Was this page helpful?