diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-03-12 22:12:16 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-06-06 18:23:00 +0200 |
commit | 6da445f7c06e1b7babdc20928492f1b0f7c59618 (patch) | |
tree | 8e5131a7bd37579c8dce3b53785c91421aace01e /docs/notification_system.md | |
parent | Merge pull request #4017 from ryanpetrello/swagger-action-node (diff) | |
download | awx-6da445f7c06e1b7babdc20928492f1b0f7c59618.tar.xz awx-6da445f7c06e1b7babdc20928492f1b0f7c59618.zip |
remove /api/v1 and deprecated credential fields
Diffstat (limited to 'docs/notification_system.md')
-rw-r--r-- | docs/notification_system.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/notification_system.md b/docs/notification_system.md index e3819f44ef..1415f30c96 100644 --- a/docs/notification_system.md +++ b/docs/notification_system.md @@ -30,7 +30,6 @@ Notifications can succeed or fail but that will not cause its associated job to Once a Notification Template is created, its configuration can be tested by utilizing the endpoint at `/api/v2/notification_templates/<n>/test` This will emit a test notification given the configuration defined by the notification. These test notifications will also appear in the notifications list at `/api/v2/notifications` - # Notification Types The currently defined Notification Types are: |