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/me.md
CHANGED
|
@@ -42,7 +42,7 @@ puts result
|
|
|
42
42
|
#### Authentication
|
|
43
43
|
The client must be configured with a valid api access token to call this
|
|
44
44
|
action. The token must include at least one of the following scopes:
|
|
45
|
-
all.User, me.*,
|
|
45
|
+
all.User, all.User.bounded, me.*, me.addRecentItem, only.User, or only.User.bounded.
|
|
46
46
|
|
|
47
47
|
#### Available Parameters
|
|
48
48
|
|
|
@@ -78,7 +78,7 @@ puts result
|
|
|
78
78
|
#### Authentication
|
|
79
79
|
The client must be configured with a valid api access token to call this
|
|
80
80
|
action. The token must include at least one of the following scopes:
|
|
81
|
-
all.User, me.*,
|
|
81
|
+
all.User, me.*, me.changePassword, or only.User.
|
|
82
82
|
|
|
83
83
|
#### Available Parameters
|
|
84
84
|
|
|
@@ -114,7 +114,7 @@ puts result
|
|
|
114
114
|
#### Authentication
|
|
115
115
|
The client must be configured with a valid api access token to call this
|
|
116
116
|
action. The token must include at least one of the following scopes:
|
|
117
|
-
all.User, me.*,
|
|
117
|
+
all.User, me.*, me.delete, or only.User.
|
|
118
118
|
|
|
119
119
|
#### Available Parameters
|
|
120
120
|
|
|
@@ -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.User, all.User.read, me.*,
|
|
153
|
+
all.User, all.User.bounded, all.User.read, me.*, me.deviceCounts, only.User, only.User.bounded, or only.User.read.
|
|
154
154
|
|
|
155
155
|
#### Available Parameters
|
|
156
156
|
|
|
@@ -187,7 +187,7 @@ puts result
|
|
|
187
187
|
#### Authentication
|
|
188
188
|
The client must be configured with a valid api access token to call this
|
|
189
189
|
action. The token must include at least one of the following scopes:
|
|
190
|
-
all.User, me.*,
|
|
190
|
+
all.User, me.*, me.disableTwoFactorAuth, or only.User.
|
|
191
191
|
|
|
192
192
|
#### Available Parameters
|
|
193
193
|
|
|
@@ -226,7 +226,7 @@ puts result
|
|
|
226
226
|
#### Authentication
|
|
227
227
|
The client must be configured with a valid api access token to call this
|
|
228
228
|
action. The token must include at least one of the following scopes:
|
|
229
|
-
all.User, me.*,
|
|
229
|
+
all.User, me.*, me.disconnectGithub, or only.User.
|
|
230
230
|
|
|
231
231
|
#### Available Parameters
|
|
232
232
|
|
|
@@ -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.User, me.*,
|
|
267
|
+
all.User, me.*, me.enableTwoFactorAuth, or only.User.
|
|
268
268
|
|
|
269
269
|
#### Available Parameters
|
|
270
270
|
|
|
@@ -303,7 +303,7 @@ puts result
|
|
|
303
303
|
#### Authentication
|
|
304
304
|
The client must be configured with a valid api access token to call this
|
|
305
305
|
action. The token must include at least one of the following scopes:
|
|
306
|
-
all.User, all.User.read, me.*,
|
|
306
|
+
all.User, all.User.bounded, all.User.read, me.*, me.fetchRecentItems, only.User, only.User.bounded, or only.User.read.
|
|
307
307
|
|
|
308
308
|
#### Available Parameters
|
|
309
309
|
|
|
@@ -340,7 +340,7 @@ puts result
|
|
|
340
340
|
#### Authentication
|
|
341
341
|
The client must be configured with a valid api access token to call this
|
|
342
342
|
action. The token must include at least one of the following scopes:
|
|
343
|
-
all.User, me.*,
|
|
343
|
+
all.User, me.*, me.generateTwoFactorAuth, or only.User.
|
|
344
344
|
|
|
345
345
|
#### Available Parameters
|
|
346
346
|
|
|
@@ -375,7 +375,7 @@ puts result
|
|
|
375
375
|
#### Authentication
|
|
376
376
|
The client must be configured with a valid api access token to call this
|
|
377
377
|
action. The token must include at least one of the following scopes:
|
|
378
|
-
all.User, all.User.read, me.*,
|
|
378
|
+
all.User, all.User.bounded, all.User.read, me.*, me.get, only.User, only.User.bounded, or only.User.read.
|
|
379
379
|
|
|
380
380
|
#### Available Parameters
|
|
381
381
|
|
|
@@ -412,7 +412,7 @@ puts result
|
|
|
412
412
|
#### Authentication
|
|
413
413
|
The client must be configured with a valid api access token to call this
|
|
414
414
|
action. The token must include at least one of the following scopes:
|
|
415
|
-
all.User, all.User.read, me.*,
|
|
415
|
+
all.User, all.User.bounded, all.User.read, me.*, me.invite, only.User, only.User.bounded, or only.User.read.
|
|
416
416
|
|
|
417
417
|
#### Available Parameters
|
|
418
418
|
|
|
@@ -449,7 +449,7 @@ puts result
|
|
|
449
449
|
#### Authentication
|
|
450
450
|
The client must be configured with a valid api access token to call this
|
|
451
451
|
action. The token must include at least one of the following scopes:
|
|
452
|
-
all.User, all.User.read, me.*,
|
|
452
|
+
all.User, all.User.bounded, all.User.read, me.*, me.invites, only.User, only.User.bounded, or only.User.read.
|
|
453
453
|
|
|
454
454
|
#### Available Parameters
|
|
455
455
|
|
|
@@ -484,7 +484,7 @@ puts result
|
|
|
484
484
|
#### Authentication
|
|
485
485
|
The client must be configured with a valid api access token to call this
|
|
486
486
|
action. The token must include at least one of the following scopes:
|
|
487
|
-
all.User, all.User.read, me.*,
|
|
487
|
+
all.User, all.User.bounded, all.User.read, me.*, me.notebookMinuteCounts, only.User, only.User.bounded, or only.User.read.
|
|
488
488
|
|
|
489
489
|
#### Available Parameters
|
|
490
490
|
|
|
@@ -521,7 +521,7 @@ puts result
|
|
|
521
521
|
#### Authentication
|
|
522
522
|
The client must be configured with a valid api access token to call this
|
|
523
523
|
action. The token must include at least one of the following scopes:
|
|
524
|
-
all.User, me.*,
|
|
524
|
+
all.User, me.*, me.patch, or only.User.
|
|
525
525
|
|
|
526
526
|
#### Available Parameters
|
|
527
527
|
|
|
@@ -560,7 +560,7 @@ puts result
|
|
|
560
560
|
#### Authentication
|
|
561
561
|
The client must be configured with a valid api access token to call this
|
|
562
562
|
action. The token must include at least one of the following scopes:
|
|
563
|
-
all.User, all.User.read, me.*,
|
|
563
|
+
all.User, all.User.bounded, all.User.read, me.*, me.payloadCounts, only.User, only.User.bounded, or only.User.read.
|
|
564
564
|
|
|
565
565
|
#### Available Parameters
|
|
566
566
|
|
|
@@ -598,7 +598,7 @@ puts result
|
|
|
598
598
|
#### Authentication
|
|
599
599
|
The client must be configured with a valid api access token to call this
|
|
600
600
|
action. The token must include at least one of the following scopes:
|
|
601
|
-
all.User, all.User.read, me.*,
|
|
601
|
+
all.User, all.User.bounded, all.User.read, me.*, me.payloadCountsBreakdown, only.User, only.User.bounded, or only.User.read.
|
|
602
602
|
|
|
603
603
|
#### Available Parameters
|
|
604
604
|
|
|
@@ -638,7 +638,7 @@ puts result
|
|
|
638
638
|
#### Authentication
|
|
639
639
|
The client must be configured with a valid api access token to call this
|
|
640
640
|
action. The token must include at least one of the following scopes:
|
|
641
|
-
all.User, or
|
|
641
|
+
all.User, me.*, me.refreshToken, or only.User.
|
|
642
642
|
|
|
643
643
|
#### Available Parameters
|
|
644
644
|
|
|
@@ -676,7 +676,7 @@ puts result
|
|
|
676
676
|
#### Authentication
|
|
677
677
|
The client must be configured with a valid api access token to call this
|
|
678
678
|
action. The token must include at least one of the following scopes:
|
|
679
|
-
all.User, me.*,
|
|
679
|
+
all.User, me.*, me.respondToInvite, or only.User.
|
|
680
680
|
|
|
681
681
|
#### Available Parameters
|
|
682
682
|
|
|
@@ -715,7 +715,7 @@ puts result
|
|
|
715
715
|
#### Authentication
|
|
716
716
|
The client must be configured with a valid api access token to call this
|
|
717
717
|
action. The token must include at least one of the following scopes:
|
|
718
|
-
all.User, me.*,
|
|
718
|
+
all.User, me.*, me.transferResources, or only.User.
|
|
719
719
|
|
|
720
720
|
#### Available Parameters
|
|
721
721
|
|
|
@@ -751,7 +751,7 @@ puts result
|
|
|
751
751
|
#### Authentication
|
|
752
752
|
The client must be configured with a valid api access token to call this
|
|
753
753
|
action. The token must include at least one of the following scopes:
|
|
754
|
-
all.User, me.*,
|
|
754
|
+
all.User, me.*, me.verifyEmail, or only.User.
|
|
755
755
|
|
|
756
756
|
#### Available Parameters
|
|
757
757
|
|
data/docs/notebook.md
CHANGED
|
@@ -34,7 +34,7 @@ puts result
|
|
|
34
34
|
#### Authentication
|
|
35
35
|
The client must be configured with a valid api access token to call this
|
|
36
36
|
action. The token must include at least one of the following scopes:
|
|
37
|
-
all.Application, all.Organization, all.User, notebook.*, or notebook.execute.
|
|
37
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.execute.
|
|
38
38
|
|
|
39
39
|
#### Available Parameters
|
|
40
40
|
|
|
@@ -75,7 +75,7 @@ puts result
|
|
|
75
75
|
#### Authentication
|
|
76
76
|
The client must be configured with a valid api access token to call this
|
|
77
77
|
action. The token must include at least one of the following scopes:
|
|
78
|
-
all.Application, all.Organization, all.User, notebook.*, or notebook.delete.
|
|
78
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.delete.
|
|
79
79
|
|
|
80
80
|
#### Available Parameters
|
|
81
81
|
|
|
@@ -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.Application, all.Organization, all.User, notebook.*, or notebook.execute.
|
|
119
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.execute.
|
|
120
120
|
|
|
121
121
|
#### Available Parameters
|
|
122
122
|
|
|
@@ -157,7 +157,7 @@ puts result
|
|
|
157
157
|
#### Authentication
|
|
158
158
|
The client must be configured with a valid api access token to call this
|
|
159
159
|
action. The token must include at least one of the following scopes:
|
|
160
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.get.
|
|
160
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.get.
|
|
161
161
|
|
|
162
162
|
#### Available Parameters
|
|
163
163
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.logs.
|
|
200
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.logs.
|
|
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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.notebookMinuteCounts.
|
|
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, notebook.*, or notebook.notebookMinuteCounts.
|
|
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.Application, all.Organization, all.User, notebook.*, or notebook.patch.
|
|
285
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.patch.
|
|
286
286
|
|
|
287
287
|
#### Available Parameters
|
|
288
288
|
|
|
@@ -324,7 +324,7 @@ puts result
|
|
|
324
324
|
#### Authentication
|
|
325
325
|
The client must be configured with a valid api access token to call this
|
|
326
326
|
action. The token must include at least one of the following scopes:
|
|
327
|
-
all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, notebook.*, or notebook.requestInputDataExport.
|
|
327
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, notebook.*, or notebook.requestInputDataExport.
|
|
328
328
|
|
|
329
329
|
#### Available Parameters
|
|
330
330
|
|
|
@@ -366,7 +366,7 @@ puts result
|
|
|
366
366
|
#### Authentication
|
|
367
367
|
The client must be configured with a valid api access token to call this
|
|
368
368
|
action. The token must include at least one of the following scopes:
|
|
369
|
-
all.Application, all.Organization, all.User, notebook.*, or notebook.upload.
|
|
369
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebook.*, or notebook.upload.
|
|
370
370
|
|
|
371
371
|
#### Available Parameters
|
|
372
372
|
|
data/docs/notebooks.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, notebooks.*, or notebooks.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, notebooks.*, or notebooks.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, notebooks.*, or notebooks.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, notebooks.*, or notebooks.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
data/docs/org.md
CHANGED
|
@@ -35,7 +35,7 @@ puts result
|
|
|
35
35
|
#### Authentication
|
|
36
36
|
The client must be configured with a valid api access token to call this
|
|
37
37
|
action. The token must include at least one of the following scopes:
|
|
38
|
-
all.Organization, all.User, org.*, or org.delete.
|
|
38
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, only.Organization, only.Organization.bounded, org.*, or org.delete.
|
|
39
39
|
|
|
40
40
|
#### Available Parameters
|
|
41
41
|
|
|
@@ -72,7 +72,7 @@ puts result
|
|
|
72
72
|
#### Authentication
|
|
73
73
|
The client must be configured with a valid api access token to call this
|
|
74
74
|
action. The token must include at least one of the following scopes:
|
|
75
|
-
all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.deviceCounts.
|
|
75
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.deviceCounts.
|
|
76
76
|
|
|
77
77
|
#### Available Parameters
|
|
78
78
|
|
|
@@ -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.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.get.
|
|
114
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.get.
|
|
115
115
|
|
|
116
116
|
#### Available Parameters
|
|
117
117
|
|
|
@@ -152,7 +152,7 @@ puts result
|
|
|
152
152
|
#### Authentication
|
|
153
153
|
The client must be configured with a valid api access token to call this
|
|
154
154
|
action. The token must include at least one of the following scopes:
|
|
155
|
-
all.Organization, all.User, org.*, or org.inviteMember.
|
|
155
|
+
all.Organization, all.User, only.Organization, org.*, or org.inviteMember.
|
|
156
156
|
|
|
157
157
|
#### Available Parameters
|
|
158
158
|
|
|
@@ -192,7 +192,7 @@ puts result
|
|
|
192
192
|
#### Authentication
|
|
193
193
|
The client must be configured with a valid api access token to call this
|
|
194
194
|
action. The token must include at least one of the following scopes:
|
|
195
|
-
all.Organization, all.User, org.*, or org.modifyMember.
|
|
195
|
+
all.Organization, all.User, only.Organization, org.*, or org.modifyMember.
|
|
196
196
|
|
|
197
197
|
#### Available Parameters
|
|
198
198
|
|
|
@@ -232,7 +232,7 @@ puts result
|
|
|
232
232
|
#### Authentication
|
|
233
233
|
The client must be configured with a valid api access token to call this
|
|
234
234
|
action. The token must include at least one of the following scopes:
|
|
235
|
-
all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.notebookMinuteCounts.
|
|
235
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.notebookMinuteCounts.
|
|
236
236
|
|
|
237
237
|
#### Available Parameters
|
|
238
238
|
|
|
@@ -273,7 +273,7 @@ puts result
|
|
|
273
273
|
#### Authentication
|
|
274
274
|
The client must be configured with a valid api access token to call this
|
|
275
275
|
action. The token must include at least one of the following scopes:
|
|
276
|
-
all.Organization, all.User, org.*, or org.patch.
|
|
276
|
+
all.Organization, all.Organization.bounded, all.User, all.User.bounded, only.Organization, only.Organization.bounded, org.*, or org.patch.
|
|
277
277
|
|
|
278
278
|
#### Available Parameters
|
|
279
279
|
|
|
@@ -313,7 +313,7 @@ puts result
|
|
|
313
313
|
#### Authentication
|
|
314
314
|
The client must be configured with a valid api access token to call this
|
|
315
315
|
action. The token must include at least one of the following scopes:
|
|
316
|
-
all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.payloadCounts.
|
|
316
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.payloadCounts.
|
|
317
317
|
|
|
318
318
|
#### Available Parameters
|
|
319
319
|
|
|
@@ -353,7 +353,7 @@ puts result
|
|
|
353
353
|
#### Authentication
|
|
354
354
|
The client must be configured with a valid api access token to call this
|
|
355
355
|
action. The token must include at least one of the following scopes:
|
|
356
|
-
all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.payloadCountsBreakdown.
|
|
356
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.payloadCountsBreakdown.
|
|
357
357
|
|
|
358
358
|
#### Available Parameters
|
|
359
359
|
|
|
@@ -395,7 +395,7 @@ puts result
|
|
|
395
395
|
#### Authentication
|
|
396
396
|
The client must be configured with a valid api access token to call this
|
|
397
397
|
action. The token must include at least one of the following scopes:
|
|
398
|
-
all.Organization, all.Organization.read, all.User, all.User.read, org.*, or org.pendingInvites.
|
|
398
|
+
all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, only.Organization, only.Organization.bounded, only.Organization.read, org.*, or org.pendingInvites.
|
|
399
399
|
|
|
400
400
|
#### Available Parameters
|
|
401
401
|
|
|
@@ -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.Organization, all.User, org.*, or org.removeMember.
|
|
437
|
+
all.Organization, all.User, only.Organization, org.*, or org.removeMember.
|
|
438
438
|
|
|
439
439
|
#### Available Parameters
|
|
440
440
|
|
|
@@ -476,7 +476,7 @@ puts result
|
|
|
476
476
|
#### Authentication
|
|
477
477
|
The client must be configured with a valid api access token to call this
|
|
478
478
|
action. The token must include at least one of the following scopes:
|
|
479
|
-
all.Organization, all.User, org.*, or org.revokeInvite.
|
|
479
|
+
all.Organization, all.User, only.Organization, org.*, or org.revokeInvite.
|
|
480
480
|
|
|
481
481
|
#### Available Parameters
|
|
482
482
|
|
|
@@ -516,7 +516,7 @@ puts result
|
|
|
516
516
|
#### Authentication
|
|
517
517
|
The client must be configured with a valid api access token to call this
|
|
518
518
|
action. The token must include at least one of the following scopes:
|
|
519
|
-
all.Organization, all.User, org.*, or org.transferResources.
|
|
519
|
+
all.Organization, all.User, only.Organization, org.*, or org.transferResources.
|
|
520
520
|
|
|
521
521
|
#### Available Parameters
|
|
522
522
|
|
data/docs/orgs.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.User, all.User.read, orgs.*, or orgs.get.
|
|
27
|
+
all.User, all.User.bounded, all.User.read, only.User, only.User.bounded, only.User.read, orgs.*, or orgs.get.
|
|
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.User, orgs.*, or orgs.post.
|
|
70
|
+
all.User, all.User.bounded, only.User, only.User.bounded, orgs.*, or orgs.post.
|
|
71
71
|
|
|
72
72
|
#### Available Parameters
|
|
73
73
|
|
data/docs/privateFile.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.Application, all.Application.cli, all.Organization, all.User, all.User.cli, privateFile.*, or privateFile.delete.
|
|
32
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, privateFile.*, or privateFile.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.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, privateFile.*, or privateFile.get.
|
|
72
|
+
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, privateFile.*, or privateFile.get.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
|
@@ -110,7 +110,7 @@ puts result
|
|
|
110
110
|
#### Authentication
|
|
111
111
|
The client must be configured with a valid api access token to call this
|
|
112
112
|
action. The token must include at least one of the following scopes:
|
|
113
|
-
all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, privateFile.*, or privateFile.move.
|
|
113
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, privateFile.*, or privateFile.move.
|
|
114
114
|
|
|
115
115
|
#### Available Parameters
|
|
116
116
|
|
|
@@ -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.Application, all.Application.cli, all.Organization, all.User, all.User.cli, privateFile.*, or privateFile.patch.
|
|
157
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, privateFile.*, or privateFile.patch.
|
|
158
158
|
|
|
159
159
|
#### Available Parameters
|
|
160
160
|
|
|
@@ -196,7 +196,7 @@ puts result
|
|
|
196
196
|
#### Authentication
|
|
197
197
|
The client must be configured with a valid api access token to call this
|
|
198
198
|
action. The token must include at least one of the following scopes:
|
|
199
|
-
all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, privateFile.*, or privateFile.upload.
|
|
199
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, privateFile.*, or privateFile.upload.
|
|
200
200
|
|
|
201
201
|
#### Available Parameters
|
|
202
202
|
|
data/docs/privateFiles.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.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, privateFiles.*, or privateFiles.get.
|
|
27
|
+
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, privateFiles.*, or privateFiles.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -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.cli, all.Organization, all.User, all.User.cli, privateFiles.*, or privateFiles.post.
|
|
76
|
+
all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, privateFiles.*, or privateFiles.post.
|
|
77
77
|
|
|
78
78
|
#### Available Parameters
|
|
79
79
|
|
data/docs/resourceJob.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, resourceJob.*, or resourceJob.cancelExecution.
|
|
34
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, resourceJob.*, or resourceJob.cancelExecution.
|
|
35
35
|
|
|
36
36
|
#### Available Parameters
|
|
37
37
|
|
|
@@ -72,7 +72,7 @@ puts result
|
|
|
72
72
|
#### Authentication
|
|
73
73
|
The client must be configured with a valid api access token to call this
|
|
74
74
|
action. The token must include at least one of the following scopes:
|
|
75
|
-
all.Application, all.Organization, all.User, resourceJob.*, or resourceJob.delete.
|
|
75
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, resourceJob.*, or resourceJob.delete.
|
|
76
76
|
|
|
77
77
|
#### Available Parameters
|
|
78
78
|
|
|
@@ -114,7 +114,7 @@ puts result
|
|
|
114
114
|
#### Authentication
|
|
115
115
|
The client must be configured with a valid api access token to call this
|
|
116
116
|
action. The token must include at least one of the following scopes:
|
|
117
|
-
all.Application, all.Organization, all.User, resourceJob.*, or resourceJob.execute.
|
|
117
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, resourceJob.*, or resourceJob.execute.
|
|
118
118
|
|
|
119
119
|
#### Available Parameters
|
|
120
120
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, resourceJob.*, or resourceJob.get.
|
|
158
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, resourceJob.*, or resourceJob.get.
|
|
159
159
|
|
|
160
160
|
#### Available Parameters
|
|
161
161
|
|
|
@@ -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.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, resourceJob.*, or resourceJob.logs.
|
|
198
|
+
all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, resourceJob.*, or resourceJob.logs.
|
|
199
199
|
|
|
200
200
|
#### Available Parameters
|
|
201
201
|
|
|
@@ -238,7 +238,7 @@ puts result
|
|
|
238
238
|
#### Authentication
|
|
239
239
|
The client must be configured with a valid api access token to call this
|
|
240
240
|
action. The token must include at least one of the following scopes:
|
|
241
|
-
all.Application, all.Organization, all.User, resourceJob.*, or resourceJob.patch.
|
|
241
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, resourceJob.*, or resourceJob.patch.
|
|
242
242
|
|
|
243
243
|
#### Available Parameters
|
|
244
244
|
|
data/docs/resourceJobs.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, resourceJobs.*, or resourceJobs.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, resourceJobs.*, or resourceJobs.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, resourceJobs.*, or resourceJobs.post.
|
|
72
|
+
all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, resourceJobs.*, or resourceJobs.post.
|
|
73
73
|
|
|
74
74
|
#### Available Parameters
|
|
75
75
|
|
data/docs/userApiToken.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.User, userApiToken.*, or userApiToken.delete.
|
|
28
|
+
all.User, only.User, userApiToken.*, or userApiToken.delete.
|
|
29
29
|
|
|
30
30
|
#### Available Parameters
|
|
31
31
|
|
|
@@ -62,7 +62,7 @@ puts result
|
|
|
62
62
|
#### Authentication
|
|
63
63
|
The client must be configured with a valid api access token to call this
|
|
64
64
|
action. The token must include at least one of the following scopes:
|
|
65
|
-
all.User, all.User.read, userApiToken.*, or userApiToken.get.
|
|
65
|
+
all.User, all.User.bounded, all.User.read, only.User, only.User.bounded, only.User.read, userApiToken.*, or userApiToken.get.
|
|
66
66
|
|
|
67
67
|
#### Available Parameters
|
|
68
68
|
|
|
@@ -101,7 +101,7 @@ puts result
|
|
|
101
101
|
#### Authentication
|
|
102
102
|
The client must be configured with a valid api access token to call this
|
|
103
103
|
action. The token must include at least one of the following scopes:
|
|
104
|
-
all.User, userApiToken.*, or userApiToken.patch.
|
|
104
|
+
all.User, only.User, userApiToken.*, or userApiToken.patch.
|
|
105
105
|
|
|
106
106
|
#### Available Parameters
|
|
107
107
|
|
data/docs/userApiTokens.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.User, all.User.read, userApiTokens.*, or userApiTokens.get.
|
|
27
|
+
all.User, all.User.bounded, all.User.read, only.User, only.User.bounded, only.User.read, userApiTokens.*, or userApiTokens.get.
|
|
28
28
|
|
|
29
29
|
#### Available Parameters
|
|
30
30
|
|
|
@@ -65,7 +65,7 @@ puts result
|
|
|
65
65
|
#### Authentication
|
|
66
66
|
The client must be configured with a valid api access token to call this
|
|
67
67
|
action. The token must include at least one of the following scopes:
|
|
68
|
-
all.User, userApiTokens.*, or userApiTokens.post.
|
|
68
|
+
all.User, only.User, userApiTokens.*, or userApiTokens.post.
|
|
69
69
|
|
|
70
70
|
#### Available Parameters
|
|
71
71
|
|