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" }
Creates Test Run Set.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Config for Test Run Set
The body is of type object.
object
Success Response
The response is of type object.