Testkube Agent /config operations
Testkube API (1.0.0)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io  License: MIT 
Testkube provides a Kubernetes-native framework for test definition, execution and results
Update config
Updates config in cluster storage state
Request Body schema: application/jsonrequired
config request body data
| id required  | string   | 
| clusterId required  | string   | 
| enableTelemetry required  | boolean   | 
Responses
Request samples
- Payload
 
Content type
application/json
{- "id": "string",
 - "clusterId": "string",
 - "enableTelemetry": true
 
}Response samples
- 200
 - 400
 - 404
 - 500
 
Content type
application/json
{- "id": "string",
 - "clusterId": "string",
 - "enableTelemetry": true
 
}