losant_rest 1.17.1 → 1.17.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/_schemas.md +2178 -742
  4. data/docs/application.md +4 -4
  5. data/docs/dashboard.md +1 -1
  6. data/docs/data.md +1 -1
  7. data/docs/dataTableRows.md +1 -1
  8. data/docs/device.md +2 -2
  9. data/docs/deviceRecipe.md +1 -1
  10. data/docs/devices.md +3 -2
  11. data/docs/embeddedDeployments.md +1 -1
  12. data/docs/events.md +3 -2
  13. data/docs/experienceGroups.md +1 -0
  14. data/docs/instance.md +1 -1
  15. data/docs/notebook.md +1 -1
  16. data/lib/losant_rest/application.rb +4 -4
  17. data/lib/losant_rest/dashboard.rb +1 -1
  18. data/lib/losant_rest/data.rb +1 -1
  19. data/lib/losant_rest/data_table_rows.rb +1 -1
  20. data/lib/losant_rest/device.rb +2 -2
  21. data/lib/losant_rest/device_recipe.rb +1 -1
  22. data/lib/losant_rest/devices.rb +3 -2
  23. data/lib/losant_rest/embedded_deployments.rb +1 -1
  24. data/lib/losant_rest/events.rb +3 -2
  25. data/lib/losant_rest/experience_groups.rb +3 -0
  26. data/lib/losant_rest/instance.rb +1 -1
  27. data/lib/losant_rest/notebook.rb +1 -1
  28. data/lib/losant_rest/version.rb +1 -1
  29. data/schemas/advancedExperienceGroupQuery.json +971 -0
  30. data/schemas/applicationDashboardPost.json +9 -1
  31. data/schemas/dashboard.json +9 -1
  32. data/schemas/dashboardPatch.json +9 -1
  33. data/schemas/dashboardPost.json +9 -1
  34. data/schemas/dashboards.json +9 -1
  35. data/schemas/deviceRecipePatch.json +9 -2
  36. data/schemas/experienceLinkedResources.json +0 -3
  37. data/schemas/flow.json +0 -1
  38. data/schemas/flowPatch.json +0 -1
  39. data/schemas/flowPost.json +0 -1
  40. data/schemas/flowVersion.json +0 -2
  41. data/schemas/flowVersionPost.json +0 -1
  42. data/schemas/flowVersions.json +0 -2
  43. data/schemas/flows.json +0 -1
  44. data/schemas/flowsImportPost.json +0 -2
  45. data/schemas/flowsImportResult.json +0 -3
  46. data/schemas/historicalSummaries.json +58 -29
  47. data/schemas/historicalSummary.json +58 -29
  48. data/schemas/instance.json +122 -0
  49. data/schemas/instanceCustomNodePatch.json +0 -1
  50. data/schemas/instanceCustomNodePost.json +0 -1
  51. data/schemas/instanceOrg.json +58 -29
  52. data/schemas/instanceOrgs.json +58 -29
  53. data/schemas/instancePatch.json +122 -0
  54. data/schemas/instances.json +122 -0
  55. data/schemas/integration.json +0 -27
  56. data/schemas/integrationPatch.json +0 -27
  57. data/schemas/integrationPost.json +0 -27
  58. data/schemas/integrations.json +0 -27
  59. data/schemas/jobEnqueuedResult.json +10 -1
  60. data/schemas/org.json +58 -29
  61. data/schemas/orgs.json +58 -29
  62. data/schemas/resourceJob.json +2 -1
  63. data/schemas/resourceJobExecutionLogs.json +6 -1
  64. data/schemas/resourceJobExecutionOptions.json +18 -0
  65. data/schemas/resourceJobPost.json +2 -1
  66. data/schemas/resourceJobs.json +2 -1
  67. data/schemas/webhook.json +4 -0
  68. data/schemas/webhookPatch.json +4 -0
  69. data/schemas/webhookPost.json +4 -0
  70. data/schemas/webhooks.json +4 -0
  71. metadata +3 -2
data/docs/application.md CHANGED
@@ -96,7 +96,7 @@ all.Application, all.Organization, all.User, application.*, or application.archi
96
96
 
97
97
  | Code | Type | Description |
98
98
  | ---- | ---- | ----------- |
99
- | 200 | [Success](_schemas.md#success) | Enqueued a job to archive this applications device data |
99
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | Enqueued a job to archive this applications device data |
100
100
 
101
101
  #### Error Responses
102
102
 
@@ -133,7 +133,7 @@ all.Application, all.Organization, all.User, application.*, or application.backf
133
133
 
134
134
  | Code | Type | Description |
135
135
  | ---- | ---- | ----------- |
136
- | 200 | [Success](_schemas.md#success) | Enqueued a job to backfill device data to this application archive location |
136
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | Enqueued a job to backfill device data to this application archive location |
137
137
 
138
138
  #### Error Responses
139
139
 
@@ -289,7 +289,7 @@ all.Application, all.Organization, all.User, application.*, or application.fullD
289
289
 
290
290
  | Code | Type | Description |
291
291
  | ---- | ---- | ----------- |
292
- | 200 | [Success](_schemas.md#success) | Enqueued a job to archive all selected data tables of this application archive location |
292
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | Enqueued a job to archive all selected data tables of this application archive location |
293
293
 
294
294
  #### Error Responses
295
295
 
@@ -326,7 +326,7 @@ all.Application, all.Organization, all.User, application.*, or application.fullE
326
326
 
327
327
  | Code | Type | Description |
328
328
  | ---- | ---- | ----------- |
329
- | 200 | [Success](_schemas.md#success) | Enqueued a job to archive all events to this application archive location |
329
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | Enqueued a job to archive all events to this application archive location |
330
330
 
331
331
  #### Error Responses
332
332
 
data/docs/dashboard.md CHANGED
@@ -156,7 +156,7 @@ all.Organization, all.User, dashboard.*, or dashboard.sendReport.
156
156
 
157
157
  | Code | Type | Description |
158
158
  | ---- | ---- | ----------- |
159
- | 200 | [Success](_schemas.md#success) | Send dashboard report |
159
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If dashboard report was enqueued to be sent |
160
160
 
161
161
  #### Error Responses
162
162
 
data/docs/data.md CHANGED
@@ -41,7 +41,7 @@ all.Application, all.Application.read, all.Device, all.Device.read, all.Organiza
41
41
 
42
42
  | Code | Type | Description |
43
43
  | ---- | ---- | ----------- |
44
- | 200 | [Success](_schemas.md#success) | If command was successfully sent |
44
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If command was successfully sent |
45
45
 
46
46
  #### Error Responses
47
47
 
@@ -88,7 +88,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
88
88
 
89
89
  | Code | Type | Description |
90
90
  | ---- | ---- | ----------- |
91
- | 200 | [Success With Job ID](_schemas.md#success-with-job-id) | If request was successfully queued |
91
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If request was successfully queued |
92
92
 
93
93
  #### Error Responses
94
94
 
data/docs/device.md CHANGED
@@ -96,7 +96,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
96
96
 
97
97
  | Code | Type | Description |
98
98
  | ---- | ---- | ----------- |
99
- | 200 | [Success](_schemas.md#success) | If generation of export was successfully started |
99
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If generation of export was successfully started |
100
100
 
101
101
  #### Error Responses
102
102
 
@@ -439,7 +439,7 @@ all.Application, all.Organization, all.User, device.*, or device.removeData.
439
439
 
440
440
  | Code | Type | Description |
441
441
  | ---- | ---- | ----------- |
442
- | 200 | [Success](_schemas.md#success) | If data removal was successfully started |
442
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If data removal was successfully started |
443
443
 
444
444
  #### Error Responses
445
445
 
data/docs/deviceRecipe.md CHANGED
@@ -45,7 +45,7 @@ all.Application, all.Organization, all.User, deviceRecipe.*, or deviceRecipe.bul
45
45
  | Code | Type | Description |
46
46
  | ---- | ---- | ----------- |
47
47
  | 201 | [Device Recipe Bulk Create](_schemas.md#device-recipe-bulk-create) | If devices were successfully created |
48
- | 202 | [Device Recipe Bulk Create Enqueue](_schemas.md#device-recipe-bulk-create-enqueue) | If devices were enqueued to be created |
48
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If devices were enqueued to be created |
49
49
 
50
50
  #### Error Responses
51
51
 
data/docs/devices.md CHANGED
@@ -170,7 +170,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
170
170
 
171
171
  | Code | Type | Description |
172
172
  | ---- | ---- | ----------- |
173
- | 200 | [Success](_schemas.md#success) | If generation of export was successfully started |
173
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If generation of export was successfully started |
174
174
 
175
175
  #### Error Responses
176
176
 
@@ -299,7 +299,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
299
299
 
300
300
  | Code | Type | Description |
301
301
  | ---- | ---- | ----------- |
302
- | 200 | [Success](_schemas.md#success) | If generation of export was successfully started |
302
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If generation of export was successfully started |
303
303
 
304
304
  #### Error Responses
305
305
 
@@ -423,6 +423,7 @@ all.Application, all.Device, all.Organization, all.User, devices.*, or devices.s
423
423
  | Code | Type | Description |
424
424
  | ---- | ---- | ----------- |
425
425
  | 200 | [Success](_schemas.md#success) | If command was successfully sent |
426
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If command was queued to be sent |
426
427
 
427
428
  #### Error Responses
428
429
 
@@ -41,7 +41,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
41
41
 
42
42
  | Code | Type | Description |
43
43
  | ---- | ---- | ----------- |
44
- | 200 | [Success With Job ID](_schemas.md#success-with-job-id) | If generation of export was successfully started |
44
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If generation of export was successfully started |
45
45
 
46
46
  #### Error Responses
47
47
 
data/docs/events.md CHANGED
@@ -80,7 +80,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
80
80
 
81
81
  | Code | Type | Description |
82
82
  | ---- | ---- | ----------- |
83
- | 200 | [Success](_schemas.md#success) | If generation of export was successfully started |
83
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If generation of export was successfully started |
84
84
 
85
85
  #### Error Responses
86
86
 
@@ -207,7 +207,8 @@ all.Application, all.Organization, all.User, events.*, or events.patch.
207
207
 
208
208
  | Code | Type | Description |
209
209
  | ---- | ---- | ----------- |
210
- | 200 | [Success](_schemas.md#success) | If the bulk update has been successfully started |
210
+ | 200 | [Success](_schemas.md#success) | If the bulk update has been completed |
211
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If a bulk update job has been enqueued |
211
212
 
212
213
  #### Error Responses
213
214
 
@@ -37,6 +37,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
37
37
  | perPage | string | N | How many items to return per page | 100 | 10 |
38
38
  | filterField | string | N | Field to filter the results by. Blank or not provided means no filtering. Accepted values are: name | | name |
39
39
  | filter | string | N | Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering. | | my*group |
40
+ | query | [Advanced Experience Group Query](_schemas.md#advanced-experience-group-query) | N | Experience group filter JSON object which overrides the filter and filterField fields. | | [Advanced Experience Group Query Example](_schemas.md#advanced-experience-group-query-example) |
40
41
  | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
41
42
 
42
43
  #### Successful Responses
data/docs/instance.md CHANGED
@@ -40,7 +40,7 @@ all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instanc
40
40
 
41
41
  | Code | Type | Description |
42
42
  | ---- | ---- | ----------- |
43
- | 200 | [Success](_schemas.md#success) | If generation of report was successfully started |
43
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If generation of report was successfully started |
44
44
 
45
45
  #### Error Responses
46
46
 
data/docs/notebook.md CHANGED
@@ -296,7 +296,7 @@ all.Application, all.Application.read, all.Organization, all.Organization.read,
296
296
 
297
297
  | Code | Type | Description |
298
298
  | ---- | ---- | ----------- |
299
- | 200 | [Success With Job ID](_schemas.md#success-with-job-id) | If export request was accepted and successfully queued |
299
+ | 202 | [Job Enqueued API Result](_schemas.md#job-enqueued-api-result) | If export request was accepted and successfully queued |
300
300
 
301
301
  #### Error Responses
302
302
 
@@ -96,7 +96,7 @@ module LosantRest
96
96
  # * {boolean} _embedded - Return embedded resources in response
97
97
  #
98
98
  # Responses:
99
- # * 200 - Enqueued a job to archive this applications device data (https://api.losant.com/#/definitions/success)
99
+ # * 202 - Enqueued a job to archive this applications device data (https://api.losant.com/#/definitions/jobEnqueuedResult)
100
100
  #
101
101
  # Errors:
102
102
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -142,7 +142,7 @@ module LosantRest
142
142
  # * {boolean} _embedded - Return embedded resources in response
143
143
  #
144
144
  # Responses:
145
- # * 200 - Enqueued a job to backfill device data to this application archive location (https://api.losant.com/#/definitions/success)
145
+ # * 202 - Enqueued a job to backfill device data to this application archive location (https://api.losant.com/#/definitions/jobEnqueuedResult)
146
146
  #
147
147
  # Errors:
148
148
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -327,7 +327,7 @@ module LosantRest
327
327
  # * {boolean} _embedded - Return embedded resources in response
328
328
  #
329
329
  # Responses:
330
- # * 200 - Enqueued a job to archive all selected data tables of this application archive location (https://api.losant.com/#/definitions/success)
330
+ # * 202 - Enqueued a job to archive all selected data tables of this application archive location (https://api.losant.com/#/definitions/jobEnqueuedResult)
331
331
  #
332
332
  # Errors:
333
333
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -371,7 +371,7 @@ module LosantRest
371
371
  # * {boolean} _embedded - Return embedded resources in response
372
372
  #
373
373
  # Responses:
374
- # * 200 - Enqueued a job to archive all events to this application archive location (https://api.losant.com/#/definitions/success)
374
+ # * 202 - Enqueued a job to archive all events to this application archive location (https://api.losant.com/#/definitions/jobEnqueuedResult)
375
375
  #
376
376
  # Errors:
377
377
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -182,7 +182,7 @@ module LosantRest
182
182
  # * {boolean} _embedded - Return embedded resources in response
183
183
  #
184
184
  # Responses:
185
- # * 200 - Send dashboard report (https://api.losant.com/#/definitions/success)
185
+ # * 202 - If dashboard report was enqueued to be sent (https://api.losant.com/#/definitions/jobEnqueuedResult)
186
186
  #
187
187
  # Errors:
188
188
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -48,7 +48,7 @@ module LosantRest
48
48
  # * {boolean} _embedded - Return embedded resources in response
49
49
  #
50
50
  # Responses:
51
- # * 200 - If command was successfully sent (https://api.losant.com/#/definitions/success)
51
+ # * 202 - If command was successfully sent (https://api.losant.com/#/definitions/jobEnqueuedResult)
52
52
  #
53
53
  # Errors:
54
54
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -99,7 +99,7 @@ module LosantRest
99
99
  # * {boolean} _embedded - Return embedded resources in response
100
100
  #
101
101
  # Responses:
102
- # * 200 - If request was successfully queued (https://api.losant.com/#/definitions/successWithJobId)
102
+ # * 202 - If request was successfully queued (https://api.losant.com/#/definitions/jobEnqueuedResult)
103
103
  #
104
104
  # Errors:
105
105
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -99,7 +99,7 @@ module LosantRest
99
99
  # * {boolean} _embedded - Return embedded resources in response
100
100
  #
101
101
  # Responses:
102
- # * 200 - If generation of export was successfully started (https://api.losant.com/#/definitions/success)
102
+ # * 202 - If generation of export was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
103
103
  #
104
104
  # Errors:
105
105
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -515,7 +515,7 @@ module LosantRest
515
515
  # * {boolean} _embedded - Return embedded resources in response
516
516
  #
517
517
  # Responses:
518
- # * 200 - If data removal was successfully started (https://api.losant.com/#/definitions/success)
518
+ # * 202 - If data removal was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
519
519
  #
520
520
  # Errors:
521
521
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -50,7 +50,7 @@ module LosantRest
50
50
  #
51
51
  # Responses:
52
52
  # * 201 - If devices were successfully created (https://api.losant.com/#/definitions/deviceRecipeBulkCreate)
53
- # * 202 - If devices were enqueued to be created (https://api.losant.com/#/definitions/deviceRecipeBulkCreateEnqueued)
53
+ # * 202 - If devices were enqueued to be created (https://api.losant.com/#/definitions/jobEnqueuedResult)
54
54
  #
55
55
  # Errors:
56
56
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -198,7 +198,7 @@ module LosantRest
198
198
  # * {boolean} _embedded - Return embedded resources in response
199
199
  #
200
200
  # Responses:
201
- # * 200 - If generation of export was successfully started (https://api.losant.com/#/definitions/success)
201
+ # * 202 - If generation of export was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
202
202
  #
203
203
  # Errors:
204
204
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -365,7 +365,7 @@ module LosantRest
365
365
  # * {boolean} _embedded - Return embedded resources in response
366
366
  #
367
367
  # Responses:
368
- # * 200 - If generation of export was successfully started (https://api.losant.com/#/definitions/success)
368
+ # * 202 - If generation of export was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
369
369
  #
370
370
  # Errors:
371
371
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -511,6 +511,7 @@ module LosantRest
511
511
  #
512
512
  # Responses:
513
513
  # * 200 - If command was successfully sent (https://api.losant.com/#/definitions/success)
514
+ # * 202 - If command was queued to be sent (https://api.losant.com/#/definitions/jobEnqueuedResult)
514
515
  #
515
516
  # Errors:
516
517
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -48,7 +48,7 @@ module LosantRest
48
48
  # * {boolean} _embedded - Return embedded resources in response
49
49
  #
50
50
  # Responses:
51
- # * 200 - If generation of export was successfully started (https://api.losant.com/#/definitions/successWithJobId)
51
+ # * 202 - If generation of export was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
52
52
  #
53
53
  # Errors:
54
54
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -94,7 +94,7 @@ module LosantRest
94
94
  # * {boolean} _embedded - Return embedded resources in response
95
95
  #
96
96
  # Responses:
97
- # * 200 - If generation of export was successfully started (https://api.losant.com/#/definitions/success)
97
+ # * 202 - If generation of export was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
98
98
  #
99
99
  # Errors:
100
100
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -253,7 +253,8 @@ module LosantRest
253
253
  # * {boolean} _embedded - Return embedded resources in response
254
254
  #
255
255
  # Responses:
256
- # * 200 - If the bulk update has been successfully started (https://api.losant.com/#/definitions/success)
256
+ # * 200 - If the bulk update has been completed (https://api.losant.com/#/definitions/success)
257
+ # * 202 - If a bulk update job has been enqueued (https://api.losant.com/#/definitions/jobEnqueuedResult)
257
258
  #
258
259
  # Errors:
259
260
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -47,6 +47,7 @@ module LosantRest
47
47
  # * {string} perPage - How many items to return per page
48
48
  # * {string} filterField - Field to filter the results by. Blank or not provided means no filtering. Accepted values are: name
49
49
  # * {string} filter - Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering.
50
+ # * {hash} query - Experience group filter JSON object which overrides the filter and filterField fields. (https://api.losant.com/#/definitions/advancedExperienceGroupQuery)
50
51
  # * {string} losantdomain - Domain scope of request (rarely needed)
51
52
  # * {boolean} _actions - Return resource actions in response
52
53
  # * {boolean} _links - Return resource link in response
@@ -72,6 +73,8 @@ module LosantRest
72
73
  query_params[:perPage] = params[:perPage] if params.has_key?(:perPage)
73
74
  query_params[:filterField] = params[:filterField] if params.has_key?(:filterField)
74
75
  query_params[:filter] = params[:filter] if params.has_key?(:filter)
76
+ query_params[:query] = params[:query] if params.has_key?(:query)
77
+ query_params[:query] = JSON.dump(query_params[:query]) if query_params.has_key?(:query)
75
78
  headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
76
79
  query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
77
80
  query_params[:_links] = params[:_links] if params.has_key?(:_links)
@@ -48,7 +48,7 @@ module LosantRest
48
48
  # * {boolean} _embedded - Return embedded resources in response
49
49
  #
50
50
  # Responses:
51
- # * 200 - If generation of report was successfully started (https://api.losant.com/#/definitions/success)
51
+ # * 202 - If generation of report was successfully started (https://api.losant.com/#/definitions/jobEnqueuedResult)
52
52
  #
53
53
  # Errors:
54
54
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -338,7 +338,7 @@ module LosantRest
338
338
  # * {boolean} _embedded - Return embedded resources in response
339
339
  #
340
340
  # Responses:
341
- # * 200 - If export request was accepted and successfully queued (https://api.losant.com/#/definitions/successWithJobId)
341
+ # * 202 - If export request was accepted and successfully queued (https://api.losant.com/#/definitions/jobEnqueuedResult)
342
342
  #
343
343
  # Errors:
344
344
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -21,5 +21,5 @@
21
21
  # SOFTWARE.
22
22
 
23
23
  module LosantRest
24
- VERSION = "1.17.1"
24
+ VERSION = "1.17.2"
25
25
  end