PUT
/
v1
/
datasets
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>"
}'
{}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json
Dataset updated successfully

The response is of type object.