-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: Fix Slack notification API docs #3485
Conversation
@@ -253,7 +244,7 @@ components: | |||
type: string | |||
description: A message returned to the client | |||
paths: | |||
/webhooks/hasura/sendSlackNotification: | |||
/webhooks/hasura/send-slack-notification: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now matches the route -
planx-new/api.planx.uk/modules/webhooks/routes.ts
Lines 39 to 43 in 782f982
router.post( | |
"/webhooks/hasura/send-slack-notification", | |
validate(sendSlackNotificationSchema), | |
sendSlackNotificationController, | |
); |
@@ -66,53 +63,47 @@ components: | |||
EmailSubmission: | |||
type: object | |||
properties: | |||
body: | |||
event: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed vultr server and associated DNS entries |
What does this PR do?
/send-slack-notification
endpoint Swagger docs, annotated below