Skip to main content
POST
/
v0
/
test-run-sets
cURL
curl --request POST \
  --url https://api.reliv.ai/api/v0/test-run-sets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "env": "dev",
  "envOverride": {
    "URL": "https://google.com"
  }
}'
{
  "testRunSetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Config for Test Run Set

env
string
required

Environment

folderId
string<uuid>

ID of the folder to run tests in. Can be found in the URL of the folder. If not provided, all tests will be run.

envOverride
object

Environment map to override environment variables.

Response

200 - application/json

Success Response

testRunSetId
string<uuid>
I