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.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +2454 -666
  3. data/docs/application.md +21 -21
  4. data/docs/applicationApiToken.md +1 -1
  5. data/docs/applicationApiTokens.md +1 -1
  6. data/docs/applicationCertificate.md +3 -3
  7. data/docs/applicationCertificateAuthorities.md +2 -2
  8. data/docs/applicationCertificateAuthority.md +3 -3
  9. data/docs/applicationCertificates.md +2 -2
  10. data/docs/applicationDashboard.md +4 -4
  11. data/docs/applicationDashboards.md +2 -2
  12. data/docs/applicationJobLog.md +1 -1
  13. data/docs/applicationJobLogs.md +1 -1
  14. data/docs/applicationKey.md +3 -3
  15. data/docs/applicationKeys.md +2 -2
  16. data/docs/applicationTemplate.md +1 -1
  17. data/docs/applicationTemplates.md +3 -3
  18. data/docs/applications.md +4 -4
  19. data/docs/auditLog.md +1 -1
  20. data/docs/auditLogs.md +1 -1
  21. data/docs/credential.md +4 -4
  22. data/docs/credentials.md +2 -2
  23. data/docs/dashboard.md +3 -3
  24. data/docs/dashboards.md +2 -2
  25. data/docs/data.md +3 -3
  26. data/docs/dataTable.md +5 -5
  27. data/docs/dataTableRow.md +3 -3
  28. data/docs/dataTableRows.md +6 -6
  29. data/docs/dataTables.md +2 -2
  30. data/docs/device.md +14 -14
  31. data/docs/deviceAttribute.md +3 -3
  32. data/docs/deviceAttributes.md +2 -2
  33. data/docs/deviceRecipe.md +4 -4
  34. data/docs/deviceRecipes.md +2 -2
  35. data/docs/devices.md +14 -14
  36. data/docs/edgeDeployment.md +1 -1
  37. data/docs/edgeDeployments.md +4 -4
  38. data/docs/embeddedDeployment.md +1 -1
  39. data/docs/embeddedDeployments.md +5 -5
  40. data/docs/event.md +3 -3
  41. data/docs/events.md +6 -6
  42. data/docs/experience.md +2 -2
  43. data/docs/experienceDomain.md +3 -3
  44. data/docs/experienceDomains.md +2 -2
  45. data/docs/experienceEndpoint.md +4 -4
  46. data/docs/experienceEndpoints.md +3 -3
  47. data/docs/experienceGroup.md +3 -3
  48. data/docs/experienceGroups.md +2 -2
  49. data/docs/experienceSlug.md +3 -3
  50. data/docs/experienceSlugs.md +2 -2
  51. data/docs/experienceUser.md +3 -3
  52. data/docs/experienceUsers.md +2 -2
  53. data/docs/experienceVersion.md +3 -3
  54. data/docs/experienceVersions.md +2 -2
  55. data/docs/experienceView.md +4 -4
  56. data/docs/experienceViews.md +2 -2
  57. data/docs/file.md +5 -5
  58. data/docs/files.md +2 -2
  59. data/docs/flow.md +11 -11
  60. data/docs/flowVersion.md +6 -6
  61. data/docs/flowVersions.md +3 -3
  62. data/docs/flows.md +5 -5
  63. data/docs/instance.md +8 -8
  64. data/docs/instanceApiToken.md +1 -1
  65. data/docs/instanceApiTokens.md +1 -1
  66. data/docs/instanceAuditLog.md +1 -1
  67. data/docs/instanceAuditLogs.md +1 -1
  68. data/docs/instanceCustomNode.md +5 -5
  69. data/docs/instanceCustomNodes.md +2 -2
  70. data/docs/instanceMember.md +1 -1
  71. data/docs/instanceMembers.md +1 -1
  72. data/docs/instanceNotificationRule.md +5 -5
  73. data/docs/instanceNotificationRules.md +2 -2
  74. data/docs/instanceOrg.md +7 -7
  75. data/docs/instanceOrgInvite.md +1 -1
  76. data/docs/instanceOrgInvites.md +1 -1
  77. data/docs/instanceOrgMember.md +1 -1
  78. data/docs/instanceOrgMembers.md +1 -1
  79. data/docs/instanceOrgs.md +2 -2
  80. data/docs/instanceSandbox.md +7 -7
  81. data/docs/instanceSandboxes.md +1 -1
  82. data/docs/instances.md +1 -1
  83. data/docs/integration.md +3 -3
  84. data/docs/integrations.md +2 -2
  85. data/docs/me.md +20 -20
  86. data/docs/notebook.md +9 -9
  87. data/docs/notebooks.md +2 -2
  88. data/docs/org.md +13 -13
  89. data/docs/orgs.md +2 -2
  90. data/docs/privateFile.md +5 -5
  91. data/docs/privateFiles.md +2 -2
  92. data/docs/resourceJob.md +6 -6
  93. data/docs/resourceJobs.md +2 -2
  94. data/docs/userApiToken.md +3 -3
  95. data/docs/userApiTokens.md +2 -2
  96. data/docs/userOauthToken.md +125 -0
  97. data/docs/userOauthTokens.md +87 -0
  98. data/docs/webhook.md +3 -3
  99. data/docs/webhooks.md +2 -2
  100. data/lib/platform_rest/application.rb +20 -20
  101. data/lib/platform_rest/application_api_token.rb +1 -1
  102. data/lib/platform_rest/application_api_tokens.rb +1 -1
  103. data/lib/platform_rest/application_certificate.rb +3 -3
  104. data/lib/platform_rest/application_certificate_authorities.rb +2 -2
  105. data/lib/platform_rest/application_certificate_authority.rb +3 -3
  106. data/lib/platform_rest/application_certificates.rb +2 -2
  107. data/lib/platform_rest/application_dashboard.rb +4 -4
  108. data/lib/platform_rest/application_dashboards.rb +2 -2
  109. data/lib/platform_rest/application_job_log.rb +1 -1
  110. data/lib/platform_rest/application_job_logs.rb +1 -1
  111. data/lib/platform_rest/application_key.rb +3 -3
  112. data/lib/platform_rest/application_keys.rb +2 -2
  113. data/lib/platform_rest/application_template.rb +1 -1
  114. data/lib/platform_rest/application_templates.rb +3 -3
  115. data/lib/platform_rest/applications.rb +3 -3
  116. data/lib/platform_rest/audit_log.rb +1 -1
  117. data/lib/platform_rest/audit_logs.rb +1 -1
  118. data/lib/platform_rest/client.rb +10 -2
  119. data/lib/platform_rest/credential.rb +4 -4
  120. data/lib/platform_rest/credentials.rb +2 -2
  121. data/lib/platform_rest/dashboard.rb +3 -3
  122. data/lib/platform_rest/dashboards.rb +2 -2
  123. data/lib/platform_rest/data.rb +3 -3
  124. data/lib/platform_rest/data_table.rb +5 -5
  125. data/lib/platform_rest/data_table_row.rb +3 -3
  126. data/lib/platform_rest/data_table_rows.rb +6 -6
  127. data/lib/platform_rest/data_tables.rb +2 -2
  128. data/lib/platform_rest/device.rb +14 -14
  129. data/lib/platform_rest/device_attribute.rb +3 -3
  130. data/lib/platform_rest/device_attributes.rb +2 -2
  131. data/lib/platform_rest/device_recipe.rb +4 -4
  132. data/lib/platform_rest/device_recipes.rb +2 -2
  133. data/lib/platform_rest/devices.rb +14 -14
  134. data/lib/platform_rest/edge_deployment.rb +1 -1
  135. data/lib/platform_rest/edge_deployments.rb +4 -4
  136. data/lib/platform_rest/embedded_deployment.rb +1 -1
  137. data/lib/platform_rest/embedded_deployments.rb +5 -5
  138. data/lib/platform_rest/event.rb +3 -3
  139. data/lib/platform_rest/events.rb +6 -6
  140. data/lib/platform_rest/experience.rb +2 -2
  141. data/lib/platform_rest/experience_domain.rb +3 -3
  142. data/lib/platform_rest/experience_domains.rb +2 -2
  143. data/lib/platform_rest/experience_endpoint.rb +4 -4
  144. data/lib/platform_rest/experience_endpoints.rb +3 -3
  145. data/lib/platform_rest/experience_group.rb +3 -3
  146. data/lib/platform_rest/experience_groups.rb +2 -2
  147. data/lib/platform_rest/experience_slug.rb +3 -3
  148. data/lib/platform_rest/experience_slugs.rb +2 -2
  149. data/lib/platform_rest/experience_user.rb +3 -3
  150. data/lib/platform_rest/experience_users.rb +2 -2
  151. data/lib/platform_rest/experience_version.rb +3 -3
  152. data/lib/platform_rest/experience_versions.rb +2 -2
  153. data/lib/platform_rest/experience_view.rb +4 -4
  154. data/lib/platform_rest/experience_views.rb +2 -2
  155. data/lib/platform_rest/file.rb +4 -4
  156. data/lib/platform_rest/files.rb +2 -2
  157. data/lib/platform_rest/flow.rb +11 -11
  158. data/lib/platform_rest/flow_version.rb +6 -6
  159. data/lib/platform_rest/flow_versions.rb +3 -3
  160. data/lib/platform_rest/flows.rb +5 -5
  161. data/lib/platform_rest/instance.rb +8 -8
  162. data/lib/platform_rest/instance_api_token.rb +1 -1
  163. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  164. data/lib/platform_rest/instance_audit_log.rb +1 -1
  165. data/lib/platform_rest/instance_audit_logs.rb +1 -1
  166. data/lib/platform_rest/instance_custom_node.rb +5 -5
  167. data/lib/platform_rest/instance_custom_nodes.rb +2 -2
  168. data/lib/platform_rest/instance_member.rb +1 -1
  169. data/lib/platform_rest/instance_members.rb +1 -1
  170. data/lib/platform_rest/instance_notification_rule.rb +5 -5
  171. data/lib/platform_rest/instance_notification_rules.rb +2 -2
  172. data/lib/platform_rest/instance_org.rb +7 -7
  173. data/lib/platform_rest/instance_org_invite.rb +1 -1
  174. data/lib/platform_rest/instance_org_invites.rb +1 -1
  175. data/lib/platform_rest/instance_org_member.rb +1 -1
  176. data/lib/platform_rest/instance_org_members.rb +1 -1
  177. data/lib/platform_rest/instance_orgs.rb +2 -2
  178. data/lib/platform_rest/instance_sandbox.rb +7 -7
  179. data/lib/platform_rest/instance_sandboxes.rb +1 -1
  180. data/lib/platform_rest/instances.rb +1 -1
  181. data/lib/platform_rest/integration.rb +3 -3
  182. data/lib/platform_rest/integrations.rb +2 -2
  183. data/lib/platform_rest/me.rb +20 -20
  184. data/lib/platform_rest/notebook.rb +8 -8
  185. data/lib/platform_rest/notebooks.rb +2 -2
  186. data/lib/platform_rest/org.rb +13 -13
  187. data/lib/platform_rest/orgs.rb +2 -2
  188. data/lib/platform_rest/private_file.rb +4 -4
  189. data/lib/platform_rest/private_files.rb +2 -2
  190. data/lib/platform_rest/resource_job.rb +6 -6
  191. data/lib/platform_rest/resource_jobs.rb +2 -2
  192. data/lib/platform_rest/user_api_token.rb +3 -3
  193. data/lib/platform_rest/user_api_tokens.rb +2 -2
  194. data/lib/platform_rest/user_oauth_token.rb +170 -0
  195. data/lib/platform_rest/user_oauth_tokens.rb +132 -0
  196. data/lib/platform_rest/version.rb +1 -1
  197. data/lib/platform_rest/webhook.rb +3 -3
  198. data/lib/platform_rest/webhooks.rb +2 -2
  199. data/lib/platform_rest.rb +2 -0
  200. data/schemas/apiToken.json +100 -0
  201. data/schemas/apiTokenPatch.json +100 -0
  202. data/schemas/apiTokenPost.json +118 -0
  203. data/schemas/apiTokens.json +100 -0
  204. data/schemas/applicationDashboardPost.json +4 -0
  205. data/schemas/dashboard.json +4 -0
  206. data/schemas/dashboardPatch.json +4 -0
  207. data/schemas/dashboardPost.json +4 -0
  208. data/schemas/dashboards.json +4 -0
  209. data/schemas/githubLogin.json +18 -0
  210. data/schemas/instanceOrgMemberPatch.json +2 -2
  211. data/schemas/instanceOrgMemberPost.json +4 -4
  212. data/schemas/instanceOrgPost.json +4 -4
  213. data/schemas/oauthClient.json +107 -0
  214. data/schemas/oauthClientPost.json +89 -0
  215. data/schemas/oauthDcrError.json +23 -0
  216. data/schemas/oauthError.json +31 -0
  217. data/schemas/org.json +2 -2
  218. data/schemas/orgInvite.json +2 -2
  219. data/schemas/orgInviteCollection.json +2 -2
  220. data/schemas/orgInvitePost.json +2 -2
  221. data/schemas/orgInvites.json +2 -2
  222. data/schemas/orgMemberPatch.json +2 -2
  223. data/schemas/orgRoleInfo.json +2 -2
  224. data/schemas/orgs.json +2 -2
  225. data/schemas/samlResponse.json +18 -0
  226. data/schemas/userCredentials.json +18 -0
  227. data/schemas/userOauthToken.json +207 -0
  228. data/schemas/userOauthTokenPatch.json +123 -0
  229. data/schemas/userOauthTokenPost.json +197 -0
  230. data/schemas/userOauthTokens.json +248 -0
  231. data/schemas/userPost.json +18 -0
  232. 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.*, or me.addRecentItem.
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.*, or me.changePassword.
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.*, or me.delete.
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.*, or me.deviceCounts.
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.*, or me.disableTwoFactorAuth.
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.*, or me.disconnectGithub.
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.*, or me.enableTwoFactorAuth.
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.*, or me.fetchRecentItems.
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.*, or me.generateTwoFactorAuth.
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.*, or me.get.
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.*, or me.invite.
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.*, or me.invites.
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.*, or me.notebookMinuteCounts.
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.*, or me.patch.
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.*, or me.payloadCounts.
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.*, or me.payloadCountsBreakdown.
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 me.*.
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.*, or me.respondToInvite.
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.*, or me.transferResources.
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.*, or me.verifyEmail.
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
 
@@ -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