Update a testset
Update a testset's name, description, or starred status.
Path parameters
testset_id
The ID of the testset to update.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Request
This endpoint expects an object.
name
Testset name.
description
Testset description.
starred
Star the testset.
Response
Updated testset.
id
Testset ID.
name
Testset name.
description
Testset description.
column_definitions
Column definitions.
Errors
401
Unauthorized Error
404
Not Found Error