Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 71e3e6f

Browse files
committed
Updated reference docs link to examples
1 parent 9682b9e commit 71e3e6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,12 @@ On the other hand, if `type` is `string` and `exact` is:
221221
- `true`: will perform an equals comparison.
222222
- `false`: will check if the provided `body` is a substring of the responses body.
223223

224-
| Field | Type | Required | default | Description |
225-
| :------- | :----- | :------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
226-
| is | string | yes | | What content of the body (or selector content) to expect |
227-
| selector | string | no | - | A selector to get part of the body. The underlying implementation is using `gjson`, reference of syntax can be found [here](https://github.com/tidwall/gjson/blob/master/SYNTAX.md) |
228-
| subset | bool | no | no | If the `is` block is a subset of the body (or selector content). See [examples](../../testapi/tests). |
229-
| keysOnly | bool | no | no | If values should be disregarded when checking for equality. All types of values except objects are ignored. Objects will still be recursively checked. See [examples](../../testapi/tests). |
224+
| Field | Type | Required | default | Description |
225+
| :------- | :----- | :------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
226+
| is | string | yes | | What content of the body (or selector content) to expect |
227+
| selector | string | no | - | A selector to get part of the body. The underlying implementation is using `gjson`, reference of syntax can be found [here](https://github.com/tidwall/gjson/blob/master/SYNTAX.md) |
228+
| subset | bool | no | no | If the `is` block is a subset of the body (or selector content). See [examples](https://github.com/getapid/apid-cli/tree/master/testapi/tests). |
229+
| keysOnly | bool | no | no | If values should be disregarded when checking for equality. All types of values except objects are ignored. Objects will still be recursively checked. See [examples](https://github.com/getapid/apid-cli/tree/master/testapi/tests). |
230230

231231
## Skip SSL verification
232232

0 commit comments

Comments
 (0)