curl --request PATCH \
--url https://api.verial.ai/datasets/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"config": null
}
'{
"id": "2023-11-07T05:31:56Z",
"type": "<string>",
"name": "<string>",
"description": "<string>",
"parent_id": "2023-11-07T05:31:56Z",
"config": "<unknown>",
"created_at": "2023-11-07T05:31:56Z"
}Update dataset metadata or configuration.
curl --request PATCH \
--url https://api.verial.ai/datasets/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"config": null
}
'{
"id": "2023-11-07T05:31:56Z",
"type": "<string>",
"name": "<string>",
"description": "<string>",
"parent_id": "2023-11-07T05:31:56Z",
"config": "<unknown>",
"created_at": "2023-11-07T05:31:56Z"
}API key passed as a Bearer token.
Dataset ID