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.
1 parent eaa2e44 commit dd91fb0Copy full SHA for dd91fb0
pkg/mock/definition.go
@@ -25,8 +25,7 @@ type Request struct {
25
QueryStringParameters Values `json:"queryStringParameters"`
26
Fragment string `json:"fragment"`
27
HttpHeaders
28
- OptionalPaths map[string]bool `json:"optionalPaths"`
29
- Body string `json:"body"`
+ Body string `json:"body"`
30
}
31
32
type Response struct {
0 commit comments