Skip to content

Commit 05e81f2

Browse files
authored
#24 wrong method in API (#25)
1 parent af5fec6 commit 05e81f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conf/api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ paths:
8282
error:
8383
type: string
8484

85-
put:
85+
post:
8686
summary: Publish an event to a topic
8787
description: Publishes an event to the event bus under the specified topic. User must be authenticated with a JWT token.
8888
security:
@@ -143,7 +143,7 @@ paths:
143143
type: string
144144

145145
/terminate:
146-
get:
146+
post:
147147
summary: Terminates lambda environment
148148
description: Facilitates fresh start of lambda environment on next invocation (i.e. loads fresh public keys and configs)
149149
responses:

0 commit comments

Comments
 (0)