Update a testset row
Update a specific row in a testset.
Path parameters
testset_id
The ID of the testset.
row_index
The index of the row to update.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Request
This endpoint expects an object.
row_data
Updated row data keyed by column name.
Response
Updated row.
row_index
Row index.
row_data
Row data keyed by column name.
Errors
401
Unauthorized Error
404
Not Found Error