Update Dataset
Update dataset properties such as name.
POST
https://api.futureagi.com/model-hub/dataset/{id}/ Authentication
Path parameters
id
UUID of the dataset to update.
Request body
name
New name for the dataset.
Response
200 OK dataset_id
UUID of the updated dataset.
name
Updated name of the dataset.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
The specified dataset could not be found.
500
Unexpected server error.