From c6bdd0ac29ce3d3f84f92b26ee8177ff44f4c270 Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 6 Sep 2019 13:06:55 -0700 Subject: [PATCH] remove patch and get methods from notif endpoint --- .../create-notification-endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/cloud/monitor-alert/manage-notification-endpoints/create-notification-endpoints.md b/content/v2.0/cloud/monitor-alert/manage-notification-endpoints/create-notification-endpoints.md index d18bc9f7c..1cffc46d3 100644 --- a/content/v2.0/cloud/monitor-alert/manage-notification-endpoints/create-notification-endpoints.md +++ b/content/v2.0/cloud/monitor-alert/manage-notification-endpoints/create-notification-endpoints.md @@ -34,7 +34,7 @@ To send notifications about changes in your data, start by creating a notificati - For HTTP: - a. Select the **HTTP method** to use. In most cases, select **POST**. {find use cases when to use PUT & GET} + a. From the **HTTP method** drop-down list, select **POST**. b. Select the **auth method** to use: **None** for no authentication. To authenticate with a username and password, select **Basic** and then enter credentials in the **Username** and **Password** fields. To authenticate with a token, select **Bearer**, and then enter the authentication token in the **Token** field.