Skip to main content
PATCH
Updates one or more test set fields.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.
string
required
application/json

Path parameters

string
required
Test set ID.

Body parameters

string
New non-empty name.
string | null
New description. Send null to clear it.
string[]
Replacement list of one to 200 existing conversation IDs. Each value must be a UUID.

Response

Returns the updated TestSet object.