Authorizations
Path Parameters
Test suite id
Body
application/json
Required range:
0 <= x <= 128Available options:
PROJECT, SUITE, DISABLED Environment used to run the test suite
Available options:
PRODUCTION, STAGING, DEVELOPMENT Example:
"PRODUCTION"
Variable overrides for the test suite
Example:
{
"TEST_VAR": "test",
"TEST_VAR_2": { "value": "test", "sensitive": true },
"JSON_VAR": {
"value": {
"attribute": "value",
"anotherAttribute": "anotherValue"
}
}
}