We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df81b3d + f05330d commit 6aa7645Copy full SHA for 6aa7645
README.md
@@ -219,7 +219,7 @@ custom:
219
cors: true
220
response:
221
- statusCode: 200
222
- selectionPattern: '2\\d{2}'
+ selectionPattern: '2\d{2}'
223
responseParameters: {}
224
responseTemplates:
225
application/json: |-
@@ -637,7 +637,7 @@ custom:
637
638
639
640
641
642
643
@@ -1009,4 +1009,4 @@ custom:
1009
"success": false,
1010
"errorMessage": "Client Error"
1011
}
1012
-```
+```
0 commit comments