Skip to content

Commit

Permalink
Updated examples (#218)
Browse files Browse the repository at this point in the history
* Updated examples
  • Loading branch information
thim81 committed Dec 21, 2021
1 parent 4c715f1 commit d09be4d
Show file tree
Hide file tree
Showing 7 changed files with 1,018 additions and 24,616 deletions.
11,740 changes: 210 additions & 11,530 deletions examples/cli-options/crm.postman.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/cli-options/portman-config.crm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": 1.0,
"globals": {
"stripResponseExamples": true,
"collectionPreRequestScripts": [
"pm.collectionVariables.set('status', pm.iterationData.get('status') || 'open')"
],
Expand Down
1 change: 1 addition & 0 deletions examples/cli-options/portman-config.crm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ overwrites:
value: '123456789'
overwrite: true
globals:
stripResponseExamples: true
rawReplacements:
- searchFor: 'Unify '
replaceWith: 'Unify Apideck '
2,930 changes: 56 additions & 2,874 deletions examples/portman-globals/crm.postman.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/portman-globals/portman-config.crm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": 1.0,
"globals": {
"stripResponseExamples": true,
"collectionPreRequestScripts": [
"pm.collectionVariables.set('status', pm.iterationData.get('status') || 'open')"
],
Expand Down
10,960 changes: 748 additions & 10,212 deletions examples/postman-ordering/crmApi.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/postman-ordering/portman-config.ordering.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": 1.0,
"globals": {
"stripResponseExamples": true,
"collectionPreRequestScripts": [
"pm.collectionVariables.set('status', pm.iterationData.get('status') || 'open')"
],
Expand Down

0 comments on commit d09be4d

Please sign in to comment.