Update test set
Test Sets
Update test set
Update a test set.
PATCH
Update test set
Authorizations
Organization API key for authentication
Path Parameters
Test set ID (8-character ID)
Required string length:
8Body
application/json
Update request. Only provided fields will be updated.
Human-readable test set name
Required string length:
1 - 100Example:
"Updated Test Set Name"
URL-friendly identifier
Maximum string length:
100Example:
"updated-slug"
Test set description
Example:
"Updated description"
Test set type
Maximum string length:
50Example:
"WORKFLOW"
Additional configuration (null = don't update, {} = clear field)
Example:
{ "category": "support", "updated": true }Test case parameterization (null = don't update, {} = clear field)
Example:
{ "name": ["Alice", "Bob"] }Tags to associate with this test set. Null or omitted leaves tags unchanged. Pass [] to clear all tags.
Example:
["regression"]Response
Test set updated successfully
Test set resource representation.

