Skip to content

Commit a35c332

Browse files
Merge pull request #139 from packagist/docs-notifications
Use the new identifiers from the openapi schema
2 parents b24e8f4 + 36392b5 commit a35c332

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/notifications.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,29 @@ WEBHOOK_EXAMPLE[test]
9090

9191
Triggered every time Private Packagist finds one or more releases of a single package matching the criteria of the notification channel.
9292

93-
WEBHOOK_EXAMPLE[package:release]
93+
WEBHOOK_EXAMPLE[package-release]
9494

9595
##### Abandoned Package Notification
9696

9797
Triggered every time a package gets marked as abandoned.
9898

99-
WEBHOOK_EXAMPLE[package:abandoned]
99+
WEBHOOK_EXAMPLE[package-abandoned]
100100

101101
##### Security Issue Notification
102102

103103
Triggered every time Private Packagist finds one or more security issues for a single project.
104104

105-
WEBHOOK_EXAMPLE[package:security-issue]
105+
WEBHOOK_EXAMPLE[package-security-issue]
106106

107107
##### Security Single Issue Notification
108108

109109
Triggered every time Private Packagist finds a security issue for a single project. If configured,
110110
this will be sent instead of the regular security issues webhook which aggregates issues found at the same time. This is useful if your target cannot parse object collections, e.g. Jira.
111111

112-
WEBHOOK_EXAMPLE[package:security-issue:single]
112+
WEBHOOK_EXAMPLE[package-security-issue-single]
113113

114114
##### Security Summary Notification
115115

116116
A weekly or monthly summary notification containing all open security issues for all projects in your organization.
117117

118-
WEBHOOK_EXAMPLE[package:security-issue:summary]
118+
WEBHOOK_EXAMPLE[package-security-issue-summary]

0 commit comments

Comments
 (0)