Correct docs

This commit is contained in:
Tadgh 2021-06-30 14:49:37 -04:00
parent 8f3cbb0a7f
commit 91dee55279
1 changed files with 5 additions and 3 deletions

View File

@ -18,16 +18,18 @@ Or if you are making a POST request
```http request
POST http://example.com/$mdm-query-links
```
You could use request body
With request body:
```json
{
"resourceType": "Parameters",
"parameter": [ {
"name": "_offset",
"valueInt": 0
"valueInteger": 0
}, {
"name": "_count",
"valueInt": 2
"valueInteger": 2
} ]
}
```