put https://testops.katalon.io/api/v1/run-configurations//execute
A successful request to this endpoint triggers an execution from an existing run configuration
object, given the run configuration
ID. This method returns the build information.
Request
This request uses the PUT
method, which is used to execute a specific run configuration using Katalon TestOps from the specified resource.
For basic authorization, replace this with your actual username and password (or API key) in the header request in the username:password
or username:api_key format
. Your user creds are combined to form a Base64 encoded string.
The request data is provided as a JSON object.
You need to provide the following required query parameters:
scheduleID
: schedule ID.