Add Empty Rows to Scenario
Adds empty rows to a scenario's dataset.
POST
https://api.futureagi.com/model-hub/develops/{dataset_id}/add_empty_rows/ Authentication
Path parameters
dataset_id
The dataset ID.
Request body
num_rows
Number of empty rows to add. Must be a positive integer.
Response
200 OK status
true on success. result
Confirmation message.
Errors
400
Invalid num_rows value or dataset not found.
401
Invalid or missing API credentials.
404
Dataset not found.
500
Unexpected server error.