mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[GH-ISSUE #176] Edit function for Webhook Integrations #125
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @David-Eichelmann on GitHub (Jun 12, 2018).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/176
Currently there is no “edit” function for Integrations.

Once any Integration (e.g. “Webhook”) is created, it is not possible to change any of their values any more.
Especially on more complex integrations, the only solution is to delete and create a new one with the same settings, which is unnecessary work and potentially error-prone.
Idea: Add an “edit” function to the integrations details page
@cuu508 commented on GitHub (Mar 10, 2020):
From #341
@cuu508 commented on GitHub (Apr 6, 2020):
This is finally implemented – you can edit parameters of existing webhooks, instead of recreating them each time a change is required.