Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Control Plane ../features operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

Get environment features

Get environment features

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

Responses

Response samples

Content type
application/json
{
  • "role": "read",
  • "features": [
    ]
}

Patch environment features

Endpoint for updating environment features

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

Request Body schema: application/json
required

environment features body

Array
name
required
string

feature name

displayName
required
string

feature name

description
required
string

feature description

learnMoreUrl
string <uri>

URL to learn more about the feature

enabled
required
boolean

is feature enabled?

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/problem+json
{}