docs/flows.md in losant_rest-1.0.8 vs docs/flows.md in losant_rest-1.1.0
- old
+ new
@@ -19,10 +19,15 @@
result = client.flows.get(applicationId: my_application_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, flows.*, or flows.get.
+
#### Available Parameters
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
@@ -57,9 +62,14 @@
applicationId: my_application_id,
flow: my_flow)
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, flows.*, or flows.create.
#### Available Parameters
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |