Set Test Run Name
Note:
See the API documentation for this endpoint (opens in a new tab)
for more information.
For general webmate API usage, see REST API
.
Sets the name for the provided test run id.
| Endpoint | /testmgmt/testruns/{testRunId}/name |
| Method | POST |
| testRunId | Id of test run to get |
| Body | {"name": "string"} |
| return schema | JSON with result (success or failure) and optional message |
| return example | {"result": "success"} |
You can use this endpoint the following way:
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| testRunId | webmate TestRunId of test run to set the name for |
| name | String the name should be set to |
| |
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| testRunId | webmate TestRunId of test run to set the name for |
| name | String the name should be set to |
| |