losant_rest 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/_schemas.md +2454 -666
- data/docs/application.md +21 -21
- data/docs/applicationApiToken.md +1 -1
- data/docs/applicationApiTokens.md +1 -1
- data/docs/applicationCertificate.md +3 -3
- data/docs/applicationCertificateAuthorities.md +2 -2
- data/docs/applicationCertificateAuthority.md +3 -3
- data/docs/applicationCertificates.md +2 -2
- data/docs/applicationDashboard.md +4 -4
- data/docs/applicationDashboards.md +2 -2
- data/docs/applicationJobLog.md +1 -1
- data/docs/applicationJobLogs.md +1 -1
- data/docs/applicationKey.md +3 -3
- data/docs/applicationKeys.md +2 -2
- data/docs/applicationTemplate.md +1 -1
- data/docs/applicationTemplates.md +3 -3
- data/docs/applications.md +4 -4
- data/docs/auditLog.md +1 -1
- data/docs/auditLogs.md +1 -1
- data/docs/credential.md +4 -4
- data/docs/credentials.md +2 -2
- data/docs/dashboard.md +3 -3
- data/docs/dashboards.md +2 -2
- data/docs/data.md +3 -3
- data/docs/dataTable.md +5 -5
- data/docs/dataTableRow.md +3 -3
- data/docs/dataTableRows.md +6 -6
- data/docs/dataTables.md +2 -2
- data/docs/device.md +14 -14
- data/docs/deviceAttribute.md +3 -3
- data/docs/deviceAttributes.md +2 -2
- data/docs/deviceRecipe.md +4 -4
- data/docs/deviceRecipes.md +2 -2
- data/docs/devices.md +14 -14
- data/docs/edgeDeployment.md +1 -1
- data/docs/edgeDeployments.md +4 -4
- data/docs/embeddedDeployment.md +1 -1
- data/docs/embeddedDeployments.md +5 -5
- data/docs/event.md +3 -3
- data/docs/events.md +6 -6
- data/docs/experience.md +2 -2
- data/docs/experienceDomain.md +3 -3
- data/docs/experienceDomains.md +2 -2
- data/docs/experienceEndpoint.md +4 -4
- data/docs/experienceEndpoints.md +3 -3
- data/docs/experienceGroup.md +3 -3
- data/docs/experienceGroups.md +2 -2
- data/docs/experienceSlug.md +3 -3
- data/docs/experienceSlugs.md +2 -2
- data/docs/experienceUser.md +3 -3
- data/docs/experienceUsers.md +2 -2
- data/docs/experienceVersion.md +3 -3
- data/docs/experienceVersions.md +2 -2
- data/docs/experienceView.md +4 -4
- data/docs/experienceViews.md +2 -2
- data/docs/file.md +5 -5
- data/docs/files.md +2 -2
- data/docs/flow.md +11 -11
- data/docs/flowVersion.md +6 -6
- data/docs/flowVersions.md +3 -3
- data/docs/flows.md +5 -5
- data/docs/instance.md +8 -8
- data/docs/instanceApiToken.md +1 -1
- data/docs/instanceApiTokens.md +1 -1
- data/docs/instanceAuditLog.md +1 -1
- data/docs/instanceAuditLogs.md +1 -1
- data/docs/instanceCustomNode.md +5 -5
- data/docs/instanceCustomNodes.md +2 -2
- data/docs/instanceMember.md +1 -1
- data/docs/instanceMembers.md +1 -1
- data/docs/instanceNotificationRule.md +5 -5
- data/docs/instanceNotificationRules.md +2 -2
- data/docs/instanceOrg.md +7 -7
- data/docs/instanceOrgInvite.md +1 -1
- data/docs/instanceOrgInvites.md +1 -1
- data/docs/instanceOrgMember.md +1 -1
- data/docs/instanceOrgMembers.md +1 -1
- data/docs/instanceOrgs.md +2 -2
- data/docs/instanceSandbox.md +7 -7
- data/docs/instanceSandboxes.md +1 -1
- data/docs/instances.md +1 -1
- data/docs/integration.md +3 -3
- data/docs/integrations.md +2 -2
- data/docs/me.md +20 -20
- data/docs/notebook.md +9 -9
- data/docs/notebooks.md +2 -2
- data/docs/org.md +13 -13
- data/docs/orgs.md +2 -2
- data/docs/privateFile.md +5 -5
- data/docs/privateFiles.md +2 -2
- data/docs/resourceJob.md +6 -6
- data/docs/resourceJobs.md +2 -2
- data/docs/userApiToken.md +3 -3
- data/docs/userApiTokens.md +2 -2
- data/docs/userOauthToken.md +125 -0
- data/docs/userOauthTokens.md +87 -0
- data/docs/webhook.md +3 -3
- data/docs/webhooks.md +2 -2
- data/lib/platform_rest/application.rb +20 -20
- data/lib/platform_rest/application_api_token.rb +1 -1
- data/lib/platform_rest/application_api_tokens.rb +1 -1
- data/lib/platform_rest/application_certificate.rb +3 -3
- data/lib/platform_rest/application_certificate_authorities.rb +2 -2
- data/lib/platform_rest/application_certificate_authority.rb +3 -3
- data/lib/platform_rest/application_certificates.rb +2 -2
- data/lib/platform_rest/application_dashboard.rb +4 -4
- data/lib/platform_rest/application_dashboards.rb +2 -2
- data/lib/platform_rest/application_job_log.rb +1 -1
- data/lib/platform_rest/application_job_logs.rb +1 -1
- data/lib/platform_rest/application_key.rb +3 -3
- data/lib/platform_rest/application_keys.rb +2 -2
- data/lib/platform_rest/application_template.rb +1 -1
- data/lib/platform_rest/application_templates.rb +3 -3
- data/lib/platform_rest/applications.rb +3 -3
- data/lib/platform_rest/audit_log.rb +1 -1
- data/lib/platform_rest/audit_logs.rb +1 -1
- data/lib/platform_rest/client.rb +10 -2
- data/lib/platform_rest/credential.rb +4 -4
- data/lib/platform_rest/credentials.rb +2 -2
- data/lib/platform_rest/dashboard.rb +3 -3
- data/lib/platform_rest/dashboards.rb +2 -2
- data/lib/platform_rest/data.rb +3 -3
- data/lib/platform_rest/data_table.rb +5 -5
- data/lib/platform_rest/data_table_row.rb +3 -3
- data/lib/platform_rest/data_table_rows.rb +6 -6
- data/lib/platform_rest/data_tables.rb +2 -2
- data/lib/platform_rest/device.rb +14 -14
- data/lib/platform_rest/device_attribute.rb +3 -3
- data/lib/platform_rest/device_attributes.rb +2 -2
- data/lib/platform_rest/device_recipe.rb +4 -4
- data/lib/platform_rest/device_recipes.rb +2 -2
- data/lib/platform_rest/devices.rb +14 -14
- data/lib/platform_rest/edge_deployment.rb +1 -1
- data/lib/platform_rest/edge_deployments.rb +4 -4
- data/lib/platform_rest/embedded_deployment.rb +1 -1
- data/lib/platform_rest/embedded_deployments.rb +5 -5
- data/lib/platform_rest/event.rb +3 -3
- data/lib/platform_rest/events.rb +6 -6
- data/lib/platform_rest/experience.rb +2 -2
- data/lib/platform_rest/experience_domain.rb +3 -3
- data/lib/platform_rest/experience_domains.rb +2 -2
- data/lib/platform_rest/experience_endpoint.rb +4 -4
- data/lib/platform_rest/experience_endpoints.rb +3 -3
- data/lib/platform_rest/experience_group.rb +3 -3
- data/lib/platform_rest/experience_groups.rb +2 -2
- data/lib/platform_rest/experience_slug.rb +3 -3
- data/lib/platform_rest/experience_slugs.rb +2 -2
- data/lib/platform_rest/experience_user.rb +3 -3
- data/lib/platform_rest/experience_users.rb +2 -2
- data/lib/platform_rest/experience_version.rb +3 -3
- data/lib/platform_rest/experience_versions.rb +2 -2
- data/lib/platform_rest/experience_view.rb +4 -4
- data/lib/platform_rest/experience_views.rb +2 -2
- data/lib/platform_rest/file.rb +4 -4
- data/lib/platform_rest/files.rb +2 -2
- data/lib/platform_rest/flow.rb +11 -11
- data/lib/platform_rest/flow_version.rb +6 -6
- data/lib/platform_rest/flow_versions.rb +3 -3
- data/lib/platform_rest/flows.rb +5 -5
- data/lib/platform_rest/instance.rb +8 -8
- data/lib/platform_rest/instance_api_token.rb +1 -1
- data/lib/platform_rest/instance_api_tokens.rb +1 -1
- data/lib/platform_rest/instance_audit_log.rb +1 -1
- data/lib/platform_rest/instance_audit_logs.rb +1 -1
- data/lib/platform_rest/instance_custom_node.rb +5 -5
- data/lib/platform_rest/instance_custom_nodes.rb +2 -2
- data/lib/platform_rest/instance_member.rb +1 -1
- data/lib/platform_rest/instance_members.rb +1 -1
- data/lib/platform_rest/instance_notification_rule.rb +5 -5
- data/lib/platform_rest/instance_notification_rules.rb +2 -2
- data/lib/platform_rest/instance_org.rb +7 -7
- data/lib/platform_rest/instance_org_invite.rb +1 -1
- data/lib/platform_rest/instance_org_invites.rb +1 -1
- data/lib/platform_rest/instance_org_member.rb +1 -1
- data/lib/platform_rest/instance_org_members.rb +1 -1
- data/lib/platform_rest/instance_orgs.rb +2 -2
- data/lib/platform_rest/instance_sandbox.rb +7 -7
- data/lib/platform_rest/instance_sandboxes.rb +1 -1
- data/lib/platform_rest/instances.rb +1 -1
- data/lib/platform_rest/integration.rb +3 -3
- data/lib/platform_rest/integrations.rb +2 -2
- data/lib/platform_rest/me.rb +20 -20
- data/lib/platform_rest/notebook.rb +8 -8
- data/lib/platform_rest/notebooks.rb +2 -2
- data/lib/platform_rest/org.rb +13 -13
- data/lib/platform_rest/orgs.rb +2 -2
- data/lib/platform_rest/private_file.rb +4 -4
- data/lib/platform_rest/private_files.rb +2 -2
- data/lib/platform_rest/resource_job.rb +6 -6
- data/lib/platform_rest/resource_jobs.rb +2 -2
- data/lib/platform_rest/user_api_token.rb +3 -3
- data/lib/platform_rest/user_api_tokens.rb +2 -2
- data/lib/platform_rest/user_oauth_token.rb +170 -0
- data/lib/platform_rest/user_oauth_tokens.rb +132 -0
- data/lib/platform_rest/version.rb +1 -1
- data/lib/platform_rest/webhook.rb +3 -3
- data/lib/platform_rest/webhooks.rb +2 -2
- data/lib/platform_rest.rb +2 -0
- data/schemas/apiToken.json +100 -0
- data/schemas/apiTokenPatch.json +100 -0
- data/schemas/apiTokenPost.json +118 -0
- data/schemas/apiTokens.json +100 -0
- data/schemas/applicationDashboardPost.json +4 -0
- data/schemas/dashboard.json +4 -0
- data/schemas/dashboardPatch.json +4 -0
- data/schemas/dashboardPost.json +4 -0
- data/schemas/dashboards.json +4 -0
- data/schemas/githubLogin.json +18 -0
- data/schemas/instanceOrgMemberPatch.json +2 -2
- data/schemas/instanceOrgMemberPost.json +4 -4
- data/schemas/instanceOrgPost.json +4 -4
- data/schemas/oauthClient.json +107 -0
- data/schemas/oauthClientPost.json +89 -0
- data/schemas/oauthDcrError.json +23 -0
- data/schemas/oauthError.json +31 -0
- data/schemas/org.json +2 -2
- data/schemas/orgInvite.json +2 -2
- data/schemas/orgInviteCollection.json +2 -2
- data/schemas/orgInvitePost.json +2 -2
- data/schemas/orgInvites.json +2 -2
- data/schemas/orgMemberPatch.json +2 -2
- data/schemas/orgRoleInfo.json +2 -2
- data/schemas/orgs.json +2 -2
- data/schemas/samlResponse.json +18 -0
- data/schemas/userCredentials.json +18 -0
- data/schemas/userOauthToken.json +207 -0
- data/schemas/userOauthTokenPatch.json +123 -0
- data/schemas/userOauthTokenPost.json +197 -0
- data/schemas/userOauthTokens.json +248 -0
- data/schemas/userPost.json +18 -0
- metadata +13 -1
data/docs/flowVersion.md
CHANGED
|
@@ -31,7 +31,7 @@ puts result
|
|
|
31
31
|
#### Authentication
|
|
32
32
|
The client must be configured with a valid api access token to call this
|
|
33
33
|
action. The token must include at least one of the following scopes:
|
|
34
|
-
all.Application, all.Organization, all.User, flowVersion.*, or flowVersion.delete.
|
|
34
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersion.*, or flowVersion.delete.
|
|
35
35
|
|
|
36
36
|
#### Available Parameters
|
|
37
37
|
|
|
@@ -73,7 +73,7 @@ puts result
|
|
|
73
73
|
#### Authentication
|
|
74
74
|
The client must be configured with a valid api access token to call this
|
|
75
75
|
action. The token must include at least one of the following scopes:
|
|
76
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.errors.
|
|
76
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.errors.
|
|
77
77
|
|
|
78
78
|
#### Available Parameters
|
|
79
79
|
|
|
@@ -120,7 +120,7 @@ puts result
|
|
|
120
120
|
#### Authentication
|
|
121
121
|
The client must be configured with a valid api access token to call this
|
|
122
122
|
action. The token must include at least one of the following scopes:
|
|
123
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.get.
|
|
123
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.get.
|
|
124
124
|
|
|
125
125
|
#### Available Parameters
|
|
126
126
|
|
|
@@ -163,7 +163,7 @@ puts result
|
|
|
163
163
|
#### Authentication
|
|
164
164
|
The client must be configured with a valid api access token to call this
|
|
165
165
|
action. The token must include at least one of the following scopes:
|
|
166
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.log.
|
|
166
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.log.
|
|
167
167
|
|
|
168
168
|
#### Available Parameters
|
|
169
169
|
|
|
@@ -208,7 +208,7 @@ puts result
|
|
|
208
208
|
#### Authentication
|
|
209
209
|
The client must be configured with a valid api access token to call this
|
|
210
210
|
action. The token must include at least one of the following scopes:
|
|
211
|
-
all.Application, all.Organization, all.User, flowVersion.*, or flowVersion.patch.
|
|
211
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersion.*, or flowVersion.patch.
|
|
212
212
|
|
|
213
213
|
#### Available Parameters
|
|
214
214
|
|
|
@@ -252,7 +252,7 @@ puts result
|
|
|
252
252
|
#### Authentication
|
|
253
253
|
The client must be configured with a valid api access token to call this
|
|
254
254
|
action. The token must include at least one of the following scopes:
|
|
255
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.stats.
|
|
255
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.stats.
|
|
256
256
|
|
|
257
257
|
#### Available Parameters
|
|
258
258
|
|
data/docs/flowVersions.md
CHANGED
|
@@ -28,7 +28,7 @@ puts result
|
|
|
28
28
|
#### Authentication
|
|
29
29
|
The client must be configured with a valid api access token to call this
|
|
30
30
|
action. The token must include at least one of the following scopes:
|
|
31
|
-
all.Application, all.Organization, all.User, flowVersions.*, or flowVersions.delete.
|
|
31
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersions.*, or flowVersions.delete.
|
|
32
32
|
|
|
33
33
|
#### Available Parameters
|
|
34
34
|
|
|
@@ -70,7 +70,7 @@ puts result
|
|
|
70
70
|
#### Authentication
|
|
71
71
|
The client must be configured with a valid api access token to call this
|
|
72
72
|
action. The token must include at least one of the following scopes:
|
|
73
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersions.*, or flowVersions.get.
|
|
73
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersions.*, or flowVersions.get.
|
|
74
74
|
|
|
75
75
|
#### Available Parameters
|
|
76
76
|
|
|
@@ -119,7 +119,7 @@ puts result
|
|
|
119
119
|
#### Authentication
|
|
120
120
|
The client must be configured with a valid api access token to call this
|
|
121
121
|
action. The token must include at least one of the following scopes:
|
|
122
|
-
all.Application, all.Organization, all.User, flowVersions.*, or flowVersions.post.
|
|
122
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersions.*, or flowVersions.post.
|
|
123
123
|
|
|
124
124
|
#### Available Parameters
|
|
125
125
|
|
data/docs/flows.md
CHANGED
|
@@ -27,7 +27,7 @@ puts result
|
|
|
27
27
|
#### Authentication
|
|
28
28
|
The client must be configured with a valid api access token to call this
|
|
29
29
|
action. The token must include at least one of the following scopes:
|
|
30
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flows.*, or flows.get.
|
|
30
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flows.*, or flows.get.
|
|
31
31
|
|
|
32
32
|
#### Available Parameters
|
|
33
33
|
|
|
@@ -77,7 +77,7 @@ puts result
|
|
|
77
77
|
#### Authentication
|
|
78
78
|
The client must be configured with a valid api access token to call this
|
|
79
79
|
action. The token must include at least one of the following scopes:
|
|
80
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flows.*, or flows.getByVersion.
|
|
80
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flows.*, or flows.getByVersion.
|
|
81
81
|
|
|
82
82
|
#### Available Parameters
|
|
83
83
|
|
|
@@ -127,7 +127,7 @@ puts result
|
|
|
127
127
|
#### Authentication
|
|
128
128
|
The client must be configured with a valid api access token to call this
|
|
129
129
|
action. The token must include at least one of the following scopes:
|
|
130
|
-
all.Application, all.Organization, all.User, flows.*, or flows.import.
|
|
130
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flows.*, or flows.import.
|
|
131
131
|
|
|
132
132
|
#### Available Parameters
|
|
133
133
|
|
|
@@ -165,7 +165,7 @@ puts result
|
|
|
165
165
|
#### Authentication
|
|
166
166
|
The client must be configured with a valid api access token to call this
|
|
167
167
|
action. The token must include at least one of the following scopes:
|
|
168
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flows.*, or flows.palette.
|
|
168
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flows.*, or flows.palette.
|
|
169
169
|
|
|
170
170
|
#### Available Parameters
|
|
171
171
|
|
|
@@ -204,7 +204,7 @@ puts result
|
|
|
204
204
|
#### Authentication
|
|
205
205
|
The client must be configured with a valid api access token to call this
|
|
206
206
|
action. The token must include at least one of the following scopes:
|
|
207
|
-
all.Application, all.Organization, all.User, flows.*, or flows.post.
|
|
207
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flows.*, or flows.post.
|
|
208
208
|
|
|
209
209
|
#### Available Parameters
|
|
210
210
|
|
data/docs/instance.md
CHANGED
|
@@ -30,7 +30,7 @@ puts result
|
|
|
30
30
|
#### Authentication
|
|
31
31
|
The client must be configured with a valid api access token to call this
|
|
32
32
|
action. The token must include at least one of the following scopes:
|
|
33
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.deviceCounts.
|
|
33
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.deviceCounts.
|
|
34
34
|
|
|
35
35
|
#### Available Parameters
|
|
36
36
|
|
|
@@ -69,7 +69,7 @@ puts result
|
|
|
69
69
|
#### Authentication
|
|
70
70
|
The client must be configured with a valid api access token to call this
|
|
71
71
|
action. The token must include at least one of the following scopes:
|
|
72
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.generateReport.
|
|
72
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.generateReport.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
|
@@ -106,7 +106,7 @@ puts result
|
|
|
106
106
|
#### Authentication
|
|
107
107
|
The client must be configured with a valid api access token to call this
|
|
108
108
|
action. The token must include at least one of the following scopes:
|
|
109
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.get.
|
|
109
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.get.
|
|
110
110
|
|
|
111
111
|
#### Available Parameters
|
|
112
112
|
|
|
@@ -143,7 +143,7 @@ puts result
|
|
|
143
143
|
#### Authentication
|
|
144
144
|
The client must be configured with a valid api access token to call this
|
|
145
145
|
action. The token must include at least one of the following scopes:
|
|
146
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.historicalSummaries.
|
|
146
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.historicalSummaries.
|
|
147
147
|
|
|
148
148
|
#### Available Parameters
|
|
149
149
|
|
|
@@ -186,7 +186,7 @@ puts result
|
|
|
186
186
|
#### Authentication
|
|
187
187
|
The client must be configured with a valid api access token to call this
|
|
188
188
|
action. The token must include at least one of the following scopes:
|
|
189
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.notebookMinuteCounts.
|
|
189
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.notebookMinuteCounts.
|
|
190
190
|
|
|
191
191
|
#### Available Parameters
|
|
192
192
|
|
|
@@ -227,7 +227,7 @@ puts result
|
|
|
227
227
|
#### Authentication
|
|
228
228
|
The client must be configured with a valid api access token to call this
|
|
229
229
|
action. The token must include at least one of the following scopes:
|
|
230
|
-
all.Instance, all.User, instance.*, or instance.patch.
|
|
230
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instance.*, or instance.patch.
|
|
231
231
|
|
|
232
232
|
#### Available Parameters
|
|
233
233
|
|
|
@@ -264,7 +264,7 @@ puts result
|
|
|
264
264
|
#### Authentication
|
|
265
265
|
The client must be configured with a valid api access token to call this
|
|
266
266
|
action. The token must include at least one of the following scopes:
|
|
267
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.payloadCounts.
|
|
267
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.payloadCounts.
|
|
268
268
|
|
|
269
269
|
#### Available Parameters
|
|
270
270
|
|
|
@@ -304,7 +304,7 @@ puts result
|
|
|
304
304
|
#### Authentication
|
|
305
305
|
The client must be configured with a valid api access token to call this
|
|
306
306
|
action. The token must include at least one of the following scopes:
|
|
307
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.payloadCountsBreakdown.
|
|
307
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.payloadCountsBreakdown.
|
|
308
308
|
|
|
309
309
|
#### Available Parameters
|
|
310
310
|
|
data/docs/instanceApiToken.md
CHANGED
|
@@ -67,7 +67,7 @@ puts result
|
|
|
67
67
|
#### Authentication
|
|
68
68
|
The client must be configured with a valid api access token to call this
|
|
69
69
|
action. The token must include at least one of the following scopes:
|
|
70
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceApiToken.*, or instanceApiToken.get.
|
|
70
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceApiToken.*, or instanceApiToken.get.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
data/docs/instanceApiTokens.md
CHANGED
|
@@ -24,7 +24,7 @@ puts result
|
|
|
24
24
|
#### Authentication
|
|
25
25
|
The client must be configured with a valid api access token to call this
|
|
26
26
|
action. The token must include at least one of the following scopes:
|
|
27
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceApiTokens.*, or instanceApiTokens.get.
|
|
27
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceApiTokens.*, or instanceApiTokens.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
data/docs/instanceAuditLog.md
CHANGED
|
@@ -25,7 +25,7 @@ puts result
|
|
|
25
25
|
#### Authentication
|
|
26
26
|
The client must be configured with a valid api access token to call this
|
|
27
27
|
action. The token must include at least one of the following scopes:
|
|
28
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceAuditLog.*, or instanceAuditLog.get.
|
|
28
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceAuditLog.*, or instanceAuditLog.get.
|
|
29
29
|
|
|
30
30
|
#### Available Parameters
|
|
31
31
|
|
data/docs/instanceAuditLogs.md
CHANGED
|
@@ -23,7 +23,7 @@ puts result
|
|
|
23
23
|
#### Authentication
|
|
24
24
|
The client must be configured with a valid api access token to call this
|
|
25
25
|
action. The token must include at least one of the following scopes:
|
|
26
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceAuditLogs.*, or instanceAuditLogs.get.
|
|
26
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceAuditLogs.*, or instanceAuditLogs.get.
|
|
27
27
|
|
|
28
28
|
#### Available Parameters
|
|
29
29
|
|
data/docs/instanceCustomNode.md
CHANGED
|
@@ -29,7 +29,7 @@ puts result
|
|
|
29
29
|
#### Authentication
|
|
30
30
|
The client must be configured with a valid api access token to call this
|
|
31
31
|
action. The token must include at least one of the following scopes:
|
|
32
|
-
all.Instance, all.User, instanceCustomNode.*, or instanceCustomNode.delete.
|
|
32
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceCustomNode.*, or instanceCustomNode.delete.
|
|
33
33
|
|
|
34
34
|
#### Available Parameters
|
|
35
35
|
|
|
@@ -69,7 +69,7 @@ puts result
|
|
|
69
69
|
#### Authentication
|
|
70
70
|
The client must be configured with a valid api access token to call this
|
|
71
71
|
action. The token must include at least one of the following scopes:
|
|
72
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNode.*, or instanceCustomNode.errors.
|
|
72
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNode.*, or instanceCustomNode.errors.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
|
@@ -113,7 +113,7 @@ puts result
|
|
|
113
113
|
#### Authentication
|
|
114
114
|
The client must be configured with a valid api access token to call this
|
|
115
115
|
action. The token must include at least one of the following scopes:
|
|
116
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNode.*, or instanceCustomNode.get.
|
|
116
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNode.*, or instanceCustomNode.get.
|
|
117
117
|
|
|
118
118
|
#### Available Parameters
|
|
119
119
|
|
|
@@ -154,7 +154,7 @@ puts result
|
|
|
154
154
|
#### Authentication
|
|
155
155
|
The client must be configured with a valid api access token to call this
|
|
156
156
|
action. The token must include at least one of the following scopes:
|
|
157
|
-
all.Instance, all.User, instanceCustomNode.*, or instanceCustomNode.patch.
|
|
157
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceCustomNode.*, or instanceCustomNode.patch.
|
|
158
158
|
|
|
159
159
|
#### Available Parameters
|
|
160
160
|
|
|
@@ -195,7 +195,7 @@ puts result
|
|
|
195
195
|
#### Authentication
|
|
196
196
|
The client must be configured with a valid api access token to call this
|
|
197
197
|
action. The token must include at least one of the following scopes:
|
|
198
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNode.*, or instanceCustomNode.stats.
|
|
198
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNode.*, or instanceCustomNode.stats.
|
|
199
199
|
|
|
200
200
|
#### Available Parameters
|
|
201
201
|
|
data/docs/instanceCustomNodes.md
CHANGED
|
@@ -24,7 +24,7 @@ puts result
|
|
|
24
24
|
#### Authentication
|
|
25
25
|
The client must be configured with a valid api access token to call this
|
|
26
26
|
action. The token must include at least one of the following scopes:
|
|
27
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNodes.*, or instanceCustomNodes.get.
|
|
27
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNodes.*, or instanceCustomNodes.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -68,7 +68,7 @@ puts result
|
|
|
68
68
|
#### Authentication
|
|
69
69
|
The client must be configured with a valid api access token to call this
|
|
70
70
|
action. The token must include at least one of the following scopes:
|
|
71
|
-
all.Instance, all.User, instanceCustomNodes.*, or instanceCustomNodes.post.
|
|
71
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceCustomNodes.*, or instanceCustomNodes.post.
|
|
72
72
|
|
|
73
73
|
#### Available Parameters
|
|
74
74
|
|
data/docs/instanceMember.md
CHANGED
|
@@ -67,7 +67,7 @@ puts result
|
|
|
67
67
|
#### Authentication
|
|
68
68
|
The client must be configured with a valid api access token to call this
|
|
69
69
|
action. The token must include at least one of the following scopes:
|
|
70
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceMember.*, or instanceMember.get.
|
|
70
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceMember.*, or instanceMember.get.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
data/docs/instanceMembers.md
CHANGED
|
@@ -24,7 +24,7 @@ puts result
|
|
|
24
24
|
#### Authentication
|
|
25
25
|
The client must be configured with a valid api access token to call this
|
|
26
26
|
action. The token must include at least one of the following scopes:
|
|
27
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceMembers.*, or instanceMembers.get.
|
|
27
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceMembers.*, or instanceMembers.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -29,7 +29,7 @@ puts result
|
|
|
29
29
|
#### Authentication
|
|
30
30
|
The client must be configured with a valid api access token to call this
|
|
31
31
|
action. The token must include at least one of the following scopes:
|
|
32
|
-
all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.delete.
|
|
32
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.delete.
|
|
33
33
|
|
|
34
34
|
#### Available Parameters
|
|
35
35
|
|
|
@@ -70,7 +70,7 @@ puts result
|
|
|
70
70
|
#### Authentication
|
|
71
71
|
The client must be configured with a valid api access token to call this
|
|
72
72
|
action. The token must include at least one of the following scopes:
|
|
73
|
-
all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.evaluate.
|
|
73
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.evaluate.
|
|
74
74
|
|
|
75
75
|
#### Available Parameters
|
|
76
76
|
|
|
@@ -111,7 +111,7 @@ puts result
|
|
|
111
111
|
#### Authentication
|
|
112
112
|
The client must be configured with a valid api access token to call this
|
|
113
113
|
action. The token must include at least one of the following scopes:
|
|
114
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceNotificationRule.*, or instanceNotificationRule.get.
|
|
114
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceNotificationRule.*, or instanceNotificationRule.get.
|
|
115
115
|
|
|
116
116
|
#### Available Parameters
|
|
117
117
|
|
|
@@ -151,7 +151,7 @@ puts result
|
|
|
151
151
|
#### Authentication
|
|
152
152
|
The client must be configured with a valid api access token to call this
|
|
153
153
|
action. The token must include at least one of the following scopes:
|
|
154
|
-
all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.logs.
|
|
154
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.logs.
|
|
155
155
|
|
|
156
156
|
#### Available Parameters
|
|
157
157
|
|
|
@@ -194,7 +194,7 @@ puts result
|
|
|
194
194
|
#### Authentication
|
|
195
195
|
The client must be configured with a valid api access token to call this
|
|
196
196
|
action. The token must include at least one of the following scopes:
|
|
197
|
-
all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.patch.
|
|
197
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.patch.
|
|
198
198
|
|
|
199
199
|
#### Available Parameters
|
|
200
200
|
|
|
@@ -24,7 +24,7 @@ puts result
|
|
|
24
24
|
#### Authentication
|
|
25
25
|
The client must be configured with a valid api access token to call this
|
|
26
26
|
action. The token must include at least one of the following scopes:
|
|
27
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceNotificationRules.*, or instanceNotificationRules.get.
|
|
27
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceNotificationRules.*, or instanceNotificationRules.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -68,7 +68,7 @@ puts result
|
|
|
68
68
|
#### Authentication
|
|
69
69
|
The client must be configured with a valid api access token to call this
|
|
70
70
|
action. The token must include at least one of the following scopes:
|
|
71
|
-
all.Instance, all.User, instanceNotificationRules.*, or instanceNotificationRules.post.
|
|
71
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRules.*, or instanceNotificationRules.post.
|
|
72
72
|
|
|
73
73
|
#### Available Parameters
|
|
74
74
|
|
data/docs/instanceOrg.md
CHANGED
|
@@ -31,7 +31,7 @@ puts result
|
|
|
31
31
|
#### Authentication
|
|
32
32
|
The client must be configured with a valid api access token to call this
|
|
33
33
|
action. The token must include at least one of the following scopes:
|
|
34
|
-
all.Instance, all.User, instanceOrg.*, or instanceOrg.delete.
|
|
34
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceOrg.*, or instanceOrg.delete.
|
|
35
35
|
|
|
36
36
|
#### Available Parameters
|
|
37
37
|
|
|
@@ -71,7 +71,7 @@ puts result
|
|
|
71
71
|
#### Authentication
|
|
72
72
|
The client must be configured with a valid api access token to call this
|
|
73
73
|
action. The token must include at least one of the following scopes:
|
|
74
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.deviceCounts.
|
|
74
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.deviceCounts.
|
|
75
75
|
|
|
76
76
|
#### Available Parameters
|
|
77
77
|
|
|
@@ -113,7 +113,7 @@ puts result
|
|
|
113
113
|
#### Authentication
|
|
114
114
|
The client must be configured with a valid api access token to call this
|
|
115
115
|
action. The token must include at least one of the following scopes:
|
|
116
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.get.
|
|
116
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.get.
|
|
117
117
|
|
|
118
118
|
#### Available Parameters
|
|
119
119
|
|
|
@@ -154,7 +154,7 @@ puts result
|
|
|
154
154
|
#### Authentication
|
|
155
155
|
The client must be configured with a valid api access token to call this
|
|
156
156
|
action. The token must include at least one of the following scopes:
|
|
157
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.notebookMinuteCounts.
|
|
157
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.notebookMinuteCounts.
|
|
158
158
|
|
|
159
159
|
#### Available Parameters
|
|
160
160
|
|
|
@@ -197,7 +197,7 @@ puts result
|
|
|
197
197
|
#### Authentication
|
|
198
198
|
The client must be configured with a valid api access token to call this
|
|
199
199
|
action. The token must include at least one of the following scopes:
|
|
200
|
-
all.Instance, all.User, instanceOrg.*, or instanceOrg.patch.
|
|
200
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceOrg.*, or instanceOrg.patch.
|
|
201
201
|
|
|
202
202
|
#### Available Parameters
|
|
203
203
|
|
|
@@ -239,7 +239,7 @@ puts result
|
|
|
239
239
|
#### Authentication
|
|
240
240
|
The client must be configured with a valid api access token to call this
|
|
241
241
|
action. The token must include at least one of the following scopes:
|
|
242
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.payloadCounts.
|
|
242
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.payloadCounts.
|
|
243
243
|
|
|
244
244
|
#### Available Parameters
|
|
245
245
|
|
|
@@ -282,7 +282,7 @@ puts result
|
|
|
282
282
|
#### Authentication
|
|
283
283
|
The client must be configured with a valid api access token to call this
|
|
284
284
|
action. The token must include at least one of the following scopes:
|
|
285
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrg.*, or instanceOrg.payloadCountsBreakdown.
|
|
285
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrg.*, or instanceOrg.payloadCountsBreakdown.
|
|
286
286
|
|
|
287
287
|
#### Available Parameters
|
|
288
288
|
|
data/docs/instanceOrgInvite.md
CHANGED
|
@@ -70,7 +70,7 @@ puts result
|
|
|
70
70
|
#### Authentication
|
|
71
71
|
The client must be configured with a valid api access token to call this
|
|
72
72
|
action. The token must include at least one of the following scopes:
|
|
73
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgInvite.*, or instanceOrgInvite.get.
|
|
73
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgInvite.*, or instanceOrgInvite.get.
|
|
74
74
|
|
|
75
75
|
#### Available Parameters
|
|
76
76
|
|
data/docs/instanceOrgInvites.md
CHANGED
|
@@ -26,7 +26,7 @@ puts result
|
|
|
26
26
|
#### Authentication
|
|
27
27
|
The client must be configured with a valid api access token to call this
|
|
28
28
|
action. The token must include at least one of the following scopes:
|
|
29
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgInvites.*, or instanceOrgInvites.get.
|
|
29
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgInvites.*, or instanceOrgInvites.get.
|
|
30
30
|
|
|
31
31
|
#### Available Parameters
|
|
32
32
|
|
data/docs/instanceOrgMember.md
CHANGED
|
@@ -70,7 +70,7 @@ puts result
|
|
|
70
70
|
#### Authentication
|
|
71
71
|
The client must be configured with a valid api access token to call this
|
|
72
72
|
action. The token must include at least one of the following scopes:
|
|
73
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgMember.*, or instanceOrgMember.get.
|
|
73
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgMember.*, or instanceOrgMember.get.
|
|
74
74
|
|
|
75
75
|
#### Available Parameters
|
|
76
76
|
|
data/docs/instanceOrgMembers.md
CHANGED
|
@@ -26,7 +26,7 @@ puts result
|
|
|
26
26
|
#### Authentication
|
|
27
27
|
The client must be configured with a valid api access token to call this
|
|
28
28
|
action. The token must include at least one of the following scopes:
|
|
29
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgMembers.*, or instanceOrgMembers.get.
|
|
29
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgMembers.*, or instanceOrgMembers.get.
|
|
30
30
|
|
|
31
31
|
#### Available Parameters
|
|
32
32
|
|
data/docs/instanceOrgs.md
CHANGED
|
@@ -24,7 +24,7 @@ puts result
|
|
|
24
24
|
#### Authentication
|
|
25
25
|
The client must be configured with a valid api access token to call this
|
|
26
26
|
action. The token must include at least one of the following scopes:
|
|
27
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceOrgs.*, or instanceOrgs.get.
|
|
27
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceOrgs.*, or instanceOrgs.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -68,7 +68,7 @@ puts result
|
|
|
68
68
|
#### Authentication
|
|
69
69
|
The client must be configured with a valid api access token to call this
|
|
70
70
|
action. The token must include at least one of the following scopes:
|
|
71
|
-
all.Instance, all.User, instanceOrgs.*, or instanceOrgs.post.
|
|
71
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceOrgs.*, or instanceOrgs.post.
|
|
72
72
|
|
|
73
73
|
#### Available Parameters
|
|
74
74
|
|
data/docs/instanceSandbox.md
CHANGED
|
@@ -31,7 +31,7 @@ puts result
|
|
|
31
31
|
#### Authentication
|
|
32
32
|
The client must be configured with a valid api access token to call this
|
|
33
33
|
action. The token must include at least one of the following scopes:
|
|
34
|
-
all.Instance, all.User, instanceSandbox.*, or instanceSandbox.delete.
|
|
34
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceSandbox.*, or instanceSandbox.delete.
|
|
35
35
|
|
|
36
36
|
#### Available Parameters
|
|
37
37
|
|
|
@@ -71,7 +71,7 @@ puts result
|
|
|
71
71
|
#### Authentication
|
|
72
72
|
The client must be configured with a valid api access token to call this
|
|
73
73
|
action. The token must include at least one of the following scopes:
|
|
74
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.deviceCounts.
|
|
74
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.deviceCounts.
|
|
75
75
|
|
|
76
76
|
#### Available Parameters
|
|
77
77
|
|
|
@@ -113,7 +113,7 @@ puts result
|
|
|
113
113
|
#### Authentication
|
|
114
114
|
The client must be configured with a valid api access token to call this
|
|
115
115
|
action. The token must include at least one of the following scopes:
|
|
116
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.get.
|
|
116
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.get.
|
|
117
117
|
|
|
118
118
|
#### Available Parameters
|
|
119
119
|
|
|
@@ -155,7 +155,7 @@ puts result
|
|
|
155
155
|
#### Authentication
|
|
156
156
|
The client must be configured with a valid api access token to call this
|
|
157
157
|
action. The token must include at least one of the following scopes:
|
|
158
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.notebookMinuteCounts.
|
|
158
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.notebookMinuteCounts.
|
|
159
159
|
|
|
160
160
|
#### Available Parameters
|
|
161
161
|
|
|
@@ -197,7 +197,7 @@ puts result
|
|
|
197
197
|
#### Authentication
|
|
198
198
|
The client must be configured with a valid api access token to call this
|
|
199
199
|
action. The token must include at least one of the following scopes:
|
|
200
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCounts.
|
|
200
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCounts.
|
|
201
201
|
|
|
202
202
|
#### Available Parameters
|
|
203
203
|
|
|
@@ -240,7 +240,7 @@ puts result
|
|
|
240
240
|
#### Authentication
|
|
241
241
|
The client must be configured with a valid api access token to call this
|
|
242
242
|
action. The token must include at least one of the following scopes:
|
|
243
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCountsBreakdown.
|
|
243
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandbox.*, or instanceSandbox.payloadCountsBreakdown.
|
|
244
244
|
|
|
245
245
|
#### Available Parameters
|
|
246
246
|
|
|
@@ -285,7 +285,7 @@ puts result
|
|
|
285
285
|
#### Authentication
|
|
286
286
|
The client must be configured with a valid api access token to call this
|
|
287
287
|
action. The token must include at least one of the following scopes:
|
|
288
|
-
all.Instance, all.User, instanceSandbox.*, or instanceSandbox.undelete.
|
|
288
|
+
all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceSandbox.*, or instanceSandbox.undelete.
|
|
289
289
|
|
|
290
290
|
#### Available Parameters
|
|
291
291
|
|
data/docs/instanceSandboxes.md
CHANGED
|
@@ -23,7 +23,7 @@ puts result
|
|
|
23
23
|
#### Authentication
|
|
24
24
|
The client must be configured with a valid api access token to call this
|
|
25
25
|
action. The token must include at least one of the following scopes:
|
|
26
|
-
all.Instance, all.Instance.read, all.User, all.User.read, instanceSandboxes.*, or instanceSandboxes.get.
|
|
26
|
+
all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceSandboxes.*, or instanceSandboxes.get.
|
|
27
27
|
|
|
28
28
|
#### Available Parameters
|
|
29
29
|
|
data/docs/instances.md
CHANGED
|
@@ -23,7 +23,7 @@ puts result
|
|
|
23
23
|
#### Authentication
|
|
24
24
|
The client must be configured with a valid api access token to call this
|
|
25
25
|
action. The token must include at least one of the following scopes:
|
|
26
|
-
all.User, all.User.read, instances.*,
|
|
26
|
+
all.User, all.User.bounded, all.User.read, instances.*, instances.get, only.User, only.User.bounded, or only.User.read.
|
|
27
27
|
|
|
28
28
|
#### Available Parameters
|
|
29
29
|
|
data/docs/integration.md
CHANGED
|
@@ -27,7 +27,7 @@ puts result
|
|
|
27
27
|
#### Authentication
|
|
28
28
|
The client must be configured with a valid api access token to call this
|
|
29
29
|
action. The token must include at least one of the following scopes:
|
|
30
|
-
all.Application, all.Organization, all.User, integration.*, or integration.delete.
|
|
30
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, integration.*, or integration.delete.
|
|
31
31
|
|
|
32
32
|
#### Available Parameters
|
|
33
33
|
|
|
@@ -68,7 +68,7 @@ puts result
|
|
|
68
68
|
#### Authentication
|
|
69
69
|
The client must be configured with a valid api access token to call this
|
|
70
70
|
action. The token must include at least one of the following scopes:
|
|
71
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, integration.*, or integration.get.
|
|
71
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, integration.*, or integration.get.
|
|
72
72
|
|
|
73
73
|
#### Available Parameters
|
|
74
74
|
|
|
@@ -109,7 +109,7 @@ puts result
|
|
|
109
109
|
#### Authentication
|
|
110
110
|
The client must be configured with a valid api access token to call this
|
|
111
111
|
action. The token must include at least one of the following scopes:
|
|
112
|
-
all.Application, all.Organization, all.User, integration.*, or integration.patch.
|
|
112
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, integration.*, or integration.patch.
|
|
113
113
|
|
|
114
114
|
#### Available Parameters
|
|
115
115
|
|
data/docs/integrations.md
CHANGED
|
@@ -24,7 +24,7 @@ puts result
|
|
|
24
24
|
#### Authentication
|
|
25
25
|
The client must be configured with a valid api access token to call this
|
|
26
26
|
action. The token must include at least one of the following scopes:
|
|
27
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, integrations.*, or integrations.get.
|
|
27
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, integrations.*, or integrations.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -69,7 +69,7 @@ puts result
|
|
|
69
69
|
#### Authentication
|
|
70
70
|
The client must be configured with a valid api access token to call this
|
|
71
71
|
action. The token must include at least one of the following scopes:
|
|
72
|
-
all.Application, all.Organization, all.User, integrations.*, or integrations.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, integrations.*, or integrations.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|