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

Testkube Control Plane ../collaborators operations

Testkube Pro API (cloud-api/1.10.51)

Download OpenAPI specification:Download

API for Testkube Pro

Lists all collaborators for this environment

Lists all collaborators for this environment.

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
[
  • {
    }
]

Adds many collaborators to this environment

Adds many collaborators to this environment.

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
collaborators
required
Array of strings

The collaborators to add to this environment.

role
required
string

The role to assign to all collaborators.

Responses

Request samples

Content type
application/json
{
  • "collaborators": [
    ],
  • "role": "string"
}

Response samples

Content type
application/json
{
  • "collaborators": [
    ],
  • "failed": [
    ]
}

Remove many collaborators from this environment

Remove many collaborators from this environment.

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
collaborators
required
Array of strings

The collaborators to remove from this environment.

Responses

Request samples

Content type
application/json
{
  • "collaborators": [
    ]
}

Response samples

Content type
application/json
{
  • "failed": [
    ]
}