Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ paths:
error:
type: string

put:
post:
summary: Publish an event to a topic
description: Publishes an event to the event bus under the specified topic. User must be authenticated with a JWT token.
security:
Expand Down Expand Up @@ -143,7 +143,7 @@ paths:
type: string

/terminate:
get:
post:
summary: Terminates lambda environment
description: Facilitates fresh start of lambda environment on next invocation (i.e. loads fresh public keys and configs)
responses:
Expand Down