Skip to content

Commit 5613507

Browse files
committed
fix summart and description on update operation
1 parent 451397b commit 5613507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ paths:
276276
uri:
277277
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${DeleteEntityFunction.Arn}/invocations"
278278
put:
279-
summary: Delete catalog item
280-
description: Delete catalog item
279+
summary: Update catalog item
280+
description: Update catalog item
281281
parameters:
282282
- $ref: "#/components/parameters/namespace"
283283
- $ref: "#/components/parameters/kind"

0 commit comments

Comments
 (0)