We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5fec6 commit 05e81f2Copy full SHA for 05e81f2
1 file changed
conf/api.yaml
@@ -82,7 +82,7 @@ paths:
82
error:
83
type: string
84
85
- put:
+ post:
86
summary: Publish an event to a topic
87
description: Publishes an event to the event bus under the specified topic. User must be authenticated with a JWT token.
88
security:
@@ -143,7 +143,7 @@ paths:
143
144
145
/terminate:
146
- get:
147
summary: Terminates lambda environment
148
description: Facilitates fresh start of lambda environment on next invocation (i.e. loads fresh public keys and configs)
149
responses:
0 commit comments