API Reference
Create Evaluation Assertion
Creates a new evaluation assertion
POST
Body
application/json
The value to match.
Available options:
EXACT_MATCH
Whether to ignore case when comparing strings.
A JSON path to use when matching a JSON response.
Whether to negate the assertion. "true" means the assertion must NOT be true.
How heavily to weigh the assertion within the evaluation.
Required range:
0 < x < 1
Response
201 - application/json
The value to match.
Available options:
EXACT_MATCH
Whether to ignore case when comparing strings.
A JSON path to use when matching a JSON response.
Whether to negate the assertion. "true" means the assertion must NOT be true.
How heavily to weigh the assertion within the evaluation.
Required range:
0 < x < 1
Was this page helpful?