Skip to content

Commit

Permalink
Fix: Update Query Catalog request in docs (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantxpatel authored Nov 30, 2023
1 parent 965ce6e commit 19f00ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions mxd/3.2_MXD_tutorial2_Access_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,7 @@ curl --location 'http://localhost/alice/management/v2/catalog/request' \
"counterPartyAddress": "http://bob-controlplane:8084/api/v1/dsp",
"querySpec": {
"offset": 0,
"limit": 100,
"filter": "",
"range": {
"from": 0,
"to": 100
},
"criterion": ""
"limit": 50
}
}'
```
Expand Down
16 changes: 2 additions & 14 deletions mxd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,13 +843,7 @@ curl --location 'http://localhost/alice/management/v2/catalog/request' \
"counterPartyAddress": "http://trudy-controlplane:8084/api/v1/dsp",
"querySpec": {
"offset": 0,
"limit": 100,
"filter": "",
"range": {
"from": 0,
"to": 100
},
"criterion": ""
"limit": 50
}
}'
```
Expand Down Expand Up @@ -933,13 +927,7 @@ curl --location 'http://localhost/bob/management/v2/catalog/request' \
"counterPartyAddress": "http://trudy-controlplane:8084/api/v1/dsp",
"querySpec": {
"offset": 0,
"limit": 100,
"filter": "",
"range": {
"from": 0,
"to": 100
},
"criterion": ""
"limit": 50
}
}'
```
Expand Down

0 comments on commit 19f00ce

Please sign in to comment.