Testkube Control Plane ../config operations
Testkube Pro API (cloud-api/1.10.51)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io  License: COMMERICAL 
API for Testkube Pro
Update config
Updates config in cluster storage state
path Parameters
| id required  | string  organizationId  | 
| environmentId required  | string  environmentID  | 
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
 
}