remove patch and get methods from notif endpoint

pull/444/head
Kelly 2019-09-06 13:06:55 -07:00
parent d03ca8d6f2
commit c6bdd0ac29
1 changed files with 1 additions and 1 deletions

View File

@ -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.