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
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>"
}
'{}API key for authentication
Dataset updated successfully
The response is of type object.
Was this page helpful?