Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix list notification API swagger #59

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME="github.com/goto/siren"
LAST_COMMIT := $(shell git rev-parse --short HEAD)
LAST_TAG := "$(shell git rev-list --tags --max-count=1)"
APP_VERSION := "$(shell git describe --tags ${LAST_TAG})-next"
PROTON_COMMIT := "7c83a747afbcbd980cd6c76f334ad436553fddef"
PROTON_COMMIT := "478369b80e67ec3c98464050e51f47332d915962"

.PHONY: all build test clean dist vet proto install

Expand Down
42 changes: 21 additions & 21 deletions proto/gotocompany/siren/v1beta1/siren.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/siren.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ paths:
required: false
type: string
tags:
- Notifications
- Notification
post:
summary: Post an event notification
operationId: SirenService_PostNotification
Expand Down
Loading