cURL
curl --request PUT \ --url https://api.getmaxim.ai/v1/datasets \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "id": "<string>", "workspaceId": "<string>", "name": "<string>" }'
{}
Update a dataset
API key for authentication
Unique identifier for the alert
1
Unique identifier for the workspace
Name of the dataset
Dataset updated successfully
The response is of type object.
object
Was this page helpful?