Skip to content

Commit

Permalink
Merge pull request #200 from avoliva/patch-1
Browse files Browse the repository at this point in the history
Fixes selectionPattern documentation
  • Loading branch information
horike37 authored Jan 17, 2024
2 parents df81b3d + f05330d commit 6aa7645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ custom:
cors: true
response:
- statusCode: 200
selectionPattern: '2\\d{2}'
selectionPattern: '2\d{2}'
responseParameters: {}
responseTemplates:
application/json: |-
Expand Down Expand Up @@ -637,7 +637,7 @@ custom:
cors: true
response:
- statusCode: 200
selectionPattern: '2\\d{2}'
selectionPattern: '2\d{2}'
responseParameters: {}
responseTemplates:
application/json: |-
Expand Down Expand Up @@ -1009,4 +1009,4 @@ custom:
"success": false,
"errorMessage": "Client Error"
}
```
```

0 comments on commit 6aa7645

Please sign in to comment.