We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98855e5 commit e779f73Copy full SHA for e779f73
1 file changed
openapi.yaml
@@ -126,10 +126,10 @@ paths:
126
httpMethod: POST
127
uri:
128
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${DeleteEntityFunction.Arn}/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"
+ #requestParameters:
+ # integration.request.path.namespace: "method.request.body.metadata.namespace"
+ # integration.request.path.kind: "method.request.body.kind"
+ # integration.request.path.name: "method.request.body.metadata.name"
133
134
"/catalog/{namespace}/{kind}":
135
get:
0 commit comments