cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/datasets/{dataset_id} \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "name": "Training Set Q1 (updated)", "description": "Expanded dataset" } '
{ "data": { "id": 20, "name": "Training Set Q1 (updated)", "description": "Expanded dataset" } }
Update a dataset’s name, description, or sampling configuration.
Your Maitai API key from the Portal.
Update dataset.
A curated set of request/response pairs used for model training (finetuning).
Show child attributes
Was this page helpful?