Update a Live Table.

Update a Live Table.

Update a dataset by ID.

PUT/api/datasets/{id}
Path parameters
idstringrequired
Body
namestringrequired

Request

curl
curl -X PUT https://trickest.io/api/datasets/{id} \
  -H "Authorization: Bearer $TRICKEST_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ }'

Responses

200Dataset updated successfully
idstringrequired
solutionstring
namestringrequired
timeframe_hrsinteger
schemaobject

created_datestring
modified_datestring
400Bad Request – validation error or malformed input
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

401Unauthorized – missing or expired token
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

403Forbidden – insufficient permissions
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

429Too Many Requests – rate limited
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

500Internal Server Error
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.