Skip to content

Commit

Permalink
Delete unused querySpec properties
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbcbauer authored Nov 28, 2023
1 parent 1a9711c commit 0493a90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
8 changes: 1 addition & 7 deletions docs/tutorials/e2e/boost/consumeData.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,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": 100
}
}'
```
Expand Down
24 changes: 3 additions & 21 deletions docs/tutorials/e2e/boost/provideData.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,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": 100
}
}'
```
Expand Down Expand Up @@ -102,13 +96,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": 100
}
}'
```
Expand Down Expand Up @@ -188,13 +176,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": 100
}
}'
```
Expand Down
8 changes: 1 addition & 7 deletions docs/tutorials/e2e/boost/restrictData.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,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": 100
}
}'
```
Expand Down

0 comments on commit 0493a90

Please sign in to comment.