testsets

Update a testset row

Partially update a single row in a testset.

patch/api/testsets/{testset_id}/rows/{row_index}/

Path parameters

testset_idstring required

The testset ID returned as id by the API.

row_indexstring required

The row index returned by the API. Decimal values are allowed, for example 1 or 1.5.

Headers

Authorizationstring required

Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.

Request body

row_dataApiTestsetsTestsetIdRowsRowIndexPatchRequestBodyContentApplicationJsonSchemaRowData

Updated row payload keyed by testset column field.

Response

Updated row.

row_indexnumber double required

Row index. Decimal values can be returned after reordering.

testset_idstring required

Parent testset ID.

row_dataApiTestsetsTestsetIdRowsRowIndexPatchResponsesContentApplicationJsonSchemaRowData required

Row payload keyed by testset column field.

Changes