MuteApi
getAllMutedTests
Get all muted tests.
| |
---|
Endpoint | /app/rest/mutes |
Produces | application/xml
application/json
|
Parameters | locator: string
fields: string
|
Response | Mutes
|
muteTest
Mute a test.
| |
---|
Endpoint | /app/rest/mutes |
Consumes | application/xml
application/json
|
Produces | application/xml
application/json
|
Parameters | |
Response | Mute
|
muteMultipleTests
Mute multiple tests.
| |
---|
Endpoint | /app/rest/mutes/multiple |
Consumes | application/xml
application/json
|
Produces | application/xml
application/json
|
Parameters | body: Mutes
fields: string
|
Response | Mutes
|
unmuteTest
Unmute the matching test.
| |
---|
Endpoint | /app/rest/mutes/{muteLocator} |
Produces | application/xml
application/json
|
Parameters | |
getMutedTest
Get a muted test.
| |
---|
Endpoint | /app/rest/mutes/{muteLocator} |
Produces | application/xml
application/json
|
Parameters | |
Response | Mute
|
Last modified: 30 March 2022