docs/webhook.md in losant_rest-1.0.8 vs docs/webhook.md in losant_rest-1.1.0

- old
+ new

@@ -22,10 +22,15 @@ webhookId: my_webhook_id) puts result ``` +#### Authentication +The client must be configured with a valid api access token to call this +action. The token must include at least one of the following scopes: +all.Application, all.Organization, all.User, webhook.*, or webhook.delete. + #### Available Parameters | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | @@ -56,10 +61,15 @@ webhookId: my_webhook_id) puts result ``` +#### Authentication +The client must be configured with a valid api access token to call this +action. The token must include at least one of the following scopes: +all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, webhook.*, or webhook.get. + #### Available Parameters | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | @@ -90,9 +100,14 @@ webhookId: my_webhook_id, webhook: my_webhook) puts result ``` + +#### Authentication +The client must be configured with a valid api access token to call this +action. The token must include at least one of the following scopes: +all.Application, all.Organization, all.User, webhook.*, or webhook.patch. #### Available Parameters | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- |