Update Cell Value
Update the value of a specific cell in a dataset.
PUT
https://api.futureagi.com/model-hub/develops/{id}/update_cell_value/ Authentication
Path parameters
id
UUID of the dataset.
Request body
row_id
UUID of the row containing the cell.
column_id
UUID of the column containing the cell.
new_value
New value for the cell. For file-type columns, upload via multipart/form-data.
Response
200 OK data
Confirmation message.
status
Status of the API response.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Dataset not found.
500
Unexpected server error.