Skip to content

Commit 338368e

Browse files
committed
see what happens if we remove request parameters
1 parent 0a6562d commit 338368e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ paths:
126126
httpMethod: POST
127127
uri:
128128
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${DeleteEntityFunction}/invocations"
129-
requestParameters:
130-
integration.request.path.namespace: "method.request.body.metadata.namespace"
131-
integration.request.path.kind: "method.request.body.kind"
132-
integration.request.path.name: "method.request.body.metadata.name"
129+
#requestParameters:
130+
# integration.request.path.namespace: "method.request.body.metadata.namespace"
131+
# integration.request.path.kind: "method.request.body.kind"
132+
# integration.request.path.name: "method.request.body.metadata.name"
133133

134134
"/catalog/{namespace}/{kind}":
135135
get:

0 commit comments

Comments
 (0)