Update a dataset.
Update a dataset by ID.
PUT
/api/datasets/{id}Path parameters
idstringrequiredBody
namestringrequiredRequest
curl
curl -X PUT https://platform.trickest.com/api/datasets/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Dataset updated successfully
idstringrequiredsolutionstringnamestringrequiredtimeframe_hrsintegerschemaobjectcreated_datestringmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring