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/application.md
CHANGED
|
@@ -45,7 +45,7 @@ puts result
|
|
|
45
45
|
#### Authentication
|
|
46
46
|
The client must be configured with a valid api access token to call this
|
|
47
47
|
action. The token must include at least one of the following scopes:
|
|
48
|
-
all.Application, all.Organization, all.User, application.*, or application.applyTemplate.
|
|
48
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.applyTemplate.
|
|
49
49
|
|
|
50
50
|
#### Available Parameters
|
|
51
51
|
|
|
@@ -86,7 +86,7 @@ puts result
|
|
|
86
86
|
#### Authentication
|
|
87
87
|
The client must be configured with a valid api access token to call this
|
|
88
88
|
action. The token must include at least one of the following scopes:
|
|
89
|
-
all.Application, all.Organization, all.User, application.*, or application.archiveData.
|
|
89
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.archiveData.
|
|
90
90
|
|
|
91
91
|
#### Available Parameters
|
|
92
92
|
|
|
@@ -124,7 +124,7 @@ puts result
|
|
|
124
124
|
#### Authentication
|
|
125
125
|
The client must be configured with a valid api access token to call this
|
|
126
126
|
action. The token must include at least one of the following scopes:
|
|
127
|
-
all.Application, all.Organization, all.User, application.*, or application.backfillArchiveData.
|
|
127
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.backfillArchiveData.
|
|
128
128
|
|
|
129
129
|
#### Available Parameters
|
|
130
130
|
|
|
@@ -161,7 +161,7 @@ puts result
|
|
|
161
161
|
#### Authentication
|
|
162
162
|
The client must be configured with a valid api access token to call this
|
|
163
163
|
action. The token must include at least one of the following scopes:
|
|
164
|
-
all.Application, all.Organization, all.User, application.*, or application.clone.
|
|
164
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.clone.
|
|
165
165
|
|
|
166
166
|
#### Available Parameters
|
|
167
167
|
|
|
@@ -202,7 +202,7 @@ puts result
|
|
|
202
202
|
#### Authentication
|
|
203
203
|
The client must be configured with a valid api access token to call this
|
|
204
204
|
action. The token must include at least one of the following scopes:
|
|
205
|
-
all.Application, all.Organization, all.User, application.*, or application.delete.
|
|
205
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.delete.
|
|
206
206
|
|
|
207
207
|
#### Available Parameters
|
|
208
208
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.deviceCounts.
|
|
242
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, application.*, or application.deviceCounts.
|
|
243
243
|
|
|
244
244
|
#### Available Parameters
|
|
245
245
|
|
|
@@ -280,7 +280,7 @@ puts result
|
|
|
280
280
|
#### Authentication
|
|
281
281
|
The client must be configured with a valid api access token to call this
|
|
282
282
|
action. The token must include at least one of the following scopes:
|
|
283
|
-
all.Application, all.Organization, all.User, application.*, or application.export.
|
|
283
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.export.
|
|
284
284
|
|
|
285
285
|
#### Available Parameters
|
|
286
286
|
|
|
@@ -319,7 +319,7 @@ puts result
|
|
|
319
319
|
#### Authentication
|
|
320
320
|
The client must be configured with a valid api access token to call this
|
|
321
321
|
action. The token must include at least one of the following scopes:
|
|
322
|
-
all.Application, all.Organization, all.User, application.*, or application.fullDataTablesArchive.
|
|
322
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.fullDataTablesArchive.
|
|
323
323
|
|
|
324
324
|
#### Available Parameters
|
|
325
325
|
|
|
@@ -356,7 +356,7 @@ puts result
|
|
|
356
356
|
#### Authentication
|
|
357
357
|
The client must be configured with a valid api access token to call this
|
|
358
358
|
action. The token must include at least one of the following scopes:
|
|
359
|
-
all.Application, all.Organization, all.User, application.*, or application.fullEventsArchive.
|
|
359
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.fullEventsArchive.
|
|
360
360
|
|
|
361
361
|
#### Available Parameters
|
|
362
362
|
|
|
@@ -393,7 +393,7 @@ puts result
|
|
|
393
393
|
#### Authentication
|
|
394
394
|
The client must be configured with a valid api access token to call this
|
|
395
395
|
action. The token must include at least one of the following scopes:
|
|
396
|
-
all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, application.*, or application.get.
|
|
396
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, application.*, or application.get.
|
|
397
397
|
|
|
398
398
|
#### Available Parameters
|
|
399
399
|
|
|
@@ -434,7 +434,7 @@ puts result
|
|
|
434
434
|
#### Authentication
|
|
435
435
|
The client must be configured with a valid api access token to call this
|
|
436
436
|
action. The token must include at least one of the following scopes:
|
|
437
|
-
all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, application.*, or application.patch.
|
|
437
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, application.*, or application.patch.
|
|
438
438
|
|
|
439
439
|
#### Available Parameters
|
|
440
440
|
|
|
@@ -472,7 +472,7 @@ puts result
|
|
|
472
472
|
#### Authentication
|
|
473
473
|
The client must be configured with a valid api access token to call this
|
|
474
474
|
action. The token must include at least one of the following scopes:
|
|
475
|
-
all.Application, all.Organization, all.User, application.*, or application.import.
|
|
475
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.import.
|
|
476
476
|
|
|
477
477
|
#### Available Parameters
|
|
478
478
|
|
|
@@ -513,7 +513,7 @@ puts result
|
|
|
513
513
|
#### Authentication
|
|
514
514
|
The client must be configured with a valid api access token to call this
|
|
515
515
|
action. The token must include at least one of the following scopes:
|
|
516
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.importLogs.
|
|
516
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, application.*, or application.importLogs.
|
|
517
517
|
|
|
518
518
|
#### Available Parameters
|
|
519
519
|
|
|
@@ -554,7 +554,7 @@ puts result
|
|
|
554
554
|
#### Authentication
|
|
555
555
|
The client must be configured with a valid api access token to call this
|
|
556
556
|
action. The token must include at least one of the following scopes:
|
|
557
|
-
all.Application, all.Organization, all.User, application.*, or application.mqttPublishMessage.
|
|
557
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, application.*, or application.mqttPublishMessage.
|
|
558
558
|
|
|
559
559
|
#### Available Parameters
|
|
560
560
|
|
|
@@ -592,7 +592,7 @@ puts result
|
|
|
592
592
|
#### Authentication
|
|
593
593
|
The client must be configured with a valid api access token to call this
|
|
594
594
|
action. The token must include at least one of the following scopes:
|
|
595
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.notebookMinuteCounts.
|
|
595
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, application.*, or application.notebookMinuteCounts.
|
|
596
596
|
|
|
597
597
|
#### Available Parameters
|
|
598
598
|
|
|
@@ -633,7 +633,7 @@ puts result
|
|
|
633
633
|
#### Authentication
|
|
634
634
|
The client must be configured with a valid api access token to call this
|
|
635
635
|
action. The token must include at least one of the following scopes:
|
|
636
|
-
all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, application.*, or application.patch.
|
|
636
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, application.*, or application.patch.
|
|
637
637
|
|
|
638
638
|
#### Available Parameters
|
|
639
639
|
|
|
@@ -673,7 +673,7 @@ puts result
|
|
|
673
673
|
#### Authentication
|
|
674
674
|
The client must be configured with a valid api access token to call this
|
|
675
675
|
action. The token must include at least one of the following scopes:
|
|
676
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.payloadCounts.
|
|
676
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, application.*, or application.payloadCounts.
|
|
677
677
|
|
|
678
678
|
#### Available Parameters
|
|
679
679
|
|
|
@@ -713,7 +713,7 @@ puts result
|
|
|
713
713
|
#### Authentication
|
|
714
714
|
The client must be configured with a valid api access token to call this
|
|
715
715
|
action. The token must include at least one of the following scopes:
|
|
716
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.payloadCountsBreakdown.
|
|
716
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, application.*, or application.payloadCountsBreakdown.
|
|
717
717
|
|
|
718
718
|
#### Available Parameters
|
|
719
719
|
|
|
@@ -755,7 +755,7 @@ puts result
|
|
|
755
755
|
#### Authentication
|
|
756
756
|
The client must be configured with a valid api access token to call this
|
|
757
757
|
action. The token must include at least one of the following scopes:
|
|
758
|
-
all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, application.*, or application.get.
|
|
758
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, application.*, or application.get.
|
|
759
759
|
|
|
760
760
|
#### Available Parameters
|
|
761
761
|
|
|
@@ -794,7 +794,7 @@ puts result
|
|
|
794
794
|
#### Authentication
|
|
795
795
|
The client must be configured with a valid api access token to call this
|
|
796
796
|
action. The token must include at least one of the following scopes:
|
|
797
|
-
all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, application.*, or application.patch.
|
|
797
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, application.*, or application.patch.
|
|
798
798
|
|
|
799
799
|
#### Available Parameters
|
|
800
800
|
|
|
@@ -834,7 +834,7 @@ puts result
|
|
|
834
834
|
#### Authentication
|
|
835
835
|
The client must be configured with a valid api access token to call this
|
|
836
836
|
action. The token must include at least one of the following scopes:
|
|
837
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.search.
|
|
837
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, application.*, or application.search.
|
|
838
838
|
|
|
839
839
|
#### Available Parameters
|
|
840
840
|
|
data/docs/applicationApiToken.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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationApiToken.*, or applicationApiToken.get.
|
|
70
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationApiToken.*, or applicationApiToken.get.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
|
@@ -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, applicationApiTokens.*, or applicationApiTokens.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, applicationApiTokens.*, or applicationApiTokens.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -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, applicationCertificate.*, or applicationCertificate.delete.
|
|
30
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationCertificate.*, or applicationCertificate.delete.
|
|
31
31
|
|
|
32
32
|
#### Available Parameters
|
|
33
33
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationCertificate.*, or applicationCertificate.get.
|
|
70
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationCertificate.*, or applicationCertificate.get.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
|
@@ -108,7 +108,7 @@ puts result
|
|
|
108
108
|
#### Authentication
|
|
109
109
|
The client must be configured with a valid api access token to call this
|
|
110
110
|
action. The token must include at least one of the following scopes:
|
|
111
|
-
all.Application, all.Organization, all.User, applicationCertificate.*, or applicationCertificate.patch.
|
|
111
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationCertificate.*, or applicationCertificate.patch.
|
|
112
112
|
|
|
113
113
|
#### Available Parameters
|
|
114
114
|
|
|
@@ -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, applicationCertificateAuthorities.*, or applicationCertificateAuthorities.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, applicationCertificateAuthorities.*, or applicationCertificateAuthorities.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, applicationCertificateAuthorities.*, or applicationCertificateAuthorities.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationCertificateAuthorities.*, or applicationCertificateAuthorities.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
|
@@ -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, applicationCertificateAuthority.*, or applicationCertificateAuthority.delete.
|
|
30
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationCertificateAuthority.*, or applicationCertificateAuthority.delete.
|
|
31
31
|
|
|
32
32
|
#### Available Parameters
|
|
33
33
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationCertificateAuthority.*, or applicationCertificateAuthority.get.
|
|
70
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationCertificateAuthority.*, or applicationCertificateAuthority.get.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
|
@@ -108,7 +108,7 @@ puts result
|
|
|
108
108
|
#### Authentication
|
|
109
109
|
The client must be configured with a valid api access token to call this
|
|
110
110
|
action. The token must include at least one of the following scopes:
|
|
111
|
-
all.Application, all.Organization, all.User, applicationCertificateAuthority.*, or applicationCertificateAuthority.patch.
|
|
111
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationCertificateAuthority.*, or applicationCertificateAuthority.patch.
|
|
112
112
|
|
|
113
113
|
#### Available Parameters
|
|
114
114
|
|
|
@@ -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, applicationCertificates.*, or applicationCertificates.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, applicationCertificates.*, or applicationCertificates.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, applicationCertificates.*, or applicationCertificates.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationCertificates.*, or applicationCertificates.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
|
@@ -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, applicationDashboard.*, or applicationDashboard.delete.
|
|
31
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationDashboard.*, or applicationDashboard.delete.
|
|
32
32
|
|
|
33
33
|
#### Available Parameters
|
|
34
34
|
|
|
@@ -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, applicationDashboard.*, or applicationDashboard.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, applicationDashboard.*, or applicationDashboard.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, applicationDashboard.*, or applicationDashboard.patch.
|
|
112
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationDashboard.*, or applicationDashboard.patch.
|
|
113
113
|
|
|
114
114
|
#### Available Parameters
|
|
115
115
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationDashboard.*, or applicationDashboard.sendReport.
|
|
154
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationDashboard.*, or applicationDashboard.sendReport.
|
|
155
155
|
|
|
156
156
|
#### Available Parameters
|
|
157
157
|
|
|
@@ -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, applicationDashboards.*, or applicationDashboards.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, applicationDashboards.*, or applicationDashboards.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, applicationDashboards.*, or applicationDashboards.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationDashboards.*, or applicationDashboards.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
data/docs/applicationJobLog.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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationJobLog.*, or applicationJobLog.get.
|
|
28
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationJobLog.*, or applicationJobLog.get.
|
|
29
29
|
|
|
30
30
|
#### Available Parameters
|
|
31
31
|
|
data/docs/applicationJobLogs.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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationJobLogs.*, or applicationJobLogs.get.
|
|
26
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationJobLogs.*, or applicationJobLogs.get.
|
|
27
27
|
|
|
28
28
|
#### Available Parameters
|
|
29
29
|
|
data/docs/applicationKey.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, applicationKey.*, or applicationKey.delete.
|
|
30
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationKey.*, or applicationKey.delete.
|
|
31
31
|
|
|
32
32
|
#### Available Parameters
|
|
33
33
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, applicationKey.*, or applicationKey.get.
|
|
70
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applicationKey.*, or applicationKey.get.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
|
@@ -108,7 +108,7 @@ puts result
|
|
|
108
108
|
#### Authentication
|
|
109
109
|
The client must be configured with a valid api access token to call this
|
|
110
110
|
action. The token must include at least one of the following scopes:
|
|
111
|
-
all.Application, all.Organization, all.User, applicationKey.*, or applicationKey.patch.
|
|
111
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationKey.*, or applicationKey.patch.
|
|
112
112
|
|
|
113
113
|
#### Available Parameters
|
|
114
114
|
|
data/docs/applicationKeys.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, applicationKeys.*, or applicationKeys.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, applicationKeys.*, or applicationKeys.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -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.Organization, all.User, applicationKeys.*, or applicationKeys.post.
|
|
73
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, applicationKeys.*, or applicationKeys.post.
|
|
74
74
|
|
|
75
75
|
#### Available Parameters
|
|
76
76
|
|
data/docs/applicationTemplate.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, applicationTemplate.*,
|
|
26
|
+
all.User, all.User.bounded, all.User.read, applicationTemplate.*, applicationTemplate.get, only.User, only.User.bounded, or only.User.read.
|
|
27
27
|
|
|
28
28
|
#### Available Parameters
|
|
29
29
|
|
|
@@ -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.User, all.User.read, applicationTemplates.*,
|
|
28
|
+
all.User, all.User.bounded, all.User.read, applicationTemplates.*, applicationTemplates.get, only.User, only.User.bounded, or only.User.read.
|
|
29
29
|
|
|
30
30
|
#### Available Parameters
|
|
31
31
|
|
|
@@ -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.User, all.User.read, applicationTemplates.*,
|
|
71
|
+
all.User, all.User.bounded, all.User.read, applicationTemplates.*, applicationTemplates.getCategories, only.User, only.User.bounded, or only.User.read.
|
|
72
72
|
|
|
73
73
|
#### Available Parameters
|
|
74
74
|
|
|
@@ -104,7 +104,7 @@ puts result
|
|
|
104
104
|
#### Authentication
|
|
105
105
|
The client must be configured with a valid api access token to call this
|
|
106
106
|
action. The token must include at least one of the following scopes:
|
|
107
|
-
all.User, all.User.read, applicationTemplates.*,
|
|
107
|
+
all.User, all.User.bounded, all.User.read, applicationTemplates.*, applicationTemplates.getUniqueKeywords, only.User, only.User.bounded, or only.User.read.
|
|
108
108
|
|
|
109
109
|
#### Available Parameters
|
|
110
110
|
|
data/docs/applications.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.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, applications.*,
|
|
29
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, applications.*, applications.get, only.Organization, only.Organization.bounded, or only.Organization.read.
|
|
30
30
|
|
|
31
31
|
#### Available Parameters
|
|
32
32
|
|
|
@@ -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.Organization, all.User, applications.*,
|
|
73
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, applications.*, applications.import, only.Organization, or only.Organization.bounded.
|
|
74
74
|
|
|
75
75
|
#### Available Parameters
|
|
76
76
|
|
|
@@ -116,7 +116,7 @@ puts result
|
|
|
116
116
|
#### Authentication
|
|
117
117
|
The client must be configured with a valid api access token to call this
|
|
118
118
|
action. The token must include at least one of the following scopes:
|
|
119
|
-
all.Organization, all.Organization.read, all.User, all.User.read, applications.*,
|
|
119
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, applications.*, applications.periodSummaries, only.Organization, only.Organization.bounded, or only.Organization.read.
|
|
120
120
|
|
|
121
121
|
#### Available Parameters
|
|
122
122
|
|
|
@@ -164,7 +164,7 @@ puts result
|
|
|
164
164
|
#### Authentication
|
|
165
165
|
The client must be configured with a valid api access token to call this
|
|
166
166
|
action. The token must include at least one of the following scopes:
|
|
167
|
-
all.Organization, all.User, applications.*,
|
|
167
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, applications.*, applications.post, only.Organization, or only.Organization.bounded.
|
|
168
168
|
|
|
169
169
|
#### Available Parameters
|
|
170
170
|
|
data/docs/auditLog.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.Organization, all.Organization.read, all.User, all.User.read, auditLog.*,
|
|
28
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, auditLog.*, auditLog.get, only.Organization, only.Organization.bounded, or only.Organization.read.
|
|
29
29
|
|
|
30
30
|
#### Available Parameters
|
|
31
31
|
|
data/docs/auditLogs.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.Organization, all.Organization.read, all.User, all.User.read, auditLogs.*,
|
|
26
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, auditLogs.*, auditLogs.get, only.Organization, only.Organization.bounded, or only.Organization.read.
|
|
27
27
|
|
|
28
28
|
#### Available Parameters
|
|
29
29
|
|
data/docs/credential.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, credential.*, or credential.delete.
|
|
31
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, credential.*, or credential.delete.
|
|
32
32
|
|
|
33
33
|
#### Available Parameters
|
|
34
34
|
|
|
@@ -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, credential.*, or credential.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, credential.*, or credential.get.
|
|
72
72
|
|
|
73
73
|
#### Available Parameters
|
|
74
74
|
|
|
@@ -108,7 +108,7 @@ puts result
|
|
|
108
108
|
#### Authentication
|
|
109
109
|
The client must be configured with a valid api access token to call this
|
|
110
110
|
action. The token must include at least one of the following scopes:
|
|
111
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, credential.*, or credential.linkedResources.
|
|
111
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, credential.*, or credential.linkedResources.
|
|
112
112
|
|
|
113
113
|
#### Available Parameters
|
|
114
114
|
|
|
@@ -150,7 +150,7 @@ puts result
|
|
|
150
150
|
#### Authentication
|
|
151
151
|
The client must be configured with a valid api access token to call this
|
|
152
152
|
action. The token must include at least one of the following scopes:
|
|
153
|
-
all.Application, all.Organization, all.User, credential.*, or credential.patch.
|
|
153
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, credential.*, or credential.patch.
|
|
154
154
|
|
|
155
155
|
#### Available Parameters
|
|
156
156
|
|
data/docs/credentials.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, credentials.*, or credentials.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, credentials.*, or credentials.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, credentials.*, or credentials.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, credentials.*, or credentials.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
data/docs/dashboard.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.Organization, all.User, dashboard.*,
|
|
30
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, dashboard.*, dashboard.delete, only.Organization, or only.Organization.bounded.
|
|
31
31
|
|
|
32
32
|
#### Available Parameters
|
|
33
33
|
|
|
@@ -102,7 +102,7 @@ puts result
|
|
|
102
102
|
#### Authentication
|
|
103
103
|
The client must be configured with a valid api access token to call this
|
|
104
104
|
action. The token must include at least one of the following scopes:
|
|
105
|
-
all.Organization, all.User, dashboard.*,
|
|
105
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, dashboard.*, dashboard.patch, only.Organization, or only.Organization.bounded.
|
|
106
106
|
|
|
107
107
|
#### Available Parameters
|
|
108
108
|
|
|
@@ -142,7 +142,7 @@ puts result
|
|
|
142
142
|
#### Authentication
|
|
143
143
|
The client must be configured with a valid api access token to call this
|
|
144
144
|
action. The token must include at least one of the following scopes:
|
|
145
|
-
all.Organization, all.User, dashboard.*,
|
|
145
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, dashboard.*, dashboard.sendReport, only.Organization, or only.Organization.bounded.
|
|
146
146
|
|
|
147
147
|
#### Available Parameters
|
|
148
148
|
|
data/docs/dashboards.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.Organization, all.Organization.read, all.User, all.User.read, dashboards.*,
|
|
27
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, dashboards.*, dashboards.get, only.Organization, only.Organization.bounded, or only.Organization.read.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -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.Organization, all.User, dashboards.*,
|
|
70
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, dashboards.*, dashboards.post, only.Organization, or only.Organization.bounded.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|