Api Testsets Partial Update

Default PATCH handler with automatic organization injection. For UPDATE operations: - Superadmins preserve original ownership (org fields removed from request) - Regular users are forced to their own organization Override this method only for custom pre-update logic.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
testset_unique_idstringOptional<=100 characters
projectstring or nullOptional>=1 character
created_atdatetimeOptional
namestringOptional1-100 characters
descriptionstringOptional
updated_atdatetimeOptional
row_countintegerOptional-2147483648-2147483647
column_countintegerOptional-2147483648-2147483647
max_insertions_before_rebalanceintegerOptional-2147483648-2147483647
used_row_indexeslist of doublesOptional
current_max_row_indexdoubleOptional
column_definitionslist of anyOptional
starredbooleanOptional
created_byinteger or nullOptional
organizationintegerOptional

Response

updated_byobject
tagslist of objectsRead-only
namestring<=100 characters
organizationinteger
testset_unique_idstring<=100 characters
projectstring or null
created_atdatetime
descriptionstring
updated_atdatetime
row_countinteger-2147483648-2147483647
column_countinteger-2147483648-2147483647
max_insertions_before_rebalanceinteger-2147483648-2147483647
used_row_indexeslist of doubles
current_max_row_indexdouble
column_definitionslist of any
starredboolean
created_byinteger or null