losant_rest 2.1.0 → 2.1.1
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 +139101 -66992
- data/docs/application.md +6 -6
- data/docs/applicationCertificates.md +3 -2
- data/docs/applicationDashboard.md +1 -1
- data/docs/applications.md +1 -1
- data/docs/auth.md +1 -1
- data/docs/dashboard.md +1 -1
- data/docs/dashboards.md +1 -0
- data/docs/dataTableRow.md +1 -1
- data/docs/dataTableRows.md +3 -3
- data/docs/device.md +1 -1
- data/docs/edgeDeployments.md +3 -3
- data/docs/embeddedDeployments.md +3 -3
- data/docs/experience.md +1 -1
- data/docs/file.md +4 -4
- data/docs/files.md +1 -1
- data/docs/flowVersions.md +1 -1
- data/docs/instanceApiTokens.md +1 -1
- data/docs/instanceMember.md +1 -1
- data/docs/instanceOrg.md +1 -1
- data/docs/instanceOrgInvite.md +2 -2
- data/docs/instanceOrgInvites.md +1 -1
- data/docs/instanceOrgMembers.md +2 -1
- data/docs/instanceOrgs.md +1 -1
- data/docs/me.md +1 -1
- data/docs/notebook.md +1 -1
- data/docs/org.md +1 -1
- data/docs/privateFile.md +4 -4
- data/docs/privateFiles.md +1 -1
- data/docs/resourceJob.md +2 -2
- data/docs/userApiTokens.md +2 -2
- data/lib/platform_rest/application.rb +1 -1
- data/lib/platform_rest/application_certificates.rb +5 -2
- data/lib/platform_rest/application_dashboard.rb +1 -1
- data/lib/platform_rest/client.rb +2 -2
- data/lib/platform_rest/dashboard.rb +1 -1
- data/lib/platform_rest/dashboards.rb +1 -0
- data/lib/platform_rest/data_table_row.rb +1 -1
- data/lib/platform_rest/data_table_rows.rb +3 -3
- data/lib/platform_rest/device.rb +1 -1
- data/lib/platform_rest/edge_deployments.rb +3 -3
- data/lib/platform_rest/embedded_deployments.rb +3 -3
- data/lib/platform_rest/experience.rb +1 -1
- data/lib/platform_rest/file.rb +2 -2
- data/lib/platform_rest/instance_api_tokens.rb +1 -1
- data/lib/platform_rest/instance_member.rb +1 -1
- data/lib/platform_rest/instance_org.rb +1 -1
- data/lib/platform_rest/instance_org_invite.rb +2 -2
- data/lib/platform_rest/instance_org_invites.rb +2 -2
- data/lib/platform_rest/instance_org_members.rb +2 -1
- data/lib/platform_rest/instance_orgs.rb +1 -1
- data/lib/platform_rest/me.rb +1 -1
- data/lib/platform_rest/notebook.rb +1 -1
- data/lib/platform_rest/org.rb +1 -1
- data/lib/platform_rest/private_file.rb +2 -2
- data/lib/platform_rest/resource_job.rb +2 -2
- data/lib/platform_rest/user_api_tokens.rb +2 -2
- data/lib/platform_rest/version.rb +1 -1
- data/schemas/advancedApplicationCertQuery.json +1885 -0
- data/schemas/advancedApplicationKeyQuery.json +763 -763
- data/schemas/apiToken.json +10 -1
- data/schemas/apiTokens.json +20 -2
- data/schemas/application.json +15 -2
- data/schemas/applicationCertificate.json +90 -58
- data/schemas/applicationCertificateAuthorities.json +24 -0
- data/schemas/applicationCertificateAuthority.json +24 -0
- data/schemas/applicationCertificatePatch.json +32 -4
- data/schemas/applicationCertificatePost.json +28 -30
- data/schemas/applicationCertificates.json +90 -58
- data/schemas/applicationCreationByTemplateResult.json +15 -2
- data/schemas/applicationDashboardPost.json +179 -128
- data/schemas/applicationImportExecutions.json +3 -5
- data/schemas/applicationImportResult.json +674 -0
- data/schemas/applicationJobLog.json +129 -123
- data/schemas/applicationJobLogs.json +129 -123
- data/schemas/applicationKey.json +41 -41
- data/schemas/applicationKeyPatch.json +4 -4
- data/schemas/applicationKeyPost.json +36 -29
- data/schemas/applicationKeys.json +41 -41
- data/schemas/applicationSearchResult.json +10 -10
- data/schemas/applicationTemplates.json +9 -2
- data/schemas/applications.json +15 -2
- data/schemas/auditLog.json +2 -6
- data/schemas/auditLogs.json +2 -6
- data/schemas/authedDevice.json +3 -0
- data/schemas/credential.json +7 -0
- data/schemas/credentialLinkedResources.json +19724 -344
- data/schemas/credentialPatch.json +3 -0
- data/schemas/credentialPost.json +3 -0
- data/schemas/credentials.json +7 -0
- data/schemas/dashboard.json +199 -128
- data/schemas/dashboardBlockSuggestCodePost.json +19 -0
- data/schemas/dashboardPatch.json +179 -128
- data/schemas/dashboardPost.json +179 -128
- data/schemas/dashboardUpdateEventsResult.json +266 -0
- data/schemas/dashboards.json +199 -128
- data/schemas/dataTable.json +11 -0
- data/schemas/dataTableRowPatch.json +16 -0
- data/schemas/dataTableRowPost.json +39 -0
- data/schemas/dataTableRowPostResult.json +54 -0
- data/schemas/dataTables.json +11 -0
- data/schemas/device.json +259 -107
- data/schemas/deviceConnectionStatus.json +4 -0
- data/schemas/deviceLog.json +3 -0
- data/schemas/deviceRecipe.json +259 -108
- data/schemas/deviceRecipes.json +259 -108
- data/schemas/devices.json +287 -116
- data/schemas/edgeDeploymentRelease.json +4252 -39
- data/schemas/edgeDeployments.json +28 -0
- data/schemas/embeddedDeploymentRelease.json +2073 -0
- data/schemas/embeddedDeployments.json +25 -0
- data/schemas/error.json +14 -0
- data/schemas/event.json +4 -1
- data/schemas/eventPlusNewCount.json +4 -1
- data/schemas/events.json +4 -1
- data/schemas/experienceDomains.json +19 -0
- data/schemas/experienceEndpoint.json +19 -0
- data/schemas/experienceEndpoints.json +24 -0
- data/schemas/experienceLinkedResources.json +19728 -313
- data/schemas/experienceSlugs.json +19 -0
- data/schemas/experienceUsers.json +16 -2
- data/schemas/experienceVersions.json +25 -0
- data/schemas/experienceView.json +5 -0
- data/schemas/experienceViews.json +10 -0
- data/schemas/fileUploadPostResponse.json +92 -103
- data/schemas/files.json +5 -1
- data/schemas/flow.json +211 -46
- data/schemas/flowPatch.json +199 -46
- data/schemas/flowPost.json +199 -46
- data/schemas/flowStorageMetadata.json +2 -2
- data/schemas/flowVersion.json +450 -101
- data/schemas/flowVersionPost.json +199 -46
- data/schemas/flowVersions.json +9903 -113
- data/schemas/flows.json +9637 -46
- data/schemas/flowsImportPost.json +398 -92
- data/schemas/flowsImportResult.json +661 -147
- data/schemas/historicalSummaries.json +3 -2
- data/schemas/historicalSummary.json +3 -2
- data/schemas/instanceAuditLog.json +2 -6
- data/schemas/instanceAuditLogs.json +90 -1
- data/schemas/instanceCustomNode.json +41 -2
- data/schemas/instanceCustomNodePatch.json +59 -6
- data/schemas/instanceCustomNodePost.json +59 -6
- data/schemas/instanceCustomNodes.json +41 -2
- data/schemas/instanceOrg.json +4 -1
- data/schemas/instanceOrgInvite.json +102 -0
- data/schemas/instanceOrgInviteSent.json +12 -0
- data/schemas/instanceOrgInvites.json +145 -0
- data/schemas/instanceOrgMember.json +52 -0
- data/schemas/instanceOrgMembers.json +105 -1
- data/schemas/instanceOrgPost.json +1 -1
- data/schemas/instanceOrgs.json +5 -2
- data/schemas/instanceSandbox.json +5 -1
- data/schemas/instanceSandboxes.json +9 -1
- data/schemas/integration.json +38 -39
- data/schemas/integrationPatch.json +8 -8
- data/schemas/integrationPost.json +8 -8
- data/schemas/integrations.json +38 -39
- data/schemas/jobEnqueuedResult.json +1 -1
- data/schemas/me.json +685 -88
- data/schemas/notebook.json +33 -21
- data/schemas/notebookExecutionLogs.json +20 -0
- data/schemas/notebookMinuteCounts.json +1 -1
- data/schemas/notebookPatch.json +29 -21
- data/schemas/notebookPost.json +29 -21
- data/schemas/notebooks.json +33 -21
- data/schemas/notificationRule.json +4 -0
- data/schemas/notificationRules.json +8 -0
- data/schemas/org.json +14 -1
- data/schemas/orgInvites.json +77 -82
- data/schemas/orgInvitesUser.json +44 -47
- data/schemas/orgs.json +14 -1
- data/schemas/paletteResponse.json +372 -364
- data/schemas/periodSummaries.json +1 -1
- data/schemas/recentItemList.json +226 -27
- data/schemas/resourceJob.json +33 -9
- data/schemas/resourceJobExecutionLogs.json +34 -20
- data/schemas/resourceJobExecutionOptions.json +1 -1
- data/schemas/resourceJobPatch.json +9 -9
- data/schemas/resourceJobPost.json +9 -9
- data/schemas/resourceJobs.json +33 -9
- data/schemas/tagValuesResponse.json +1 -2
- data/schemas/templateKeywords.json +1 -0
- data/schemas/timeSeriesData.json +36 -4
- data/schemas/userOauthToken.json +4 -1
- data/schemas/userOauthTokenPost.json +1 -1
- data/schemas/userOauthTokens.json +4 -1
- data/schemas/validateContextError.json +71 -24
- data/schemas/validateContextSuccess.json +71 -24
- metadata +10 -1
|
@@ -108,7 +108,7 @@ module PlatformRest
|
|
|
108
108
|
# * {boolean} _embedded - Return embedded resources in response
|
|
109
109
|
#
|
|
110
110
|
# Responses:
|
|
111
|
-
# *
|
|
111
|
+
# * 202 - If deployment release has been accepted for processing (https://api.losant.com/#/definitions/success)
|
|
112
112
|
#
|
|
113
113
|
# Errors:
|
|
114
114
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -155,7 +155,7 @@ module PlatformRest
|
|
|
155
155
|
# * {boolean} _embedded - Return embedded resources in response
|
|
156
156
|
#
|
|
157
157
|
# Responses:
|
|
158
|
-
# *
|
|
158
|
+
# * 202 - If deployment removal has been accepted for processing (https://api.losant.com/#/definitions/success)
|
|
159
159
|
#
|
|
160
160
|
# Errors:
|
|
161
161
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -202,7 +202,7 @@ module PlatformRest
|
|
|
202
202
|
# * {boolean} _embedded - Return embedded resources in response
|
|
203
203
|
#
|
|
204
204
|
# Responses:
|
|
205
|
-
# *
|
|
205
|
+
# * 202 - If deployment replacement has been accepted for processing (https://api.losant.com/#/definitions/success)
|
|
206
206
|
#
|
|
207
207
|
# Errors:
|
|
208
208
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -152,7 +152,7 @@ module PlatformRest
|
|
|
152
152
|
# * {boolean} _embedded - Return embedded resources in response
|
|
153
153
|
#
|
|
154
154
|
# Responses:
|
|
155
|
-
# *
|
|
155
|
+
# * 202 - If deployment release has been accepted for processing (https://api.losant.com/#/definitions/success)
|
|
156
156
|
#
|
|
157
157
|
# Errors:
|
|
158
158
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -199,7 +199,7 @@ module PlatformRest
|
|
|
199
199
|
# * {boolean} _embedded - Return embedded resources in response
|
|
200
200
|
#
|
|
201
201
|
# Responses:
|
|
202
|
-
# *
|
|
202
|
+
# * 202 - If deployment removal has been accepted for processing (https://api.losant.com/#/definitions/success)
|
|
203
203
|
#
|
|
204
204
|
# Errors:
|
|
205
205
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -246,7 +246,7 @@ module PlatformRest
|
|
|
246
246
|
# * {boolean} _embedded - Return embedded resources in response
|
|
247
247
|
#
|
|
248
248
|
# Responses:
|
|
249
|
-
# *
|
|
249
|
+
# * 202 - If deployment replacement has been accepted for processing (https://api.losant.com/#/definitions/success)
|
|
250
250
|
#
|
|
251
251
|
# Errors:
|
|
252
252
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -95,7 +95,7 @@ module PlatformRest
|
|
|
95
95
|
# * {string} removeVersions - If this is set, all Experience Versions and their contents will be removed (except for develop).
|
|
96
96
|
# * {string} keepViews - If this is set, Experience Views (in the develop version) will not be removed.
|
|
97
97
|
# * {string} keepEndpoints - If this is set, Experience Endpoints (in the develop version) will not be removed.
|
|
98
|
-
# * {string} removeWorkflows - If this is set, all Experience Workflows (in the develop version) will
|
|
98
|
+
# * {string} removeWorkflows - If this is set, all Experience Workflows (in the develop version) will be removed.
|
|
99
99
|
# * {string} losantdomain - Domain scope of request (rarely needed)
|
|
100
100
|
# * {boolean} _actions - Return resource actions in response
|
|
101
101
|
# * {boolean} _links - Return resource link in response
|
data/lib/platform_rest/file.rb
CHANGED
|
@@ -142,7 +142,7 @@ module PlatformRest
|
|
|
142
142
|
# * {boolean} _embedded - Return embedded resources in response
|
|
143
143
|
#
|
|
144
144
|
# Responses:
|
|
145
|
-
# * 201 - Returns a new file or directory that was created by the move, if a directory a job will kick off to move all the
|
|
145
|
+
# * 201 - Returns a new file or directory that was created by the move, if a directory a job will kick off to move all the directory's children. (https://api.losant.com/#/definitions/file)
|
|
146
146
|
#
|
|
147
147
|
# Errors:
|
|
148
148
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -191,7 +191,7 @@ module PlatformRest
|
|
|
191
191
|
# * {boolean} _embedded - Return embedded resources in response
|
|
192
192
|
#
|
|
193
193
|
# Responses:
|
|
194
|
-
# *
|
|
194
|
+
# * 200 - Successfully updated file and the information needed to upload the file content (https://api.losant.com/#/definitions/fileUploadPostResponse)
|
|
195
195
|
#
|
|
196
196
|
# Errors:
|
|
197
197
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -53,7 +53,7 @@ module PlatformRest
|
|
|
53
53
|
# * {boolean} _embedded - Return embedded resources in response
|
|
54
54
|
#
|
|
55
55
|
# Responses:
|
|
56
|
-
# * 200 - Collection of API tokens (https://api.losant.com/#/definitions/
|
|
56
|
+
# * 200 - Collection of API tokens (https://api.losant.com/#/definitions/apiTokens)
|
|
57
57
|
#
|
|
58
58
|
# Errors:
|
|
59
59
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -141,7 +141,7 @@ module PlatformRest
|
|
|
141
141
|
# * {boolean} _embedded - Return embedded resources in response
|
|
142
142
|
#
|
|
143
143
|
# Responses:
|
|
144
|
-
# * 200 - The modified instance member (https://api.losant.com/#/definitions/
|
|
144
|
+
# * 200 - The modified instance member (https://api.losant.com/#/definitions/instanceMember)
|
|
145
145
|
#
|
|
146
146
|
# Errors:
|
|
147
147
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -328,7 +328,7 @@ module PlatformRest
|
|
|
328
328
|
body: body)
|
|
329
329
|
end
|
|
330
330
|
|
|
331
|
-
# Returns payload counts per resolution in the time range specified for all
|
|
331
|
+
# Returns payload counts per resolution in the time range specified for all applications this organization owns
|
|
332
332
|
#
|
|
333
333
|
# Authentication:
|
|
334
334
|
# The client must be configured with a valid api
|
|
@@ -97,7 +97,7 @@ module PlatformRest
|
|
|
97
97
|
# * {boolean} _embedded - Return embedded resources in response
|
|
98
98
|
#
|
|
99
99
|
# Responses:
|
|
100
|
-
# * 200 - A single organization invite (https://api.losant.com/#/definitions/
|
|
100
|
+
# * 200 - A single organization invite (https://api.losant.com/#/definitions/instanceOrgInvite)
|
|
101
101
|
#
|
|
102
102
|
# Errors:
|
|
103
103
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -146,7 +146,7 @@ module PlatformRest
|
|
|
146
146
|
# * {boolean} _embedded - Return embedded resources in response
|
|
147
147
|
#
|
|
148
148
|
# Responses:
|
|
149
|
-
# * 201 - The new org invite (https://api.losant.com/#/definitions/
|
|
149
|
+
# * 201 - The new org invite (https://api.losant.com/#/definitions/instanceOrgInvite)
|
|
150
150
|
#
|
|
151
151
|
# Errors:
|
|
152
152
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -52,7 +52,7 @@ module PlatformRest
|
|
|
52
52
|
# * {boolean} _embedded - Return embedded resources in response
|
|
53
53
|
#
|
|
54
54
|
# Responses:
|
|
55
|
-
# * 200 - A collection of instance organization invitations (https://api.losant.com/#/definitions/
|
|
55
|
+
# * 200 - A collection of instance organization invitations (https://api.losant.com/#/definitions/instanceOrgInvites)
|
|
56
56
|
#
|
|
57
57
|
# Errors:
|
|
58
58
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -103,7 +103,7 @@ module PlatformRest
|
|
|
103
103
|
# * {boolean} _embedded - Return embedded resources in response
|
|
104
104
|
#
|
|
105
105
|
# Responses:
|
|
106
|
-
# * 201 - The new organization invite (https://api.losant.com/#/definitions/
|
|
106
|
+
# * 201 - The new organization invite (https://api.losant.com/#/definitions/instanceOrgInvite)
|
|
107
107
|
#
|
|
108
108
|
# Errors:
|
|
109
109
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -103,7 +103,8 @@ module PlatformRest
|
|
|
103
103
|
# * {boolean} _embedded - Return embedded resources in response
|
|
104
104
|
#
|
|
105
105
|
# Responses:
|
|
106
|
-
# *
|
|
106
|
+
# * 201 - The newly added instance org member (https://api.losant.com/#/definitions/instanceOrgMember)
|
|
107
|
+
# * 202 - An invite was sent to the new member's email address (https://api.losant.com/#/definitions/instanceOrgInviteSent)
|
|
107
108
|
#
|
|
108
109
|
# Errors:
|
|
109
110
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -109,7 +109,7 @@ module PlatformRest
|
|
|
109
109
|
# * {boolean} _embedded - Return embedded resources in response
|
|
110
110
|
#
|
|
111
111
|
# Responses:
|
|
112
|
-
# *
|
|
112
|
+
# * 201 - The newly created organization (https://api.losant.com/#/definitions/instanceOrg)
|
|
113
113
|
#
|
|
114
114
|
# Errors:
|
|
115
115
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
data/lib/platform_rest/me.rb
CHANGED
|
@@ -42,7 +42,7 @@ module PlatformRest
|
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
44
44
|
# * {string} notebookId - ID associated with the notebook
|
|
45
|
-
# * {
|
|
45
|
+
# * {string} executionId - The ID of the execution to cancel
|
|
46
46
|
# * {string} losantdomain - Domain scope of request (rarely needed)
|
|
47
47
|
# * {boolean} _actions - Return resource actions in response
|
|
48
48
|
# * {boolean} _links - Return resource link in response
|
data/lib/platform_rest/org.rb
CHANGED
|
@@ -418,7 +418,7 @@ module PlatformRest
|
|
|
418
418
|
body: body)
|
|
419
419
|
end
|
|
420
420
|
|
|
421
|
-
# Returns payload counts per resolution in the time range specified for all
|
|
421
|
+
# Returns payload counts per resolution in the time range specified for all applications this organization owns
|
|
422
422
|
#
|
|
423
423
|
# Authentication:
|
|
424
424
|
# The client must be configured with a valid api
|
|
@@ -145,7 +145,7 @@ module PlatformRest
|
|
|
145
145
|
# * {boolean} _embedded - Return embedded resources in response
|
|
146
146
|
#
|
|
147
147
|
# Responses:
|
|
148
|
-
# * 201 - Returns a new private file or directory that was created by the move, if a directory a job will kick off to move all the
|
|
148
|
+
# * 201 - Returns a new private file or directory that was created by the move, if a directory a job will kick off to move all the directory's children. (https://api.losant.com/#/definitions/file)
|
|
149
149
|
#
|
|
150
150
|
# Errors:
|
|
151
151
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -195,7 +195,7 @@ module PlatformRest
|
|
|
195
195
|
# * {boolean} _embedded - Return embedded resources in response
|
|
196
196
|
#
|
|
197
197
|
# Responses:
|
|
198
|
-
# *
|
|
198
|
+
# * 200 - Successfully updated private file and the information needed to upload the file content (https://api.losant.com/#/definitions/fileUploadPostResponse)
|
|
199
199
|
#
|
|
200
200
|
# Errors:
|
|
201
201
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -42,7 +42,7 @@ module PlatformRest
|
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
44
44
|
# * {string} resourceJobId - ID associated with the resource job
|
|
45
|
-
# * {
|
|
45
|
+
# * {string} executionId - The ID of the execution to cancel
|
|
46
46
|
# * {string} losantdomain - Domain scope of request (rarely needed)
|
|
47
47
|
# * {boolean} _actions - Return resource actions in response
|
|
48
48
|
# * {boolean} _links - Return resource link in response
|
|
@@ -291,7 +291,7 @@ module PlatformRest
|
|
|
291
291
|
# * {boolean} _embedded - Return embedded resources in response
|
|
292
292
|
#
|
|
293
293
|
# Responses:
|
|
294
|
-
# *
|
|
294
|
+
# * 200 - Successfully updated resource job (https://api.losant.com/#/definitions/resourceJob)
|
|
295
295
|
#
|
|
296
296
|
# Errors:
|
|
297
297
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -52,7 +52,7 @@ module PlatformRest
|
|
|
52
52
|
# * {boolean} _embedded - Return embedded resources in response
|
|
53
53
|
#
|
|
54
54
|
# Responses:
|
|
55
|
-
# * 200 - Collection of API tokens (https://api.losant.com/#/definitions/
|
|
55
|
+
# * 200 - Collection of API tokens (https://api.losant.com/#/definitions/apiTokens)
|
|
56
56
|
#
|
|
57
57
|
# Errors:
|
|
58
58
|
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
|
|
@@ -84,7 +84,7 @@ module PlatformRest
|
|
|
84
84
|
body: body)
|
|
85
85
|
end
|
|
86
86
|
|
|
87
|
-
# Create a new API token for
|
|
87
|
+
# Create a new API token for a user
|
|
88
88
|
#
|
|
89
89
|
# Authentication:
|
|
90
90
|
# The client must be configured with a valid api
|