mautic_swagger_client 1.0.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.
@@ -0,0 +1,15 @@
1
+ =begin
2
+ #Mautic API docs
3
+
4
+ #Auto-generated Swagger documentation.
5
+
6
+ OpenAPI spec version: 3.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ module SwaggerClient
14
+ VERSION = '1.0.0'
15
+ end
@@ -0,0 +1,3304 @@
1
+ =begin
2
+ #Mautic API docs
3
+
4
+ #Auto-generated Swagger documentation.
5
+
6
+ OpenAPI spec version: 3.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for SwaggerClient::DefaultApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'DefaultApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = SwaggerClient::DefaultApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of DefaultApi' do
30
+ it 'should create an instance of DefaultApi' do
31
+ expect(@instance).to be_instance_of(SwaggerClient::DefaultApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for api_assets_batch_delete_delete
36
+ # Delete a batch of entities.
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [nil]
39
+ describe 'api_assets_batch_delete_delete test' do
40
+ it 'should work' do
41
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ end
43
+ end
44
+
45
+ # unit tests for api_assets_batch_edit_patch
46
+ # Edit a batch of entities.
47
+ # @param [Hash] opts the optional parameters
48
+ # @return [nil]
49
+ describe 'api_assets_batch_edit_patch test' do
50
+ it 'should work' do
51
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ end
53
+ end
54
+
55
+ # unit tests for api_assets_batch_edit_put
56
+ # Edit a batch of entities.
57
+ # @param [Hash] opts the optional parameters
58
+ # @return [nil]
59
+ describe 'api_assets_batch_edit_put test' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ # unit tests for api_assets_batch_new_post
66
+ # Create a batch of new entities.
67
+ # @param [Hash] opts the optional parameters
68
+ # @return [nil]
69
+ describe 'api_assets_batch_new_post test' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
75
+ # unit tests for api_assets_get
76
+ # Obtains a list of entities as defined by the API URL.
77
+ # @param [Hash] opts the optional parameters
78
+ # @return [nil]
79
+ describe 'api_assets_get test' do
80
+ it 'should work' do
81
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
+ end
83
+ end
84
+
85
+ # unit tests for api_assets_id_delete_delete
86
+ # Deletes an entity.
87
+ # @param id
88
+ # @param [Hash] opts the optional parameters
89
+ # @return [nil]
90
+ describe 'api_assets_id_delete_delete test' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
93
+ end
94
+ end
95
+
96
+ # unit tests for api_assets_id_edit_patch
97
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
98
+ # @param id
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [nil]
101
+ describe 'api_assets_id_edit_patch test' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
107
+ # unit tests for api_assets_id_edit_put
108
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
109
+ # @param id
110
+ # @param [Hash] opts the optional parameters
111
+ # @return [nil]
112
+ describe 'api_assets_id_edit_put test' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
118
+ # unit tests for api_assets_id_get
119
+ # Obtains a specific entity as defined by the API URL.
120
+ # @param id
121
+ # @param [Hash] opts the optional parameters
122
+ # @return [nil]
123
+ describe 'api_assets_id_get test' do
124
+ it 'should work' do
125
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
+ end
127
+ end
128
+
129
+ # unit tests for api_assets_new_post
130
+ # Creates a new entity.
131
+ # @param [Hash] opts the optional parameters
132
+ # @return [nil]
133
+ describe 'api_assets_new_post test' do
134
+ it 'should work' do
135
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
+ end
137
+ end
138
+
139
+ # unit tests for api_campaigns_batch_delete_delete
140
+ # Delete a batch of entities.
141
+ # @param [Hash] opts the optional parameters
142
+ # @return [nil]
143
+ describe 'api_campaigns_batch_delete_delete test' do
144
+ it 'should work' do
145
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
+ end
147
+ end
148
+
149
+ # unit tests for api_campaigns_batch_edit_patch
150
+ # Edit a batch of entities.
151
+ # @param [Hash] opts the optional parameters
152
+ # @return [nil]
153
+ describe 'api_campaigns_batch_edit_patch test' do
154
+ it 'should work' do
155
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
156
+ end
157
+ end
158
+
159
+ # unit tests for api_campaigns_batch_edit_put
160
+ # Edit a batch of entities.
161
+ # @param [Hash] opts the optional parameters
162
+ # @return [nil]
163
+ describe 'api_campaigns_batch_edit_put test' do
164
+ it 'should work' do
165
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
166
+ end
167
+ end
168
+
169
+ # unit tests for api_campaigns_batch_new_post
170
+ # Create a batch of new entities.
171
+ # @param [Hash] opts the optional parameters
172
+ # @return [nil]
173
+ describe 'api_campaigns_batch_new_post test' do
174
+ it 'should work' do
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ end
177
+ end
178
+
179
+ # unit tests for api_campaigns_campaign_id_events_contact_contact_id_get
180
+ # Get a list of events.
181
+ # @param campaign_id
182
+ # @param contact_id
183
+ # @param [Hash] opts the optional parameters
184
+ # @return [nil]
185
+ describe 'api_campaigns_campaign_id_events_contact_contact_id_get test' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
191
+ # unit tests for api_campaigns_clone_campaign_id_post
192
+ # @param campaign_id
193
+ # @param [Hash] opts the optional parameters
194
+ # @return [nil]
195
+ describe 'api_campaigns_clone_campaign_id_post test' do
196
+ it 'should work' do
197
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
198
+ end
199
+ end
200
+
201
+ # unit tests for api_campaigns_events_batch_edit_put
202
+ # @param [Hash] opts the optional parameters
203
+ # @return [nil]
204
+ describe 'api_campaigns_events_batch_edit_put test' do
205
+ it 'should work' do
206
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
207
+ end
208
+ end
209
+
210
+ # unit tests for api_campaigns_events_contact_contact_id_get
211
+ # Get a list of events.
212
+ # @param contact_id
213
+ # @param [Hash] opts the optional parameters
214
+ # @return [nil]
215
+ describe 'api_campaigns_events_contact_contact_id_get test' do
216
+ it 'should work' do
217
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
218
+ end
219
+ end
220
+
221
+ # unit tests for api_campaigns_events_event_id_contact_contact_id_edit_put
222
+ # @param event_id
223
+ # @param contact_id
224
+ # @param [Hash] opts the optional parameters
225
+ # @return [nil]
226
+ describe 'api_campaigns_events_event_id_contact_contact_id_edit_put test' do
227
+ it 'should work' do
228
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
229
+ end
230
+ end
231
+
232
+ # unit tests for api_campaigns_events_get
233
+ # Obtains a list of entities as defined by the API URL.
234
+ # @param [Hash] opts the optional parameters
235
+ # @return [nil]
236
+ describe 'api_campaigns_events_get test' do
237
+ it 'should work' do
238
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
239
+ end
240
+ end
241
+
242
+ # unit tests for api_campaigns_events_id_get
243
+ # Obtains a specific entity as defined by the API URL.
244
+ # @param id
245
+ # @param [Hash] opts the optional parameters
246
+ # @return [nil]
247
+ describe 'api_campaigns_events_id_get test' do
248
+ it 'should work' do
249
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
250
+ end
251
+ end
252
+
253
+ # unit tests for api_campaigns_get
254
+ # Obtains a list of entities as defined by the API URL.
255
+ # @param [Hash] opts the optional parameters
256
+ # @return [nil]
257
+ describe 'api_campaigns_get test' do
258
+ it 'should work' do
259
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
260
+ end
261
+ end
262
+
263
+ # unit tests for api_campaigns_id_contact_lead_id_add_post
264
+ # Adds a lead to a campaign.
265
+ # @param id
266
+ # @param lead_id
267
+ # @param [Hash] opts the optional parameters
268
+ # @return [nil]
269
+ describe 'api_campaigns_id_contact_lead_id_add_post test' do
270
+ it 'should work' do
271
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
272
+ end
273
+ end
274
+
275
+ # unit tests for api_campaigns_id_contact_lead_id_remove_post
276
+ # Removes given lead from a campaign.
277
+ # @param id
278
+ # @param lead_id
279
+ # @param [Hash] opts the optional parameters
280
+ # @return [nil]
281
+ describe 'api_campaigns_id_contact_lead_id_remove_post test' do
282
+ it 'should work' do
283
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
284
+ end
285
+ end
286
+
287
+ # unit tests for api_campaigns_id_contacts_get
288
+ # Obtains a list of campaign contacts.
289
+ # @param id
290
+ # @param [Hash] opts the optional parameters
291
+ # @return [nil]
292
+ describe 'api_campaigns_id_contacts_get test' do
293
+ it 'should work' do
294
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
295
+ end
296
+ end
297
+
298
+ # unit tests for api_campaigns_id_delete_delete
299
+ # Deletes an entity.
300
+ # @param id
301
+ # @param [Hash] opts the optional parameters
302
+ # @return [nil]
303
+ describe 'api_campaigns_id_delete_delete test' do
304
+ it 'should work' do
305
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
306
+ end
307
+ end
308
+
309
+ # unit tests for api_campaigns_id_edit_patch
310
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
311
+ # @param id
312
+ # @param [Hash] opts the optional parameters
313
+ # @return [nil]
314
+ describe 'api_campaigns_id_edit_patch test' do
315
+ it 'should work' do
316
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
317
+ end
318
+ end
319
+
320
+ # unit tests for api_campaigns_id_edit_put
321
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
322
+ # @param id
323
+ # @param [Hash] opts the optional parameters
324
+ # @return [nil]
325
+ describe 'api_campaigns_id_edit_put test' do
326
+ it 'should work' do
327
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
328
+ end
329
+ end
330
+
331
+ # unit tests for api_campaigns_id_get
332
+ # Obtains a specific entity as defined by the API URL.
333
+ # @param id
334
+ # @param [Hash] opts the optional parameters
335
+ # @return [nil]
336
+ describe 'api_campaigns_id_get test' do
337
+ it 'should work' do
338
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
339
+ end
340
+ end
341
+
342
+ # unit tests for api_campaigns_new_post
343
+ # Creates a new entity.
344
+ # @param [Hash] opts the optional parameters
345
+ # @return [nil]
346
+ describe 'api_campaigns_new_post test' do
347
+ it 'should work' do
348
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
349
+ end
350
+ end
351
+
352
+ # unit tests for api_categories_batch_delete_delete
353
+ # Delete a batch of entities.
354
+ # @param [Hash] opts the optional parameters
355
+ # @return [nil]
356
+ describe 'api_categories_batch_delete_delete test' do
357
+ it 'should work' do
358
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
359
+ end
360
+ end
361
+
362
+ # unit tests for api_categories_batch_edit_patch
363
+ # Edit a batch of entities.
364
+ # @param [Hash] opts the optional parameters
365
+ # @return [nil]
366
+ describe 'api_categories_batch_edit_patch test' do
367
+ it 'should work' do
368
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
369
+ end
370
+ end
371
+
372
+ # unit tests for api_categories_batch_edit_put
373
+ # Edit a batch of entities.
374
+ # @param [Hash] opts the optional parameters
375
+ # @return [nil]
376
+ describe 'api_categories_batch_edit_put test' do
377
+ it 'should work' do
378
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
379
+ end
380
+ end
381
+
382
+ # unit tests for api_categories_batch_new_post
383
+ # Create a batch of new entities.
384
+ # @param [Hash] opts the optional parameters
385
+ # @return [nil]
386
+ describe 'api_categories_batch_new_post test' do
387
+ it 'should work' do
388
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
389
+ end
390
+ end
391
+
392
+ # unit tests for api_categories_get
393
+ # Obtains a list of entities as defined by the API URL.
394
+ # @param [Hash] opts the optional parameters
395
+ # @return [nil]
396
+ describe 'api_categories_get test' do
397
+ it 'should work' do
398
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
399
+ end
400
+ end
401
+
402
+ # unit tests for api_categories_id_delete_delete
403
+ # Deletes an entity.
404
+ # @param id
405
+ # @param [Hash] opts the optional parameters
406
+ # @return [nil]
407
+ describe 'api_categories_id_delete_delete test' do
408
+ it 'should work' do
409
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
410
+ end
411
+ end
412
+
413
+ # unit tests for api_categories_id_edit_patch
414
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
415
+ # @param id
416
+ # @param [Hash] opts the optional parameters
417
+ # @return [nil]
418
+ describe 'api_categories_id_edit_patch test' do
419
+ it 'should work' do
420
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
421
+ end
422
+ end
423
+
424
+ # unit tests for api_categories_id_edit_put
425
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
426
+ # @param id
427
+ # @param [Hash] opts the optional parameters
428
+ # @return [nil]
429
+ describe 'api_categories_id_edit_put test' do
430
+ it 'should work' do
431
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
432
+ end
433
+ end
434
+
435
+ # unit tests for api_categories_id_get
436
+ # Obtains a specific entity as defined by the API URL.
437
+ # @param id
438
+ # @param [Hash] opts the optional parameters
439
+ # @return [nil]
440
+ describe 'api_categories_id_get test' do
441
+ it 'should work' do
442
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
443
+ end
444
+ end
445
+
446
+ # unit tests for api_categories_new_post
447
+ # Creates a new entity.
448
+ # @param [Hash] opts the optional parameters
449
+ # @return [nil]
450
+ describe 'api_categories_new_post test' do
451
+ it 'should work' do
452
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
453
+ end
454
+ end
455
+
456
+ # unit tests for api_companies_batch_delete_delete
457
+ # Delete a batch of entities.
458
+ # @param [Hash] opts the optional parameters
459
+ # @return [nil]
460
+ describe 'api_companies_batch_delete_delete test' do
461
+ it 'should work' do
462
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
463
+ end
464
+ end
465
+
466
+ # unit tests for api_companies_batch_edit_patch
467
+ # Edit a batch of entities.
468
+ # @param [Hash] opts the optional parameters
469
+ # @return [nil]
470
+ describe 'api_companies_batch_edit_patch test' do
471
+ it 'should work' do
472
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
473
+ end
474
+ end
475
+
476
+ # unit tests for api_companies_batch_edit_put
477
+ # Edit a batch of entities.
478
+ # @param [Hash] opts the optional parameters
479
+ # @return [nil]
480
+ describe 'api_companies_batch_edit_put test' do
481
+ it 'should work' do
482
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
483
+ end
484
+ end
485
+
486
+ # unit tests for api_companies_batch_new_post
487
+ # Create a batch of new entities.
488
+ # @param [Hash] opts the optional parameters
489
+ # @return [nil]
490
+ describe 'api_companies_batch_new_post test' do
491
+ it 'should work' do
492
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
493
+ end
494
+ end
495
+
496
+ # unit tests for api_companies_company_id_contact_contact_id_add_post
497
+ # Adds a contact to a company.
498
+ # @param company_id
499
+ # @param contact_id
500
+ # @param [Hash] opts the optional parameters
501
+ # @return [nil]
502
+ describe 'api_companies_company_id_contact_contact_id_add_post test' do
503
+ it 'should work' do
504
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
505
+ end
506
+ end
507
+
508
+ # unit tests for api_companies_company_id_contact_contact_id_remove_post
509
+ # Removes given contact from a company.
510
+ # @param company_id
511
+ # @param contact_id
512
+ # @param [Hash] opts the optional parameters
513
+ # @return [nil]
514
+ describe 'api_companies_company_id_contact_contact_id_remove_post test' do
515
+ it 'should work' do
516
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
517
+ end
518
+ end
519
+
520
+ # unit tests for api_companies_get
521
+ # Obtains a list of entities as defined by the API URL.
522
+ # @param [Hash] opts the optional parameters
523
+ # @return [nil]
524
+ describe 'api_companies_get test' do
525
+ it 'should work' do
526
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
527
+ end
528
+ end
529
+
530
+ # unit tests for api_companies_id_delete_delete
531
+ # Deletes an entity.
532
+ # @param id
533
+ # @param [Hash] opts the optional parameters
534
+ # @return [nil]
535
+ describe 'api_companies_id_delete_delete test' do
536
+ it 'should work' do
537
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
538
+ end
539
+ end
540
+
541
+ # unit tests for api_companies_id_edit_patch
542
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
543
+ # @param id
544
+ # @param [Hash] opts the optional parameters
545
+ # @return [nil]
546
+ describe 'api_companies_id_edit_patch test' do
547
+ it 'should work' do
548
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
549
+ end
550
+ end
551
+
552
+ # unit tests for api_companies_id_edit_put
553
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
554
+ # @param id
555
+ # @param [Hash] opts the optional parameters
556
+ # @return [nil]
557
+ describe 'api_companies_id_edit_put test' do
558
+ it 'should work' do
559
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
560
+ end
561
+ end
562
+
563
+ # unit tests for api_companies_id_get
564
+ # Obtains a specific entity as defined by the API URL.
565
+ # @param id
566
+ # @param [Hash] opts the optional parameters
567
+ # @return [nil]
568
+ describe 'api_companies_id_get test' do
569
+ it 'should work' do
570
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
571
+ end
572
+ end
573
+
574
+ # unit tests for api_companies_new_post
575
+ # If an existing company is matched, it'll be merged. Otherwise it'll be created.
576
+ # @param [Hash] opts the optional parameters
577
+ # @return [nil]
578
+ describe 'api_companies_new_post test' do
579
+ it 'should work' do
580
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
581
+ end
582
+ end
583
+
584
+ # unit tests for api_contacts_activity_get
585
+ # Obtains a list of contact events.
586
+ # @param [Hash] opts the optional parameters
587
+ # @return [nil]
588
+ describe 'api_contacts_activity_get test' do
589
+ it 'should work' do
590
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
591
+ end
592
+ end
593
+
594
+ # unit tests for api_contacts_batch_delete_delete
595
+ # Delete a batch of entities.
596
+ # @param [Hash] opts the optional parameters
597
+ # @return [nil]
598
+ describe 'api_contacts_batch_delete_delete test' do
599
+ it 'should work' do
600
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
601
+ end
602
+ end
603
+
604
+ # unit tests for api_contacts_batch_edit_patch
605
+ # Edit a batch of entities.
606
+ # @param [Hash] opts the optional parameters
607
+ # @return [nil]
608
+ describe 'api_contacts_batch_edit_patch test' do
609
+ it 'should work' do
610
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
611
+ end
612
+ end
613
+
614
+ # unit tests for api_contacts_batch_edit_put
615
+ # Edit a batch of entities.
616
+ # @param [Hash] opts the optional parameters
617
+ # @return [nil]
618
+ describe 'api_contacts_batch_edit_put test' do
619
+ it 'should work' do
620
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
621
+ end
622
+ end
623
+
624
+ # unit tests for api_contacts_batch_new_post
625
+ # Create a batch of new entities.
626
+ # @param [Hash] opts the optional parameters
627
+ # @return [nil]
628
+ describe 'api_contacts_batch_new_post test' do
629
+ it 'should work' do
630
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
631
+ end
632
+ end
633
+
634
+ # unit tests for api_contacts_get
635
+ # Obtains a list of entities as defined by the API URL.
636
+ # @param [Hash] opts the optional parameters
637
+ # @return [nil]
638
+ describe 'api_contacts_get test' do
639
+ it 'should work' do
640
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
641
+ end
642
+ end
643
+
644
+ # unit tests for api_contacts_id_activity_get
645
+ # Obtains a list of contact events.
646
+ # @param id
647
+ # @param [Hash] opts the optional parameters
648
+ # @return [nil]
649
+ describe 'api_contacts_id_activity_get test' do
650
+ it 'should work' do
651
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
652
+ end
653
+ end
654
+
655
+ # unit tests for api_contacts_id_campaigns_get
656
+ # Obtains a list of campaigns the lead is part of.
657
+ # @param id
658
+ # @param [Hash] opts the optional parameters
659
+ # @return [nil]
660
+ describe 'api_contacts_id_campaigns_get test' do
661
+ it 'should work' do
662
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
663
+ end
664
+ end
665
+
666
+ # unit tests for api_contacts_id_companies_get
667
+ # Obtains a list of contact companies the contact is in.
668
+ # @param id
669
+ # @param [Hash] opts the optional parameters
670
+ # @return [nil]
671
+ describe 'api_contacts_id_companies_get test' do
672
+ it 'should work' do
673
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
674
+ end
675
+ end
676
+
677
+ # unit tests for api_contacts_id_delete_delete
678
+ # Deletes an entity.
679
+ # @param id
680
+ # @param [Hash] opts the optional parameters
681
+ # @return [nil]
682
+ describe 'api_contacts_id_delete_delete test' do
683
+ it 'should work' do
684
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
685
+ end
686
+ end
687
+
688
+ # unit tests for api_contacts_id_devices_get
689
+ # Obtains a list of devices on a specific lead.
690
+ # @param id
691
+ # @param [Hash] opts the optional parameters
692
+ # @return [nil]
693
+ describe 'api_contacts_id_devices_get test' do
694
+ it 'should work' do
695
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
696
+ end
697
+ end
698
+
699
+ # unit tests for api_contacts_id_dnc_channel_add_post
700
+ # Adds a DNC to the contact.
701
+ # @param id
702
+ # @param channel
703
+ # @param [Hash] opts the optional parameters
704
+ # @return [nil]
705
+ describe 'api_contacts_id_dnc_channel_add_post test' do
706
+ it 'should work' do
707
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
708
+ end
709
+ end
710
+
711
+ # unit tests for api_contacts_id_dnc_channel_remove_post
712
+ # Removes a DNC from the contact.
713
+ # @param id
714
+ # @param channel
715
+ # @param [Hash] opts the optional parameters
716
+ # @return [nil]
717
+ describe 'api_contacts_id_dnc_channel_remove_post test' do
718
+ it 'should work' do
719
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
720
+ end
721
+ end
722
+
723
+ # unit tests for api_contacts_id_edit_patch
724
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
725
+ # @param id
726
+ # @param [Hash] opts the optional parameters
727
+ # @return [nil]
728
+ describe 'api_contacts_id_edit_patch test' do
729
+ it 'should work' do
730
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
731
+ end
732
+ end
733
+
734
+ # unit tests for api_contacts_id_edit_put
735
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
736
+ # @param id
737
+ # @param [Hash] opts the optional parameters
738
+ # @return [nil]
739
+ describe 'api_contacts_id_edit_put test' do
740
+ it 'should work' do
741
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
742
+ end
743
+ end
744
+
745
+ # unit tests for api_contacts_id_get
746
+ # Obtains a specific entity as defined by the API URL.
747
+ # @param id
748
+ # @param [Hash] opts the optional parameters
749
+ # @return [nil]
750
+ describe 'api_contacts_id_get test' do
751
+ it 'should work' do
752
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
753
+ end
754
+ end
755
+
756
+ # unit tests for api_contacts_id_notes_get
757
+ # Obtains a list of notes on a specific lead.
758
+ # @param id
759
+ # @param [Hash] opts the optional parameters
760
+ # @return [nil]
761
+ describe 'api_contacts_id_notes_get test' do
762
+ it 'should work' do
763
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
764
+ end
765
+ end
766
+
767
+ # unit tests for api_contacts_id_segments_get
768
+ # Obtains a list of contact segments the contact is in.
769
+ # @param id
770
+ # @param [Hash] opts the optional parameters
771
+ # @return [nil]
772
+ describe 'api_contacts_id_segments_get test' do
773
+ it 'should work' do
774
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
775
+ end
776
+ end
777
+
778
+ # unit tests for api_contacts_id_utm_add_post
779
+ # Adds a UTM Tagset to the contact.
780
+ # @param id
781
+ # @param [Hash] opts the optional parameters
782
+ # @return [nil]
783
+ describe 'api_contacts_id_utm_add_post test' do
784
+ it 'should work' do
785
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
786
+ end
787
+ end
788
+
789
+ # unit tests for api_contacts_id_utm_utmid_remove_post
790
+ # Remove a UTM Tagset for the contact.
791
+ # @param id
792
+ # @param utmid
793
+ # @param [Hash] opts the optional parameters
794
+ # @return [nil]
795
+ describe 'api_contacts_id_utm_utmid_remove_post test' do
796
+ it 'should work' do
797
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
798
+ end
799
+ end
800
+
801
+ # unit tests for api_contacts_lead_id_points_operator_delta_post
802
+ # Subtract points from a lead.
803
+ # @param lead_id
804
+ # @param operator
805
+ # @param delta
806
+ # @param [Hash] opts the optional parameters
807
+ # @return [nil]
808
+ describe 'api_contacts_lead_id_points_operator_delta_post test' do
809
+ it 'should work' do
810
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
811
+ end
812
+ end
813
+
814
+ # unit tests for api_contacts_list_fields_get
815
+ # Obtains a list of custom fields.
816
+ # @param [Hash] opts the optional parameters
817
+ # @return [nil]
818
+ describe 'api_contacts_list_fields_get test' do
819
+ it 'should work' do
820
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
821
+ end
822
+ end
823
+
824
+ # unit tests for api_contacts_list_owners_get
825
+ # Obtains a list of users for lead owner edits.
826
+ # @param [Hash] opts the optional parameters
827
+ # @return [nil]
828
+ describe 'api_contacts_list_owners_get test' do
829
+ it 'should work' do
830
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
831
+ end
832
+ end
833
+
834
+ # unit tests for api_contacts_list_segments_get
835
+ # Obtains a list of smart lists for the user.
836
+ # @param [Hash] opts the optional parameters
837
+ # @return [nil]
838
+ describe 'api_contacts_list_segments_get test' do
839
+ it 'should work' do
840
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
841
+ end
842
+ end
843
+
844
+ # unit tests for api_contacts_new_post
845
+ # Creates a new entity.
846
+ # @param [Hash] opts the optional parameters
847
+ # @return [nil]
848
+ describe 'api_contacts_new_post test' do
849
+ it 'should work' do
850
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
851
+ end
852
+ end
853
+
854
+ # unit tests for api_data_get
855
+ # Obtains a list of available widget types.
856
+ # @param [Hash] opts the optional parameters
857
+ # @return [nil]
858
+ describe 'api_data_get test' do
859
+ it 'should work' do
860
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
861
+ end
862
+ end
863
+
864
+ # unit tests for api_data_type_get
865
+ # Obtains a list of available widget types.
866
+ # @param type
867
+ # @param [Hash] opts the optional parameters
868
+ # @return [nil]
869
+ describe 'api_data_type_get test' do
870
+ it 'should work' do
871
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
872
+ end
873
+ end
874
+
875
+ # unit tests for api_devices_batch_delete_delete
876
+ # Delete a batch of entities.
877
+ # @param [Hash] opts the optional parameters
878
+ # @return [nil]
879
+ describe 'api_devices_batch_delete_delete test' do
880
+ it 'should work' do
881
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
882
+ end
883
+ end
884
+
885
+ # unit tests for api_devices_batch_edit_patch
886
+ # Edit a batch of entities.
887
+ # @param [Hash] opts the optional parameters
888
+ # @return [nil]
889
+ describe 'api_devices_batch_edit_patch test' do
890
+ it 'should work' do
891
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
892
+ end
893
+ end
894
+
895
+ # unit tests for api_devices_batch_edit_put
896
+ # Edit a batch of entities.
897
+ # @param [Hash] opts the optional parameters
898
+ # @return [nil]
899
+ describe 'api_devices_batch_edit_put test' do
900
+ it 'should work' do
901
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
902
+ end
903
+ end
904
+
905
+ # unit tests for api_devices_batch_new_post
906
+ # Create a batch of new entities.
907
+ # @param [Hash] opts the optional parameters
908
+ # @return [nil]
909
+ describe 'api_devices_batch_new_post test' do
910
+ it 'should work' do
911
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
912
+ end
913
+ end
914
+
915
+ # unit tests for api_devices_get
916
+ # Obtains a list of entities as defined by the API URL.
917
+ # @param [Hash] opts the optional parameters
918
+ # @return [nil]
919
+ describe 'api_devices_get test' do
920
+ it 'should work' do
921
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
922
+ end
923
+ end
924
+
925
+ # unit tests for api_devices_id_delete_delete
926
+ # Deletes an entity.
927
+ # @param id
928
+ # @param [Hash] opts the optional parameters
929
+ # @return [nil]
930
+ describe 'api_devices_id_delete_delete test' do
931
+ it 'should work' do
932
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
933
+ end
934
+ end
935
+
936
+ # unit tests for api_devices_id_edit_patch
937
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
938
+ # @param id
939
+ # @param [Hash] opts the optional parameters
940
+ # @return [nil]
941
+ describe 'api_devices_id_edit_patch test' do
942
+ it 'should work' do
943
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
944
+ end
945
+ end
946
+
947
+ # unit tests for api_devices_id_edit_put
948
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
949
+ # @param id
950
+ # @param [Hash] opts the optional parameters
951
+ # @return [nil]
952
+ describe 'api_devices_id_edit_put test' do
953
+ it 'should work' do
954
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
955
+ end
956
+ end
957
+
958
+ # unit tests for api_devices_id_get
959
+ # Obtains a specific entity as defined by the API URL.
960
+ # @param id
961
+ # @param [Hash] opts the optional parameters
962
+ # @return [nil]
963
+ describe 'api_devices_id_get test' do
964
+ it 'should work' do
965
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
966
+ end
967
+ end
968
+
969
+ # unit tests for api_devices_new_post
970
+ # Creates a new entity.
971
+ # @param [Hash] opts the optional parameters
972
+ # @return [nil]
973
+ describe 'api_devices_new_post test' do
974
+ it 'should work' do
975
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
976
+ end
977
+ end
978
+
979
+ # unit tests for api_dynamiccontents_batch_delete_delete
980
+ # Delete a batch of entities.
981
+ # @param [Hash] opts the optional parameters
982
+ # @return [nil]
983
+ describe 'api_dynamiccontents_batch_delete_delete test' do
984
+ it 'should work' do
985
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
986
+ end
987
+ end
988
+
989
+ # unit tests for api_dynamiccontents_batch_edit_patch
990
+ # Edit a batch of entities.
991
+ # @param [Hash] opts the optional parameters
992
+ # @return [nil]
993
+ describe 'api_dynamiccontents_batch_edit_patch test' do
994
+ it 'should work' do
995
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
996
+ end
997
+ end
998
+
999
+ # unit tests for api_dynamiccontents_batch_edit_put
1000
+ # Edit a batch of entities.
1001
+ # @param [Hash] opts the optional parameters
1002
+ # @return [nil]
1003
+ describe 'api_dynamiccontents_batch_edit_put test' do
1004
+ it 'should work' do
1005
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1006
+ end
1007
+ end
1008
+
1009
+ # unit tests for api_dynamiccontents_batch_new_post
1010
+ # Create a batch of new entities.
1011
+ # @param [Hash] opts the optional parameters
1012
+ # @return [nil]
1013
+ describe 'api_dynamiccontents_batch_new_post test' do
1014
+ it 'should work' do
1015
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1016
+ end
1017
+ end
1018
+
1019
+ # unit tests for api_dynamiccontents_get
1020
+ # Obtains a list of entities as defined by the API URL.
1021
+ # @param [Hash] opts the optional parameters
1022
+ # @return [nil]
1023
+ describe 'api_dynamiccontents_get test' do
1024
+ it 'should work' do
1025
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1026
+ end
1027
+ end
1028
+
1029
+ # unit tests for api_dynamiccontents_id_delete_delete
1030
+ # Deletes an entity.
1031
+ # @param id
1032
+ # @param [Hash] opts the optional parameters
1033
+ # @return [nil]
1034
+ describe 'api_dynamiccontents_id_delete_delete test' do
1035
+ it 'should work' do
1036
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1037
+ end
1038
+ end
1039
+
1040
+ # unit tests for api_dynamiccontents_id_edit_patch
1041
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1042
+ # @param id
1043
+ # @param [Hash] opts the optional parameters
1044
+ # @return [nil]
1045
+ describe 'api_dynamiccontents_id_edit_patch test' do
1046
+ it 'should work' do
1047
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1048
+ end
1049
+ end
1050
+
1051
+ # unit tests for api_dynamiccontents_id_edit_put
1052
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1053
+ # @param id
1054
+ # @param [Hash] opts the optional parameters
1055
+ # @return [nil]
1056
+ describe 'api_dynamiccontents_id_edit_put test' do
1057
+ it 'should work' do
1058
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1059
+ end
1060
+ end
1061
+
1062
+ # unit tests for api_dynamiccontents_id_get
1063
+ # Obtains a specific entity as defined by the API URL.
1064
+ # @param id
1065
+ # @param [Hash] opts the optional parameters
1066
+ # @return [nil]
1067
+ describe 'api_dynamiccontents_id_get test' do
1068
+ it 'should work' do
1069
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1070
+ end
1071
+ end
1072
+
1073
+ # unit tests for api_dynamiccontents_new_post
1074
+ # Creates a new entity.
1075
+ # @param [Hash] opts the optional parameters
1076
+ # @return [nil]
1077
+ describe 'api_dynamiccontents_new_post test' do
1078
+ it 'should work' do
1079
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1080
+ end
1081
+ end
1082
+
1083
+ # unit tests for api_emails_batch_delete_delete
1084
+ # Delete a batch of entities.
1085
+ # @param [Hash] opts the optional parameters
1086
+ # @return [nil]
1087
+ describe 'api_emails_batch_delete_delete test' do
1088
+ it 'should work' do
1089
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1090
+ end
1091
+ end
1092
+
1093
+ # unit tests for api_emails_batch_edit_patch
1094
+ # Edit a batch of entities.
1095
+ # @param [Hash] opts the optional parameters
1096
+ # @return [nil]
1097
+ describe 'api_emails_batch_edit_patch test' do
1098
+ it 'should work' do
1099
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1100
+ end
1101
+ end
1102
+
1103
+ # unit tests for api_emails_batch_edit_put
1104
+ # Edit a batch of entities.
1105
+ # @param [Hash] opts the optional parameters
1106
+ # @return [nil]
1107
+ describe 'api_emails_batch_edit_put test' do
1108
+ it 'should work' do
1109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1110
+ end
1111
+ end
1112
+
1113
+ # unit tests for api_emails_batch_new_post
1114
+ # Create a batch of new entities.
1115
+ # @param [Hash] opts the optional parameters
1116
+ # @return [nil]
1117
+ describe 'api_emails_batch_new_post test' do
1118
+ it 'should work' do
1119
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1120
+ end
1121
+ end
1122
+
1123
+ # unit tests for api_emails_get
1124
+ # Obtains a list of emails.
1125
+ # @param [Hash] opts the optional parameters
1126
+ # @return [nil]
1127
+ describe 'api_emails_get test' do
1128
+ it 'should work' do
1129
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1130
+ end
1131
+ end
1132
+
1133
+ # unit tests for api_emails_id_contact_lead_id_send_post
1134
+ # Sends the email to a specific lead.
1135
+ # @param id
1136
+ # @param lead_id
1137
+ # @param [Hash] opts the optional parameters
1138
+ # @return [nil]
1139
+ describe 'api_emails_id_contact_lead_id_send_post test' do
1140
+ it 'should work' do
1141
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1142
+ end
1143
+ end
1144
+
1145
+ # unit tests for api_emails_id_delete_delete
1146
+ # Deletes an entity.
1147
+ # @param id
1148
+ # @param [Hash] opts the optional parameters
1149
+ # @return [nil]
1150
+ describe 'api_emails_id_delete_delete test' do
1151
+ it 'should work' do
1152
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1153
+ end
1154
+ end
1155
+
1156
+ # unit tests for api_emails_id_edit_patch
1157
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1158
+ # @param id
1159
+ # @param [Hash] opts the optional parameters
1160
+ # @return [nil]
1161
+ describe 'api_emails_id_edit_patch test' do
1162
+ it 'should work' do
1163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1164
+ end
1165
+ end
1166
+
1167
+ # unit tests for api_emails_id_edit_put
1168
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1169
+ # @param id
1170
+ # @param [Hash] opts the optional parameters
1171
+ # @return [nil]
1172
+ describe 'api_emails_id_edit_put test' do
1173
+ it 'should work' do
1174
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1175
+ end
1176
+ end
1177
+
1178
+ # unit tests for api_emails_id_get
1179
+ # Obtains a specific entity as defined by the API URL.
1180
+ # @param id
1181
+ # @param [Hash] opts the optional parameters
1182
+ # @return [nil]
1183
+ describe 'api_emails_id_get test' do
1184
+ it 'should work' do
1185
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1186
+ end
1187
+ end
1188
+
1189
+ # unit tests for api_emails_id_send_post
1190
+ # Sends the email to it's assigned lists.
1191
+ # @param id
1192
+ # @param [Hash] opts the optional parameters
1193
+ # @return [nil]
1194
+ describe 'api_emails_id_send_post test' do
1195
+ it 'should work' do
1196
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1197
+ end
1198
+ end
1199
+
1200
+ # unit tests for api_emails_new_post
1201
+ # Creates a new entity.
1202
+ # @param [Hash] opts the optional parameters
1203
+ # @return [nil]
1204
+ describe 'api_emails_new_post test' do
1205
+ it 'should work' do
1206
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1207
+ end
1208
+ end
1209
+
1210
+ # unit tests for api_fields_object_batch_delete_delete
1211
+ # Delete a batch of entities.
1212
+ # @param object
1213
+ # @param [Hash] opts the optional parameters
1214
+ # @return [nil]
1215
+ describe 'api_fields_object_batch_delete_delete test' do
1216
+ it 'should work' do
1217
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1218
+ end
1219
+ end
1220
+
1221
+ # unit tests for api_fields_object_batch_edit_patch
1222
+ # Edit a batch of entities.
1223
+ # @param object
1224
+ # @param [Hash] opts the optional parameters
1225
+ # @return [nil]
1226
+ describe 'api_fields_object_batch_edit_patch test' do
1227
+ it 'should work' do
1228
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1229
+ end
1230
+ end
1231
+
1232
+ # unit tests for api_fields_object_batch_edit_put
1233
+ # Edit a batch of entities.
1234
+ # @param object
1235
+ # @param [Hash] opts the optional parameters
1236
+ # @return [nil]
1237
+ describe 'api_fields_object_batch_edit_put test' do
1238
+ it 'should work' do
1239
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1240
+ end
1241
+ end
1242
+
1243
+ # unit tests for api_fields_object_batch_new_post
1244
+ # Create a batch of new entities.
1245
+ # @param object
1246
+ # @param [Hash] opts the optional parameters
1247
+ # @return [nil]
1248
+ describe 'api_fields_object_batch_new_post test' do
1249
+ it 'should work' do
1250
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1251
+ end
1252
+ end
1253
+
1254
+ # unit tests for api_fields_object_get
1255
+ # Obtains a list of entities as defined by the API URL.
1256
+ # @param object
1257
+ # @param [Hash] opts the optional parameters
1258
+ # @return [nil]
1259
+ describe 'api_fields_object_get test' do
1260
+ it 'should work' do
1261
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1262
+ end
1263
+ end
1264
+
1265
+ # unit tests for api_fields_object_id_delete_delete
1266
+ # Deletes an entity.
1267
+ # @param object
1268
+ # @param id
1269
+ # @param [Hash] opts the optional parameters
1270
+ # @return [nil]
1271
+ describe 'api_fields_object_id_delete_delete test' do
1272
+ it 'should work' do
1273
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1274
+ end
1275
+ end
1276
+
1277
+ # unit tests for api_fields_object_id_edit_patch
1278
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1279
+ # @param object
1280
+ # @param id
1281
+ # @param [Hash] opts the optional parameters
1282
+ # @return [nil]
1283
+ describe 'api_fields_object_id_edit_patch test' do
1284
+ it 'should work' do
1285
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1286
+ end
1287
+ end
1288
+
1289
+ # unit tests for api_fields_object_id_edit_put
1290
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1291
+ # @param object
1292
+ # @param id
1293
+ # @param [Hash] opts the optional parameters
1294
+ # @return [nil]
1295
+ describe 'api_fields_object_id_edit_put test' do
1296
+ it 'should work' do
1297
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1298
+ end
1299
+ end
1300
+
1301
+ # unit tests for api_fields_object_id_get
1302
+ # Obtains a specific entity as defined by the API URL.
1303
+ # @param object
1304
+ # @param id
1305
+ # @param [Hash] opts the optional parameters
1306
+ # @return [nil]
1307
+ describe 'api_fields_object_id_get test' do
1308
+ it 'should work' do
1309
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1310
+ end
1311
+ end
1312
+
1313
+ # unit tests for api_fields_object_new_post
1314
+ # Creates a new entity.
1315
+ # @param object
1316
+ # @param [Hash] opts the optional parameters
1317
+ # @return [nil]
1318
+ describe 'api_fields_object_new_post test' do
1319
+ it 'should work' do
1320
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1321
+ end
1322
+ end
1323
+
1324
+ # unit tests for api_files_dir_file_delete_delete
1325
+ # Delete a file from /media directory.
1326
+ # @param dir
1327
+ # @param file
1328
+ # @param [Hash] opts the optional parameters
1329
+ # @return [nil]
1330
+ describe 'api_files_dir_file_delete_delete test' do
1331
+ it 'should work' do
1332
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1333
+ end
1334
+ end
1335
+
1336
+ # unit tests for api_files_dir_get
1337
+ # List the files in /media directory.
1338
+ # @param dir
1339
+ # @param [Hash] opts the optional parameters
1340
+ # @return [nil]
1341
+ describe 'api_files_dir_get test' do
1342
+ it 'should work' do
1343
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1344
+ end
1345
+ end
1346
+
1347
+ # unit tests for api_files_dir_new_post
1348
+ # Uploads a file.
1349
+ # @param dir
1350
+ # @param [Hash] opts the optional parameters
1351
+ # @return [nil]
1352
+ describe 'api_files_dir_new_post test' do
1353
+ it 'should work' do
1354
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1355
+ end
1356
+ end
1357
+
1358
+ # unit tests for api_focus_batch_delete_delete
1359
+ # Delete a batch of entities.
1360
+ # @param [Hash] opts the optional parameters
1361
+ # @return [nil]
1362
+ describe 'api_focus_batch_delete_delete test' do
1363
+ it 'should work' do
1364
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1365
+ end
1366
+ end
1367
+
1368
+ # unit tests for api_focus_batch_edit_patch
1369
+ # Edit a batch of entities.
1370
+ # @param [Hash] opts the optional parameters
1371
+ # @return [nil]
1372
+ describe 'api_focus_batch_edit_patch test' do
1373
+ it 'should work' do
1374
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1375
+ end
1376
+ end
1377
+
1378
+ # unit tests for api_focus_batch_edit_put
1379
+ # Edit a batch of entities.
1380
+ # @param [Hash] opts the optional parameters
1381
+ # @return [nil]
1382
+ describe 'api_focus_batch_edit_put test' do
1383
+ it 'should work' do
1384
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1385
+ end
1386
+ end
1387
+
1388
+ # unit tests for api_focus_batch_new_post
1389
+ # Create a batch of new entities.
1390
+ # @param [Hash] opts the optional parameters
1391
+ # @return [nil]
1392
+ describe 'api_focus_batch_new_post test' do
1393
+ it 'should work' do
1394
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1395
+ end
1396
+ end
1397
+
1398
+ # unit tests for api_focus_get
1399
+ # Obtains a list of entities as defined by the API URL.
1400
+ # @param [Hash] opts the optional parameters
1401
+ # @return [nil]
1402
+ describe 'api_focus_get test' do
1403
+ it 'should work' do
1404
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1405
+ end
1406
+ end
1407
+
1408
+ # unit tests for api_focus_id_delete_delete
1409
+ # Deletes an entity.
1410
+ # @param id
1411
+ # @param [Hash] opts the optional parameters
1412
+ # @return [nil]
1413
+ describe 'api_focus_id_delete_delete test' do
1414
+ it 'should work' do
1415
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1416
+ end
1417
+ end
1418
+
1419
+ # unit tests for api_focus_id_edit_patch
1420
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1421
+ # @param id
1422
+ # @param [Hash] opts the optional parameters
1423
+ # @return [nil]
1424
+ describe 'api_focus_id_edit_patch test' do
1425
+ it 'should work' do
1426
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1427
+ end
1428
+ end
1429
+
1430
+ # unit tests for api_focus_id_edit_put
1431
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1432
+ # @param id
1433
+ # @param [Hash] opts the optional parameters
1434
+ # @return [nil]
1435
+ describe 'api_focus_id_edit_put test' do
1436
+ it 'should work' do
1437
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1438
+ end
1439
+ end
1440
+
1441
+ # unit tests for api_focus_id_get
1442
+ # Obtains a specific entity as defined by the API URL.
1443
+ # @param id
1444
+ # @param [Hash] opts the optional parameters
1445
+ # @return [nil]
1446
+ describe 'api_focus_id_get test' do
1447
+ it 'should work' do
1448
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1449
+ end
1450
+ end
1451
+
1452
+ # unit tests for api_focus_id_js_post
1453
+ # @param id
1454
+ # @param [Hash] opts the optional parameters
1455
+ # @return [nil]
1456
+ describe 'api_focus_id_js_post test' do
1457
+ it 'should work' do
1458
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1459
+ end
1460
+ end
1461
+
1462
+ # unit tests for api_focus_new_post
1463
+ # Creates a new entity.
1464
+ # @param [Hash] opts the optional parameters
1465
+ # @return [nil]
1466
+ describe 'api_focus_new_post test' do
1467
+ it 'should work' do
1468
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1469
+ end
1470
+ end
1471
+
1472
+ # unit tests for api_forms_batch_delete_delete
1473
+ # Delete a batch of entities.
1474
+ # @param [Hash] opts the optional parameters
1475
+ # @return [nil]
1476
+ describe 'api_forms_batch_delete_delete test' do
1477
+ it 'should work' do
1478
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1479
+ end
1480
+ end
1481
+
1482
+ # unit tests for api_forms_batch_edit_patch
1483
+ # Edit a batch of entities.
1484
+ # @param [Hash] opts the optional parameters
1485
+ # @return [nil]
1486
+ describe 'api_forms_batch_edit_patch test' do
1487
+ it 'should work' do
1488
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1489
+ end
1490
+ end
1491
+
1492
+ # unit tests for api_forms_batch_edit_put
1493
+ # Edit a batch of entities.
1494
+ # @param [Hash] opts the optional parameters
1495
+ # @return [nil]
1496
+ describe 'api_forms_batch_edit_put test' do
1497
+ it 'should work' do
1498
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1499
+ end
1500
+ end
1501
+
1502
+ # unit tests for api_forms_batch_new_post
1503
+ # Create a batch of new entities.
1504
+ # @param [Hash] opts the optional parameters
1505
+ # @return [nil]
1506
+ describe 'api_forms_batch_new_post test' do
1507
+ it 'should work' do
1508
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1509
+ end
1510
+ end
1511
+
1512
+ # unit tests for api_forms_form_id_actions_delete_delete
1513
+ # Delete fields from a form.
1514
+ # @param form_id
1515
+ # @param [Hash] opts the optional parameters
1516
+ # @return [nil]
1517
+ describe 'api_forms_form_id_actions_delete_delete test' do
1518
+ it 'should work' do
1519
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1520
+ end
1521
+ end
1522
+
1523
+ # unit tests for api_forms_form_id_fields_delete_delete
1524
+ # Delete fields from a form.
1525
+ # @param form_id
1526
+ # @param [Hash] opts the optional parameters
1527
+ # @return [nil]
1528
+ describe 'api_forms_form_id_fields_delete_delete test' do
1529
+ it 'should work' do
1530
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1531
+ end
1532
+ end
1533
+
1534
+ # unit tests for api_forms_form_id_submissions_contact_contact_id_get
1535
+ # Obtains a list of entities for specific form and contact.
1536
+ # @param form_id
1537
+ # @param contact_id
1538
+ # @param [Hash] opts the optional parameters
1539
+ # @return [nil]
1540
+ describe 'api_forms_form_id_submissions_contact_contact_id_get test' do
1541
+ it 'should work' do
1542
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1543
+ end
1544
+ end
1545
+
1546
+ # unit tests for api_forms_form_id_submissions_get
1547
+ # Obtains a list of entities as defined by the API URL.
1548
+ # @param form_id
1549
+ # @param [Hash] opts the optional parameters
1550
+ # @return [nil]
1551
+ describe 'api_forms_form_id_submissions_get test' do
1552
+ it 'should work' do
1553
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1554
+ end
1555
+ end
1556
+
1557
+ # unit tests for api_forms_form_id_submissions_submission_id_get
1558
+ # Obtains a specific entity as defined by the API URL.
1559
+ # @param form_id
1560
+ # @param submission_id
1561
+ # @param [Hash] opts the optional parameters
1562
+ # @return [nil]
1563
+ describe 'api_forms_form_id_submissions_submission_id_get test' do
1564
+ it 'should work' do
1565
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1566
+ end
1567
+ end
1568
+
1569
+ # unit tests for api_forms_get
1570
+ # Obtains a list of entities as defined by the API URL.
1571
+ # @param [Hash] opts the optional parameters
1572
+ # @return [nil]
1573
+ describe 'api_forms_get test' do
1574
+ it 'should work' do
1575
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1576
+ end
1577
+ end
1578
+
1579
+ # unit tests for api_forms_id_delete_delete
1580
+ # Deletes an entity.
1581
+ # @param id
1582
+ # @param [Hash] opts the optional parameters
1583
+ # @return [nil]
1584
+ describe 'api_forms_id_delete_delete test' do
1585
+ it 'should work' do
1586
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1587
+ end
1588
+ end
1589
+
1590
+ # unit tests for api_forms_id_edit_patch
1591
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1592
+ # @param id
1593
+ # @param [Hash] opts the optional parameters
1594
+ # @return [nil]
1595
+ describe 'api_forms_id_edit_patch test' do
1596
+ it 'should work' do
1597
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1598
+ end
1599
+ end
1600
+
1601
+ # unit tests for api_forms_id_edit_put
1602
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1603
+ # @param id
1604
+ # @param [Hash] opts the optional parameters
1605
+ # @return [nil]
1606
+ describe 'api_forms_id_edit_put test' do
1607
+ it 'should work' do
1608
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1609
+ end
1610
+ end
1611
+
1612
+ # unit tests for api_forms_id_get
1613
+ # Obtains a specific entity as defined by the API URL.
1614
+ # @param id
1615
+ # @param [Hash] opts the optional parameters
1616
+ # @return [nil]
1617
+ describe 'api_forms_id_get test' do
1618
+ it 'should work' do
1619
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1620
+ end
1621
+ end
1622
+
1623
+ # unit tests for api_forms_new_post
1624
+ # Creates a new entity.
1625
+ # @param [Hash] opts the optional parameters
1626
+ # @return [nil]
1627
+ describe 'api_forms_new_post test' do
1628
+ it 'should work' do
1629
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1630
+ end
1631
+ end
1632
+
1633
+ # unit tests for api_hooks_batch_delete_delete
1634
+ # Delete a batch of entities.
1635
+ # @param [Hash] opts the optional parameters
1636
+ # @return [nil]
1637
+ describe 'api_hooks_batch_delete_delete test' do
1638
+ it 'should work' do
1639
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1640
+ end
1641
+ end
1642
+
1643
+ # unit tests for api_hooks_batch_edit_patch
1644
+ # Edit a batch of entities.
1645
+ # @param [Hash] opts the optional parameters
1646
+ # @return [nil]
1647
+ describe 'api_hooks_batch_edit_patch test' do
1648
+ it 'should work' do
1649
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1650
+ end
1651
+ end
1652
+
1653
+ # unit tests for api_hooks_batch_edit_put
1654
+ # Edit a batch of entities.
1655
+ # @param [Hash] opts the optional parameters
1656
+ # @return [nil]
1657
+ describe 'api_hooks_batch_edit_put test' do
1658
+ it 'should work' do
1659
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1660
+ end
1661
+ end
1662
+
1663
+ # unit tests for api_hooks_batch_new_post
1664
+ # Create a batch of new entities.
1665
+ # @param [Hash] opts the optional parameters
1666
+ # @return [nil]
1667
+ describe 'api_hooks_batch_new_post test' do
1668
+ it 'should work' do
1669
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1670
+ end
1671
+ end
1672
+
1673
+ # unit tests for api_hooks_get
1674
+ # Obtains a list of entities as defined by the API URL.
1675
+ # @param [Hash] opts the optional parameters
1676
+ # @return [nil]
1677
+ describe 'api_hooks_get test' do
1678
+ it 'should work' do
1679
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1680
+ end
1681
+ end
1682
+
1683
+ # unit tests for api_hooks_id_delete_delete
1684
+ # Deletes an entity.
1685
+ # @param id
1686
+ # @param [Hash] opts the optional parameters
1687
+ # @return [nil]
1688
+ describe 'api_hooks_id_delete_delete test' do
1689
+ it 'should work' do
1690
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1691
+ end
1692
+ end
1693
+
1694
+ # unit tests for api_hooks_id_edit_patch
1695
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1696
+ # @param id
1697
+ # @param [Hash] opts the optional parameters
1698
+ # @return [nil]
1699
+ describe 'api_hooks_id_edit_patch test' do
1700
+ it 'should work' do
1701
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1702
+ end
1703
+ end
1704
+
1705
+ # unit tests for api_hooks_id_edit_put
1706
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1707
+ # @param id
1708
+ # @param [Hash] opts the optional parameters
1709
+ # @return [nil]
1710
+ describe 'api_hooks_id_edit_put test' do
1711
+ it 'should work' do
1712
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1713
+ end
1714
+ end
1715
+
1716
+ # unit tests for api_hooks_id_get
1717
+ # Obtains a specific entity as defined by the API URL.
1718
+ # @param id
1719
+ # @param [Hash] opts the optional parameters
1720
+ # @return [nil]
1721
+ describe 'api_hooks_id_get test' do
1722
+ it 'should work' do
1723
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1724
+ end
1725
+ end
1726
+
1727
+ # unit tests for api_hooks_new_post
1728
+ # Creates a new entity.
1729
+ # @param [Hash] opts the optional parameters
1730
+ # @return [nil]
1731
+ describe 'api_hooks_new_post test' do
1732
+ it 'should work' do
1733
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1734
+ end
1735
+ end
1736
+
1737
+ # unit tests for api_hooks_triggers_get
1738
+ # @param [Hash] opts the optional parameters
1739
+ # @return [nil]
1740
+ describe 'api_hooks_triggers_get test' do
1741
+ it 'should work' do
1742
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1743
+ end
1744
+ end
1745
+
1746
+ # unit tests for api_messages_batch_delete_delete
1747
+ # Delete a batch of entities.
1748
+ # @param [Hash] opts the optional parameters
1749
+ # @return [nil]
1750
+ describe 'api_messages_batch_delete_delete test' do
1751
+ it 'should work' do
1752
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1753
+ end
1754
+ end
1755
+
1756
+ # unit tests for api_messages_batch_edit_patch
1757
+ # Edit a batch of entities.
1758
+ # @param [Hash] opts the optional parameters
1759
+ # @return [nil]
1760
+ describe 'api_messages_batch_edit_patch test' do
1761
+ it 'should work' do
1762
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1763
+ end
1764
+ end
1765
+
1766
+ # unit tests for api_messages_batch_edit_put
1767
+ # Edit a batch of entities.
1768
+ # @param [Hash] opts the optional parameters
1769
+ # @return [nil]
1770
+ describe 'api_messages_batch_edit_put test' do
1771
+ it 'should work' do
1772
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1773
+ end
1774
+ end
1775
+
1776
+ # unit tests for api_messages_batch_new_post
1777
+ # Create a batch of new entities.
1778
+ # @param [Hash] opts the optional parameters
1779
+ # @return [nil]
1780
+ describe 'api_messages_batch_new_post test' do
1781
+ it 'should work' do
1782
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1783
+ end
1784
+ end
1785
+
1786
+ # unit tests for api_messages_get
1787
+ # Obtains a list of entities as defined by the API URL.
1788
+ # @param [Hash] opts the optional parameters
1789
+ # @return [nil]
1790
+ describe 'api_messages_get test' do
1791
+ it 'should work' do
1792
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1793
+ end
1794
+ end
1795
+
1796
+ # unit tests for api_messages_id_delete_delete
1797
+ # Deletes an entity.
1798
+ # @param id
1799
+ # @param [Hash] opts the optional parameters
1800
+ # @return [nil]
1801
+ describe 'api_messages_id_delete_delete test' do
1802
+ it 'should work' do
1803
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1804
+ end
1805
+ end
1806
+
1807
+ # unit tests for api_messages_id_edit_patch
1808
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1809
+ # @param id
1810
+ # @param [Hash] opts the optional parameters
1811
+ # @return [nil]
1812
+ describe 'api_messages_id_edit_patch test' do
1813
+ it 'should work' do
1814
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1815
+ end
1816
+ end
1817
+
1818
+ # unit tests for api_messages_id_edit_put
1819
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1820
+ # @param id
1821
+ # @param [Hash] opts the optional parameters
1822
+ # @return [nil]
1823
+ describe 'api_messages_id_edit_put test' do
1824
+ it 'should work' do
1825
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1826
+ end
1827
+ end
1828
+
1829
+ # unit tests for api_messages_id_get
1830
+ # Obtains a specific entity as defined by the API URL.
1831
+ # @param id
1832
+ # @param [Hash] opts the optional parameters
1833
+ # @return [nil]
1834
+ describe 'api_messages_id_get test' do
1835
+ it 'should work' do
1836
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1837
+ end
1838
+ end
1839
+
1840
+ # unit tests for api_messages_new_post
1841
+ # Creates a new entity.
1842
+ # @param [Hash] opts the optional parameters
1843
+ # @return [nil]
1844
+ describe 'api_messages_new_post test' do
1845
+ it 'should work' do
1846
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1847
+ end
1848
+ end
1849
+
1850
+ # unit tests for api_notes_batch_delete_delete
1851
+ # Delete a batch of entities.
1852
+ # @param [Hash] opts the optional parameters
1853
+ # @return [nil]
1854
+ describe 'api_notes_batch_delete_delete test' do
1855
+ it 'should work' do
1856
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1857
+ end
1858
+ end
1859
+
1860
+ # unit tests for api_notes_batch_edit_patch
1861
+ # Edit a batch of entities.
1862
+ # @param [Hash] opts the optional parameters
1863
+ # @return [nil]
1864
+ describe 'api_notes_batch_edit_patch test' do
1865
+ it 'should work' do
1866
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1867
+ end
1868
+ end
1869
+
1870
+ # unit tests for api_notes_batch_edit_put
1871
+ # Edit a batch of entities.
1872
+ # @param [Hash] opts the optional parameters
1873
+ # @return [nil]
1874
+ describe 'api_notes_batch_edit_put test' do
1875
+ it 'should work' do
1876
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1877
+ end
1878
+ end
1879
+
1880
+ # unit tests for api_notes_batch_new_post
1881
+ # Create a batch of new entities.
1882
+ # @param [Hash] opts the optional parameters
1883
+ # @return [nil]
1884
+ describe 'api_notes_batch_new_post test' do
1885
+ it 'should work' do
1886
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1887
+ end
1888
+ end
1889
+
1890
+ # unit tests for api_notes_get
1891
+ # Obtains a list of entities as defined by the API URL.
1892
+ # @param [Hash] opts the optional parameters
1893
+ # @return [nil]
1894
+ describe 'api_notes_get test' do
1895
+ it 'should work' do
1896
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1897
+ end
1898
+ end
1899
+
1900
+ # unit tests for api_notes_id_delete_delete
1901
+ # Deletes an entity.
1902
+ # @param id
1903
+ # @param [Hash] opts the optional parameters
1904
+ # @return [nil]
1905
+ describe 'api_notes_id_delete_delete test' do
1906
+ it 'should work' do
1907
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1908
+ end
1909
+ end
1910
+
1911
+ # unit tests for api_notes_id_edit_patch
1912
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1913
+ # @param id
1914
+ # @param [Hash] opts the optional parameters
1915
+ # @return [nil]
1916
+ describe 'api_notes_id_edit_patch test' do
1917
+ it 'should work' do
1918
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1919
+ end
1920
+ end
1921
+
1922
+ # unit tests for api_notes_id_edit_put
1923
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
1924
+ # @param id
1925
+ # @param [Hash] opts the optional parameters
1926
+ # @return [nil]
1927
+ describe 'api_notes_id_edit_put test' do
1928
+ it 'should work' do
1929
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1930
+ end
1931
+ end
1932
+
1933
+ # unit tests for api_notes_id_get
1934
+ # Obtains a specific entity as defined by the API URL.
1935
+ # @param id
1936
+ # @param [Hash] opts the optional parameters
1937
+ # @return [nil]
1938
+ describe 'api_notes_id_get test' do
1939
+ it 'should work' do
1940
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1941
+ end
1942
+ end
1943
+
1944
+ # unit tests for api_notes_new_post
1945
+ # Creates a new entity.
1946
+ # @param [Hash] opts the optional parameters
1947
+ # @return [nil]
1948
+ describe 'api_notes_new_post test' do
1949
+ it 'should work' do
1950
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1951
+ end
1952
+ end
1953
+
1954
+ # unit tests for api_notifications_batch_delete_delete
1955
+ # Delete a batch of entities.
1956
+ # @param [Hash] opts the optional parameters
1957
+ # @return [nil]
1958
+ describe 'api_notifications_batch_delete_delete test' do
1959
+ it 'should work' do
1960
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1961
+ end
1962
+ end
1963
+
1964
+ # unit tests for api_notifications_batch_edit_patch
1965
+ # Edit a batch of entities.
1966
+ # @param [Hash] opts the optional parameters
1967
+ # @return [nil]
1968
+ describe 'api_notifications_batch_edit_patch test' do
1969
+ it 'should work' do
1970
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1971
+ end
1972
+ end
1973
+
1974
+ # unit tests for api_notifications_batch_edit_put
1975
+ # Edit a batch of entities.
1976
+ # @param [Hash] opts the optional parameters
1977
+ # @return [nil]
1978
+ describe 'api_notifications_batch_edit_put test' do
1979
+ it 'should work' do
1980
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1981
+ end
1982
+ end
1983
+
1984
+ # unit tests for api_notifications_batch_new_post
1985
+ # Create a batch of new entities.
1986
+ # @param [Hash] opts the optional parameters
1987
+ # @return [nil]
1988
+ describe 'api_notifications_batch_new_post test' do
1989
+ it 'should work' do
1990
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1991
+ end
1992
+ end
1993
+
1994
+ # unit tests for api_notifications_get
1995
+ # Obtains a list of entities as defined by the API URL.
1996
+ # @param [Hash] opts the optional parameters
1997
+ # @return [nil]
1998
+ describe 'api_notifications_get test' do
1999
+ it 'should work' do
2000
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2001
+ end
2002
+ end
2003
+
2004
+ # unit tests for api_notifications_id_delete_delete
2005
+ # Deletes an entity.
2006
+ # @param id
2007
+ # @param [Hash] opts the optional parameters
2008
+ # @return [nil]
2009
+ describe 'api_notifications_id_delete_delete test' do
2010
+ it 'should work' do
2011
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2012
+ end
2013
+ end
2014
+
2015
+ # unit tests for api_notifications_id_edit_patch
2016
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2017
+ # @param id
2018
+ # @param [Hash] opts the optional parameters
2019
+ # @return [nil]
2020
+ describe 'api_notifications_id_edit_patch test' do
2021
+ it 'should work' do
2022
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2023
+ end
2024
+ end
2025
+
2026
+ # unit tests for api_notifications_id_edit_put
2027
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2028
+ # @param id
2029
+ # @param [Hash] opts the optional parameters
2030
+ # @return [nil]
2031
+ describe 'api_notifications_id_edit_put test' do
2032
+ it 'should work' do
2033
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2034
+ end
2035
+ end
2036
+
2037
+ # unit tests for api_notifications_id_get
2038
+ # Obtains a specific entity as defined by the API URL.
2039
+ # @param id
2040
+ # @param [Hash] opts the optional parameters
2041
+ # @return [nil]
2042
+ describe 'api_notifications_id_get test' do
2043
+ it 'should work' do
2044
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2045
+ end
2046
+ end
2047
+
2048
+ # unit tests for api_notifications_new_post
2049
+ # Creates a new entity.
2050
+ # @param [Hash] opts the optional parameters
2051
+ # @return [nil]
2052
+ describe 'api_notifications_new_post test' do
2053
+ it 'should work' do
2054
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2055
+ end
2056
+ end
2057
+
2058
+ # unit tests for api_pages_batch_delete_delete
2059
+ # Delete a batch of entities.
2060
+ # @param [Hash] opts the optional parameters
2061
+ # @return [nil]
2062
+ describe 'api_pages_batch_delete_delete test' do
2063
+ it 'should work' do
2064
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2065
+ end
2066
+ end
2067
+
2068
+ # unit tests for api_pages_batch_edit_patch
2069
+ # Edit a batch of entities.
2070
+ # @param [Hash] opts the optional parameters
2071
+ # @return [nil]
2072
+ describe 'api_pages_batch_edit_patch test' do
2073
+ it 'should work' do
2074
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2075
+ end
2076
+ end
2077
+
2078
+ # unit tests for api_pages_batch_edit_put
2079
+ # Edit a batch of entities.
2080
+ # @param [Hash] opts the optional parameters
2081
+ # @return [nil]
2082
+ describe 'api_pages_batch_edit_put test' do
2083
+ it 'should work' do
2084
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2085
+ end
2086
+ end
2087
+
2088
+ # unit tests for api_pages_batch_new_post
2089
+ # Create a batch of new entities.
2090
+ # @param [Hash] opts the optional parameters
2091
+ # @return [nil]
2092
+ describe 'api_pages_batch_new_post test' do
2093
+ it 'should work' do
2094
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2095
+ end
2096
+ end
2097
+
2098
+ # unit tests for api_pages_get
2099
+ # Obtains a list of pages.
2100
+ # @param [Hash] opts the optional parameters
2101
+ # @return [nil]
2102
+ describe 'api_pages_get test' do
2103
+ it 'should work' do
2104
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2105
+ end
2106
+ end
2107
+
2108
+ # unit tests for api_pages_id_delete_delete
2109
+ # Deletes an entity.
2110
+ # @param id
2111
+ # @param [Hash] opts the optional parameters
2112
+ # @return [nil]
2113
+ describe 'api_pages_id_delete_delete test' do
2114
+ it 'should work' do
2115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2116
+ end
2117
+ end
2118
+
2119
+ # unit tests for api_pages_id_edit_patch
2120
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2121
+ # @param id
2122
+ # @param [Hash] opts the optional parameters
2123
+ # @return [nil]
2124
+ describe 'api_pages_id_edit_patch test' do
2125
+ it 'should work' do
2126
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2127
+ end
2128
+ end
2129
+
2130
+ # unit tests for api_pages_id_edit_put
2131
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2132
+ # @param id
2133
+ # @param [Hash] opts the optional parameters
2134
+ # @return [nil]
2135
+ describe 'api_pages_id_edit_put test' do
2136
+ it 'should work' do
2137
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2138
+ end
2139
+ end
2140
+
2141
+ # unit tests for api_pages_id_get
2142
+ # Obtains a specific entity as defined by the API URL.
2143
+ # @param id
2144
+ # @param [Hash] opts the optional parameters
2145
+ # @return [nil]
2146
+ describe 'api_pages_id_get test' do
2147
+ it 'should work' do
2148
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2149
+ end
2150
+ end
2151
+
2152
+ # unit tests for api_pages_new_post
2153
+ # Creates a new entity.
2154
+ # @param [Hash] opts the optional parameters
2155
+ # @return [nil]
2156
+ describe 'api_pages_new_post test' do
2157
+ it 'should work' do
2158
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2159
+ end
2160
+ end
2161
+
2162
+ # unit tests for api_points_actions_types_get
2163
+ # Return array of available point action types.
2164
+ # @param [Hash] opts the optional parameters
2165
+ # @return [nil]
2166
+ describe 'api_points_actions_types_get test' do
2167
+ it 'should work' do
2168
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2169
+ end
2170
+ end
2171
+
2172
+ # unit tests for api_points_batch_delete_delete
2173
+ # Delete a batch of entities.
2174
+ # @param [Hash] opts the optional parameters
2175
+ # @return [nil]
2176
+ describe 'api_points_batch_delete_delete test' do
2177
+ it 'should work' do
2178
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2179
+ end
2180
+ end
2181
+
2182
+ # unit tests for api_points_batch_edit_patch
2183
+ # Edit a batch of entities.
2184
+ # @param [Hash] opts the optional parameters
2185
+ # @return [nil]
2186
+ describe 'api_points_batch_edit_patch test' do
2187
+ it 'should work' do
2188
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2189
+ end
2190
+ end
2191
+
2192
+ # unit tests for api_points_batch_edit_put
2193
+ # Edit a batch of entities.
2194
+ # @param [Hash] opts the optional parameters
2195
+ # @return [nil]
2196
+ describe 'api_points_batch_edit_put test' do
2197
+ it 'should work' do
2198
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2199
+ end
2200
+ end
2201
+
2202
+ # unit tests for api_points_batch_new_post
2203
+ # Create a batch of new entities.
2204
+ # @param [Hash] opts the optional parameters
2205
+ # @return [nil]
2206
+ describe 'api_points_batch_new_post test' do
2207
+ it 'should work' do
2208
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2209
+ end
2210
+ end
2211
+
2212
+ # unit tests for api_points_get
2213
+ # Obtains a list of entities as defined by the API URL.
2214
+ # @param [Hash] opts the optional parameters
2215
+ # @return [nil]
2216
+ describe 'api_points_get test' do
2217
+ it 'should work' do
2218
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2219
+ end
2220
+ end
2221
+
2222
+ # unit tests for api_points_id_delete_delete
2223
+ # Deletes an entity.
2224
+ # @param id
2225
+ # @param [Hash] opts the optional parameters
2226
+ # @return [nil]
2227
+ describe 'api_points_id_delete_delete test' do
2228
+ it 'should work' do
2229
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2230
+ end
2231
+ end
2232
+
2233
+ # unit tests for api_points_id_edit_patch
2234
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2235
+ # @param id
2236
+ # @param [Hash] opts the optional parameters
2237
+ # @return [nil]
2238
+ describe 'api_points_id_edit_patch test' do
2239
+ it 'should work' do
2240
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2241
+ end
2242
+ end
2243
+
2244
+ # unit tests for api_points_id_edit_put
2245
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2246
+ # @param id
2247
+ # @param [Hash] opts the optional parameters
2248
+ # @return [nil]
2249
+ describe 'api_points_id_edit_put test' do
2250
+ it 'should work' do
2251
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2252
+ end
2253
+ end
2254
+
2255
+ # unit tests for api_points_id_get
2256
+ # Obtains a specific entity as defined by the API URL.
2257
+ # @param id
2258
+ # @param [Hash] opts the optional parameters
2259
+ # @return [nil]
2260
+ describe 'api_points_id_get test' do
2261
+ it 'should work' do
2262
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2263
+ end
2264
+ end
2265
+
2266
+ # unit tests for api_points_new_post
2267
+ # Creates a new entity.
2268
+ # @param [Hash] opts the optional parameters
2269
+ # @return [nil]
2270
+ describe 'api_points_new_post test' do
2271
+ it 'should work' do
2272
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2273
+ end
2274
+ end
2275
+
2276
+ # unit tests for api_points_triggers_batch_delete_delete
2277
+ # Delete a batch of entities.
2278
+ # @param [Hash] opts the optional parameters
2279
+ # @return [nil]
2280
+ describe 'api_points_triggers_batch_delete_delete test' do
2281
+ it 'should work' do
2282
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2283
+ end
2284
+ end
2285
+
2286
+ # unit tests for api_points_triggers_batch_edit_patch
2287
+ # Edit a batch of entities.
2288
+ # @param [Hash] opts the optional parameters
2289
+ # @return [nil]
2290
+ describe 'api_points_triggers_batch_edit_patch test' do
2291
+ it 'should work' do
2292
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2293
+ end
2294
+ end
2295
+
2296
+ # unit tests for api_points_triggers_batch_edit_put
2297
+ # Edit a batch of entities.
2298
+ # @param [Hash] opts the optional parameters
2299
+ # @return [nil]
2300
+ describe 'api_points_triggers_batch_edit_put test' do
2301
+ it 'should work' do
2302
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2303
+ end
2304
+ end
2305
+
2306
+ # unit tests for api_points_triggers_batch_new_post
2307
+ # Create a batch of new entities.
2308
+ # @param [Hash] opts the optional parameters
2309
+ # @return [nil]
2310
+ describe 'api_points_triggers_batch_new_post test' do
2311
+ it 'should work' do
2312
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2313
+ end
2314
+ end
2315
+
2316
+ # unit tests for api_points_triggers_events_types_get
2317
+ # Return array of available point trigger event types.
2318
+ # @param [Hash] opts the optional parameters
2319
+ # @return [nil]
2320
+ describe 'api_points_triggers_events_types_get test' do
2321
+ it 'should work' do
2322
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2323
+ end
2324
+ end
2325
+
2326
+ # unit tests for api_points_triggers_get
2327
+ # Obtains a list of entities as defined by the API URL.
2328
+ # @param [Hash] opts the optional parameters
2329
+ # @return [nil]
2330
+ describe 'api_points_triggers_get test' do
2331
+ it 'should work' do
2332
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2333
+ end
2334
+ end
2335
+
2336
+ # unit tests for api_points_triggers_id_delete_delete
2337
+ # Deletes an entity.
2338
+ # @param id
2339
+ # @param [Hash] opts the optional parameters
2340
+ # @return [nil]
2341
+ describe 'api_points_triggers_id_delete_delete test' do
2342
+ it 'should work' do
2343
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2344
+ end
2345
+ end
2346
+
2347
+ # unit tests for api_points_triggers_id_edit_patch
2348
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2349
+ # @param id
2350
+ # @param [Hash] opts the optional parameters
2351
+ # @return [nil]
2352
+ describe 'api_points_triggers_id_edit_patch test' do
2353
+ it 'should work' do
2354
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2355
+ end
2356
+ end
2357
+
2358
+ # unit tests for api_points_triggers_id_edit_put
2359
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2360
+ # @param id
2361
+ # @param [Hash] opts the optional parameters
2362
+ # @return [nil]
2363
+ describe 'api_points_triggers_id_edit_put test' do
2364
+ it 'should work' do
2365
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2366
+ end
2367
+ end
2368
+
2369
+ # unit tests for api_points_triggers_id_get
2370
+ # Obtains a specific entity as defined by the API URL.
2371
+ # @param id
2372
+ # @param [Hash] opts the optional parameters
2373
+ # @return [nil]
2374
+ describe 'api_points_triggers_id_get test' do
2375
+ it 'should work' do
2376
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2377
+ end
2378
+ end
2379
+
2380
+ # unit tests for api_points_triggers_new_post
2381
+ # Creates a new entity.
2382
+ # @param [Hash] opts the optional parameters
2383
+ # @return [nil]
2384
+ describe 'api_points_triggers_new_post test' do
2385
+ it 'should work' do
2386
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2387
+ end
2388
+ end
2389
+
2390
+ # unit tests for api_points_triggers_trigger_id_events_delete_delete
2391
+ # Delete events from a point trigger.
2392
+ # @param trigger_id
2393
+ # @param [Hash] opts the optional parameters
2394
+ # @return [nil]
2395
+ describe 'api_points_triggers_trigger_id_events_delete_delete test' do
2396
+ it 'should work' do
2397
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2398
+ end
2399
+ end
2400
+
2401
+ # unit tests for api_reports_get
2402
+ # Obtains a list of entities as defined by the API URL.
2403
+ # @param [Hash] opts the optional parameters
2404
+ # @return [nil]
2405
+ describe 'api_reports_get test' do
2406
+ it 'should work' do
2407
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2408
+ end
2409
+ end
2410
+
2411
+ # unit tests for api_reports_id_get
2412
+ # Obtains a compiled report.
2413
+ # @param id
2414
+ # @param [Hash] opts the optional parameters
2415
+ # @return [nil]
2416
+ describe 'api_reports_id_get test' do
2417
+ it 'should work' do
2418
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2419
+ end
2420
+ end
2421
+
2422
+ # unit tests for api_roles_batch_delete_delete
2423
+ # Delete a batch of entities.
2424
+ # @param [Hash] opts the optional parameters
2425
+ # @return [nil]
2426
+ describe 'api_roles_batch_delete_delete test' do
2427
+ it 'should work' do
2428
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2429
+ end
2430
+ end
2431
+
2432
+ # unit tests for api_roles_batch_edit_patch
2433
+ # Edit a batch of entities.
2434
+ # @param [Hash] opts the optional parameters
2435
+ # @return [nil]
2436
+ describe 'api_roles_batch_edit_patch test' do
2437
+ it 'should work' do
2438
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2439
+ end
2440
+ end
2441
+
2442
+ # unit tests for api_roles_batch_edit_put
2443
+ # Edit a batch of entities.
2444
+ # @param [Hash] opts the optional parameters
2445
+ # @return [nil]
2446
+ describe 'api_roles_batch_edit_put test' do
2447
+ it 'should work' do
2448
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2449
+ end
2450
+ end
2451
+
2452
+ # unit tests for api_roles_batch_new_post
2453
+ # Create a batch of new entities.
2454
+ # @param [Hash] opts the optional parameters
2455
+ # @return [nil]
2456
+ describe 'api_roles_batch_new_post test' do
2457
+ it 'should work' do
2458
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2459
+ end
2460
+ end
2461
+
2462
+ # unit tests for api_roles_get
2463
+ # Obtains a list of entities as defined by the API URL.
2464
+ # @param [Hash] opts the optional parameters
2465
+ # @return [nil]
2466
+ describe 'api_roles_get test' do
2467
+ it 'should work' do
2468
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2469
+ end
2470
+ end
2471
+
2472
+ # unit tests for api_roles_id_delete_delete
2473
+ # Deletes an entity.
2474
+ # @param id
2475
+ # @param [Hash] opts the optional parameters
2476
+ # @return [nil]
2477
+ describe 'api_roles_id_delete_delete test' do
2478
+ it 'should work' do
2479
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2480
+ end
2481
+ end
2482
+
2483
+ # unit tests for api_roles_id_edit_patch
2484
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2485
+ # @param id
2486
+ # @param [Hash] opts the optional parameters
2487
+ # @return [nil]
2488
+ describe 'api_roles_id_edit_patch test' do
2489
+ it 'should work' do
2490
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2491
+ end
2492
+ end
2493
+
2494
+ # unit tests for api_roles_id_edit_put
2495
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2496
+ # @param id
2497
+ # @param [Hash] opts the optional parameters
2498
+ # @return [nil]
2499
+ describe 'api_roles_id_edit_put test' do
2500
+ it 'should work' do
2501
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2502
+ end
2503
+ end
2504
+
2505
+ # unit tests for api_roles_id_get
2506
+ # Obtains a specific entity as defined by the API URL.
2507
+ # @param id
2508
+ # @param [Hash] opts the optional parameters
2509
+ # @return [nil]
2510
+ describe 'api_roles_id_get test' do
2511
+ it 'should work' do
2512
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2513
+ end
2514
+ end
2515
+
2516
+ # unit tests for api_roles_new_post
2517
+ # Creates a new entity.
2518
+ # @param [Hash] opts the optional parameters
2519
+ # @return [nil]
2520
+ describe 'api_roles_new_post test' do
2521
+ it 'should work' do
2522
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2523
+ end
2524
+ end
2525
+
2526
+ # unit tests for api_segments_batch_delete_delete
2527
+ # Delete a batch of entities.
2528
+ # @param [Hash] opts the optional parameters
2529
+ # @return [nil]
2530
+ describe 'api_segments_batch_delete_delete test' do
2531
+ it 'should work' do
2532
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2533
+ end
2534
+ end
2535
+
2536
+ # unit tests for api_segments_batch_edit_patch
2537
+ # Edit a batch of entities.
2538
+ # @param [Hash] opts the optional parameters
2539
+ # @return [nil]
2540
+ describe 'api_segments_batch_edit_patch test' do
2541
+ it 'should work' do
2542
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2543
+ end
2544
+ end
2545
+
2546
+ # unit tests for api_segments_batch_edit_put
2547
+ # Edit a batch of entities.
2548
+ # @param [Hash] opts the optional parameters
2549
+ # @return [nil]
2550
+ describe 'api_segments_batch_edit_put test' do
2551
+ it 'should work' do
2552
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2553
+ end
2554
+ end
2555
+
2556
+ # unit tests for api_segments_batch_new_post
2557
+ # Create a batch of new entities.
2558
+ # @param [Hash] opts the optional parameters
2559
+ # @return [nil]
2560
+ describe 'api_segments_batch_new_post test' do
2561
+ it 'should work' do
2562
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2563
+ end
2564
+ end
2565
+
2566
+ # unit tests for api_segments_get
2567
+ # Obtains a list of entities as defined by the API URL.
2568
+ # @param [Hash] opts the optional parameters
2569
+ # @return [nil]
2570
+ describe 'api_segments_get test' do
2571
+ it 'should work' do
2572
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2573
+ end
2574
+ end
2575
+
2576
+ # unit tests for api_segments_id_contact_lead_id_add_post
2577
+ # Adds a lead to a list.
2578
+ # @param id
2579
+ # @param lead_id
2580
+ # @param [Hash] opts the optional parameters
2581
+ # @return [nil]
2582
+ describe 'api_segments_id_contact_lead_id_add_post test' do
2583
+ it 'should work' do
2584
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2585
+ end
2586
+ end
2587
+
2588
+ # unit tests for api_segments_id_contact_lead_id_remove_post
2589
+ # Removes given contact from a list.
2590
+ # @param id
2591
+ # @param lead_id
2592
+ # @param [Hash] opts the optional parameters
2593
+ # @return [nil]
2594
+ describe 'api_segments_id_contact_lead_id_remove_post test' do
2595
+ it 'should work' do
2596
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2597
+ end
2598
+ end
2599
+
2600
+ # unit tests for api_segments_id_contacts_add_post
2601
+ # Adds a leads to a list.
2602
+ # @param id
2603
+ # @param [Hash] opts the optional parameters
2604
+ # @return [nil]
2605
+ describe 'api_segments_id_contacts_add_post test' do
2606
+ it 'should work' do
2607
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2608
+ end
2609
+ end
2610
+
2611
+ # unit tests for api_segments_id_delete_delete
2612
+ # Deletes an entity.
2613
+ # @param id
2614
+ # @param [Hash] opts the optional parameters
2615
+ # @return [nil]
2616
+ describe 'api_segments_id_delete_delete test' do
2617
+ it 'should work' do
2618
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2619
+ end
2620
+ end
2621
+
2622
+ # unit tests for api_segments_id_edit_patch
2623
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2624
+ # @param id
2625
+ # @param [Hash] opts the optional parameters
2626
+ # @return [nil]
2627
+ describe 'api_segments_id_edit_patch test' do
2628
+ it 'should work' do
2629
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2630
+ end
2631
+ end
2632
+
2633
+ # unit tests for api_segments_id_edit_put
2634
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2635
+ # @param id
2636
+ # @param [Hash] opts the optional parameters
2637
+ # @return [nil]
2638
+ describe 'api_segments_id_edit_put test' do
2639
+ it 'should work' do
2640
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2641
+ end
2642
+ end
2643
+
2644
+ # unit tests for api_segments_id_get
2645
+ # Obtains a specific entity as defined by the API URL.
2646
+ # @param id
2647
+ # @param [Hash] opts the optional parameters
2648
+ # @return [nil]
2649
+ describe 'api_segments_id_get test' do
2650
+ it 'should work' do
2651
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2652
+ end
2653
+ end
2654
+
2655
+ # unit tests for api_segments_new_post
2656
+ # Creates a new entity.
2657
+ # @param [Hash] opts the optional parameters
2658
+ # @return [nil]
2659
+ describe 'api_segments_new_post test' do
2660
+ it 'should work' do
2661
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2662
+ end
2663
+ end
2664
+
2665
+ # unit tests for api_smses_batch_delete_delete
2666
+ # Delete a batch of entities.
2667
+ # @param [Hash] opts the optional parameters
2668
+ # @return [nil]
2669
+ describe 'api_smses_batch_delete_delete test' do
2670
+ it 'should work' do
2671
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2672
+ end
2673
+ end
2674
+
2675
+ # unit tests for api_smses_batch_edit_patch
2676
+ # Edit a batch of entities.
2677
+ # @param [Hash] opts the optional parameters
2678
+ # @return [nil]
2679
+ describe 'api_smses_batch_edit_patch test' do
2680
+ it 'should work' do
2681
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2682
+ end
2683
+ end
2684
+
2685
+ # unit tests for api_smses_batch_edit_put
2686
+ # Edit a batch of entities.
2687
+ # @param [Hash] opts the optional parameters
2688
+ # @return [nil]
2689
+ describe 'api_smses_batch_edit_put test' do
2690
+ it 'should work' do
2691
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2692
+ end
2693
+ end
2694
+
2695
+ # unit tests for api_smses_batch_new_post
2696
+ # Create a batch of new entities.
2697
+ # @param [Hash] opts the optional parameters
2698
+ # @return [nil]
2699
+ describe 'api_smses_batch_new_post test' do
2700
+ it 'should work' do
2701
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2702
+ end
2703
+ end
2704
+
2705
+ # unit tests for api_smses_get
2706
+ # Obtains a list of entities as defined by the API URL.
2707
+ # @param [Hash] opts the optional parameters
2708
+ # @return [nil]
2709
+ describe 'api_smses_get test' do
2710
+ it 'should work' do
2711
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2712
+ end
2713
+ end
2714
+
2715
+ # unit tests for api_smses_id_contact_contact_id_send_get
2716
+ # @param id
2717
+ # @param contact_id
2718
+ # @param [Hash] opts the optional parameters
2719
+ # @return [nil]
2720
+ describe 'api_smses_id_contact_contact_id_send_get test' do
2721
+ it 'should work' do
2722
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2723
+ end
2724
+ end
2725
+
2726
+ # unit tests for api_smses_id_delete_delete
2727
+ # Deletes an entity.
2728
+ # @param id
2729
+ # @param [Hash] opts the optional parameters
2730
+ # @return [nil]
2731
+ describe 'api_smses_id_delete_delete test' do
2732
+ it 'should work' do
2733
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2734
+ end
2735
+ end
2736
+
2737
+ # unit tests for api_smses_id_edit_patch
2738
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2739
+ # @param id
2740
+ # @param [Hash] opts the optional parameters
2741
+ # @return [nil]
2742
+ describe 'api_smses_id_edit_patch test' do
2743
+ it 'should work' do
2744
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2745
+ end
2746
+ end
2747
+
2748
+ # unit tests for api_smses_id_edit_put
2749
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2750
+ # @param id
2751
+ # @param [Hash] opts the optional parameters
2752
+ # @return [nil]
2753
+ describe 'api_smses_id_edit_put test' do
2754
+ it 'should work' do
2755
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2756
+ end
2757
+ end
2758
+
2759
+ # unit tests for api_smses_id_get
2760
+ # Obtains a specific entity as defined by the API URL.
2761
+ # @param id
2762
+ # @param [Hash] opts the optional parameters
2763
+ # @return [nil]
2764
+ describe 'api_smses_id_get test' do
2765
+ it 'should work' do
2766
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2767
+ end
2768
+ end
2769
+
2770
+ # unit tests for api_smses_new_post
2771
+ # Creates a new entity.
2772
+ # @param [Hash] opts the optional parameters
2773
+ # @return [nil]
2774
+ describe 'api_smses_new_post test' do
2775
+ it 'should work' do
2776
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2777
+ end
2778
+ end
2779
+
2780
+ # unit tests for api_stages_batch_delete_delete
2781
+ # Delete a batch of entities.
2782
+ # @param [Hash] opts the optional parameters
2783
+ # @return [nil]
2784
+ describe 'api_stages_batch_delete_delete test' do
2785
+ it 'should work' do
2786
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2787
+ end
2788
+ end
2789
+
2790
+ # unit tests for api_stages_batch_edit_patch
2791
+ # Edit a batch of entities.
2792
+ # @param [Hash] opts the optional parameters
2793
+ # @return [nil]
2794
+ describe 'api_stages_batch_edit_patch test' do
2795
+ it 'should work' do
2796
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2797
+ end
2798
+ end
2799
+
2800
+ # unit tests for api_stages_batch_edit_put
2801
+ # Edit a batch of entities.
2802
+ # @param [Hash] opts the optional parameters
2803
+ # @return [nil]
2804
+ describe 'api_stages_batch_edit_put test' do
2805
+ it 'should work' do
2806
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2807
+ end
2808
+ end
2809
+
2810
+ # unit tests for api_stages_batch_new_post
2811
+ # Create a batch of new entities.
2812
+ # @param [Hash] opts the optional parameters
2813
+ # @return [nil]
2814
+ describe 'api_stages_batch_new_post test' do
2815
+ it 'should work' do
2816
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2817
+ end
2818
+ end
2819
+
2820
+ # unit tests for api_stages_get
2821
+ # Obtains a list of entities as defined by the API URL.
2822
+ # @param [Hash] opts the optional parameters
2823
+ # @return [nil]
2824
+ describe 'api_stages_get test' do
2825
+ it 'should work' do
2826
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2827
+ end
2828
+ end
2829
+
2830
+ # unit tests for api_stages_id_contact_contact_id_add_post
2831
+ # Adds a contact to a list.
2832
+ # @param id
2833
+ # @param contact_id
2834
+ # @param [Hash] opts the optional parameters
2835
+ # @return [nil]
2836
+ describe 'api_stages_id_contact_contact_id_add_post test' do
2837
+ it 'should work' do
2838
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2839
+ end
2840
+ end
2841
+
2842
+ # unit tests for api_stages_id_contact_contact_id_remove_post
2843
+ # Removes given contact from a list.
2844
+ # @param id
2845
+ # @param contact_id
2846
+ # @param [Hash] opts the optional parameters
2847
+ # @return [nil]
2848
+ describe 'api_stages_id_contact_contact_id_remove_post test' do
2849
+ it 'should work' do
2850
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2851
+ end
2852
+ end
2853
+
2854
+ # unit tests for api_stages_id_delete_delete
2855
+ # Deletes an entity.
2856
+ # @param id
2857
+ # @param [Hash] opts the optional parameters
2858
+ # @return [nil]
2859
+ describe 'api_stages_id_delete_delete test' do
2860
+ it 'should work' do
2861
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2862
+ end
2863
+ end
2864
+
2865
+ # unit tests for api_stages_id_edit_patch
2866
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2867
+ # @param id
2868
+ # @param [Hash] opts the optional parameters
2869
+ # @return [nil]
2870
+ describe 'api_stages_id_edit_patch test' do
2871
+ it 'should work' do
2872
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2873
+ end
2874
+ end
2875
+
2876
+ # unit tests for api_stages_id_edit_put
2877
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2878
+ # @param id
2879
+ # @param [Hash] opts the optional parameters
2880
+ # @return [nil]
2881
+ describe 'api_stages_id_edit_put test' do
2882
+ it 'should work' do
2883
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2884
+ end
2885
+ end
2886
+
2887
+ # unit tests for api_stages_id_get
2888
+ # Obtains a specific entity as defined by the API URL.
2889
+ # @param id
2890
+ # @param [Hash] opts the optional parameters
2891
+ # @return [nil]
2892
+ describe 'api_stages_id_get test' do
2893
+ it 'should work' do
2894
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2895
+ end
2896
+ end
2897
+
2898
+ # unit tests for api_stages_new_post
2899
+ # Creates a new entity.
2900
+ # @param [Hash] opts the optional parameters
2901
+ # @return [nil]
2902
+ describe 'api_stages_new_post test' do
2903
+ it 'should work' do
2904
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2905
+ end
2906
+ end
2907
+
2908
+ # unit tests for api_stats_table_get
2909
+ # Lists stats for a database table.
2910
+ # @param table
2911
+ # @param [Hash] opts the optional parameters
2912
+ # @return [nil]
2913
+ describe 'api_stats_table_get test' do
2914
+ it 'should work' do
2915
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2916
+ end
2917
+ end
2918
+
2919
+ # unit tests for api_tags_batch_delete_delete
2920
+ # Delete a batch of entities.
2921
+ # @param [Hash] opts the optional parameters
2922
+ # @return [nil]
2923
+ describe 'api_tags_batch_delete_delete test' do
2924
+ it 'should work' do
2925
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2926
+ end
2927
+ end
2928
+
2929
+ # unit tests for api_tags_batch_edit_patch
2930
+ # Edit a batch of entities.
2931
+ # @param [Hash] opts the optional parameters
2932
+ # @return [nil]
2933
+ describe 'api_tags_batch_edit_patch test' do
2934
+ it 'should work' do
2935
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2936
+ end
2937
+ end
2938
+
2939
+ # unit tests for api_tags_batch_edit_put
2940
+ # Edit a batch of entities.
2941
+ # @param [Hash] opts the optional parameters
2942
+ # @return [nil]
2943
+ describe 'api_tags_batch_edit_put test' do
2944
+ it 'should work' do
2945
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2946
+ end
2947
+ end
2948
+
2949
+ # unit tests for api_tags_batch_new_post
2950
+ # Create a batch of new entities.
2951
+ # @param [Hash] opts the optional parameters
2952
+ # @return [nil]
2953
+ describe 'api_tags_batch_new_post test' do
2954
+ it 'should work' do
2955
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2956
+ end
2957
+ end
2958
+
2959
+ # unit tests for api_tags_get
2960
+ # Obtains a list of entities as defined by the API URL.
2961
+ # @param [Hash] opts the optional parameters
2962
+ # @return [nil]
2963
+ describe 'api_tags_get test' do
2964
+ it 'should work' do
2965
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2966
+ end
2967
+ end
2968
+
2969
+ # unit tests for api_tags_id_delete_delete
2970
+ # Deletes an entity.
2971
+ # @param id
2972
+ # @param [Hash] opts the optional parameters
2973
+ # @return [nil]
2974
+ describe 'api_tags_id_delete_delete test' do
2975
+ it 'should work' do
2976
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2977
+ end
2978
+ end
2979
+
2980
+ # unit tests for api_tags_id_edit_patch
2981
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2982
+ # @param id
2983
+ # @param [Hash] opts the optional parameters
2984
+ # @return [nil]
2985
+ describe 'api_tags_id_edit_patch test' do
2986
+ it 'should work' do
2987
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2988
+ end
2989
+ end
2990
+
2991
+ # unit tests for api_tags_id_edit_put
2992
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
2993
+ # @param id
2994
+ # @param [Hash] opts the optional parameters
2995
+ # @return [nil]
2996
+ describe 'api_tags_id_edit_put test' do
2997
+ it 'should work' do
2998
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2999
+ end
3000
+ end
3001
+
3002
+ # unit tests for api_tags_id_get
3003
+ # Obtains a specific entity as defined by the API URL.
3004
+ # @param id
3005
+ # @param [Hash] opts the optional parameters
3006
+ # @return [nil]
3007
+ describe 'api_tags_id_get test' do
3008
+ it 'should work' do
3009
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3010
+ end
3011
+ end
3012
+
3013
+ # unit tests for api_tags_new_post
3014
+ # Creates a new entity.
3015
+ # @param [Hash] opts the optional parameters
3016
+ # @return [nil]
3017
+ describe 'api_tags_new_post test' do
3018
+ it 'should work' do
3019
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3020
+ end
3021
+ end
3022
+
3023
+ # unit tests for api_themes_get
3024
+ # List the folders (themes) in the /themes directory.
3025
+ # @param [Hash] opts the optional parameters
3026
+ # @return [nil]
3027
+ describe 'api_themes_get test' do
3028
+ it 'should work' do
3029
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3030
+ end
3031
+ end
3032
+
3033
+ # unit tests for api_themes_new_post
3034
+ # Accepts the zip file and installs the theme from it.
3035
+ # @param [Hash] opts the optional parameters
3036
+ # @return [nil]
3037
+ describe 'api_themes_new_post test' do
3038
+ it 'should work' do
3039
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3040
+ end
3041
+ end
3042
+
3043
+ # unit tests for api_themes_theme_delete_delete
3044
+ # Delete a theme.
3045
+ # @param theme
3046
+ # @param [Hash] opts the optional parameters
3047
+ # @return [nil]
3048
+ describe 'api_themes_theme_delete_delete test' do
3049
+ it 'should work' do
3050
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3051
+ end
3052
+ end
3053
+
3054
+ # unit tests for api_themes_theme_get
3055
+ # Get zip file of a theme.
3056
+ # @param theme
3057
+ # @param [Hash] opts the optional parameters
3058
+ # @return [nil]
3059
+ describe 'api_themes_theme_get test' do
3060
+ it 'should work' do
3061
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3062
+ end
3063
+ end
3064
+
3065
+ # unit tests for api_tweets_batch_delete_delete
3066
+ # Delete a batch of entities.
3067
+ # @param [Hash] opts the optional parameters
3068
+ # @return [nil]
3069
+ describe 'api_tweets_batch_delete_delete test' do
3070
+ it 'should work' do
3071
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3072
+ end
3073
+ end
3074
+
3075
+ # unit tests for api_tweets_batch_edit_patch
3076
+ # Edit a batch of entities.
3077
+ # @param [Hash] opts the optional parameters
3078
+ # @return [nil]
3079
+ describe 'api_tweets_batch_edit_patch test' do
3080
+ it 'should work' do
3081
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3082
+ end
3083
+ end
3084
+
3085
+ # unit tests for api_tweets_batch_edit_put
3086
+ # Edit a batch of entities.
3087
+ # @param [Hash] opts the optional parameters
3088
+ # @return [nil]
3089
+ describe 'api_tweets_batch_edit_put test' do
3090
+ it 'should work' do
3091
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3092
+ end
3093
+ end
3094
+
3095
+ # unit tests for api_tweets_batch_new_post
3096
+ # Create a batch of new entities.
3097
+ # @param [Hash] opts the optional parameters
3098
+ # @return [nil]
3099
+ describe 'api_tweets_batch_new_post test' do
3100
+ it 'should work' do
3101
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3102
+ end
3103
+ end
3104
+
3105
+ # unit tests for api_tweets_get
3106
+ # Obtains a list of entities as defined by the API URL.
3107
+ # @param [Hash] opts the optional parameters
3108
+ # @return [nil]
3109
+ describe 'api_tweets_get test' do
3110
+ it 'should work' do
3111
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3112
+ end
3113
+ end
3114
+
3115
+ # unit tests for api_tweets_id_delete_delete
3116
+ # Deletes an entity.
3117
+ # @param id
3118
+ # @param [Hash] opts the optional parameters
3119
+ # @return [nil]
3120
+ describe 'api_tweets_id_delete_delete test' do
3121
+ it 'should work' do
3122
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3123
+ end
3124
+ end
3125
+
3126
+ # unit tests for api_tweets_id_edit_patch
3127
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
3128
+ # @param id
3129
+ # @param [Hash] opts the optional parameters
3130
+ # @return [nil]
3131
+ describe 'api_tweets_id_edit_patch test' do
3132
+ it 'should work' do
3133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3134
+ end
3135
+ end
3136
+
3137
+ # unit tests for api_tweets_id_edit_put
3138
+ # Edits an existing entity or creates one on PUT if it doesn't exist.
3139
+ # @param id
3140
+ # @param [Hash] opts the optional parameters
3141
+ # @return [nil]
3142
+ describe 'api_tweets_id_edit_put test' do
3143
+ it 'should work' do
3144
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3145
+ end
3146
+ end
3147
+
3148
+ # unit tests for api_tweets_id_get
3149
+ # Obtains a specific entity as defined by the API URL.
3150
+ # @param id
3151
+ # @param [Hash] opts the optional parameters
3152
+ # @return [nil]
3153
+ describe 'api_tweets_id_get test' do
3154
+ it 'should work' do
3155
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3156
+ end
3157
+ end
3158
+
3159
+ # unit tests for api_tweets_new_post
3160
+ # Creates a new entity.
3161
+ # @param [Hash] opts the optional parameters
3162
+ # @return [nil]
3163
+ describe 'api_tweets_new_post test' do
3164
+ it 'should work' do
3165
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3166
+ end
3167
+ end
3168
+
3169
+ # unit tests for api_users_batch_delete_delete
3170
+ # Delete a batch of entities.
3171
+ # @param [Hash] opts the optional parameters
3172
+ # @return [nil]
3173
+ describe 'api_users_batch_delete_delete test' do
3174
+ it 'should work' do
3175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3176
+ end
3177
+ end
3178
+
3179
+ # unit tests for api_users_batch_edit_patch
3180
+ # Edit a batch of entities.
3181
+ # @param [Hash] opts the optional parameters
3182
+ # @return [nil]
3183
+ describe 'api_users_batch_edit_patch test' do
3184
+ it 'should work' do
3185
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3186
+ end
3187
+ end
3188
+
3189
+ # unit tests for api_users_batch_edit_put
3190
+ # Edit a batch of entities.
3191
+ # @param [Hash] opts the optional parameters
3192
+ # @return [nil]
3193
+ describe 'api_users_batch_edit_put test' do
3194
+ it 'should work' do
3195
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3196
+ end
3197
+ end
3198
+
3199
+ # unit tests for api_users_batch_new_post
3200
+ # Create a batch of new entities.
3201
+ # @param [Hash] opts the optional parameters
3202
+ # @return [nil]
3203
+ describe 'api_users_batch_new_post test' do
3204
+ it 'should work' do
3205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3206
+ end
3207
+ end
3208
+
3209
+ # unit tests for api_users_get
3210
+ # Obtains a list of entities as defined by the API URL.
3211
+ # @param [Hash] opts the optional parameters
3212
+ # @return [nil]
3213
+ describe 'api_users_get test' do
3214
+ it 'should work' do
3215
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3216
+ end
3217
+ end
3218
+
3219
+ # unit tests for api_users_id_delete_delete
3220
+ # Deletes an entity.
3221
+ # @param id
3222
+ # @param [Hash] opts the optional parameters
3223
+ # @return [nil]
3224
+ describe 'api_users_id_delete_delete test' do
3225
+ it 'should work' do
3226
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3227
+ end
3228
+ end
3229
+
3230
+ # unit tests for api_users_id_edit_patch
3231
+ # Edits an existing user or creates a new one on PUT if not found.
3232
+ # @param id
3233
+ # @param [Hash] opts the optional parameters
3234
+ # @return [nil]
3235
+ describe 'api_users_id_edit_patch test' do
3236
+ it 'should work' do
3237
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3238
+ end
3239
+ end
3240
+
3241
+ # unit tests for api_users_id_edit_put
3242
+ # Edits an existing user or creates a new one on PUT if not found.
3243
+ # @param id
3244
+ # @param [Hash] opts the optional parameters
3245
+ # @return [nil]
3246
+ describe 'api_users_id_edit_put test' do
3247
+ it 'should work' do
3248
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3249
+ end
3250
+ end
3251
+
3252
+ # unit tests for api_users_id_get
3253
+ # Obtains a specific entity as defined by the API URL.
3254
+ # @param id
3255
+ # @param [Hash] opts the optional parameters
3256
+ # @return [nil]
3257
+ describe 'api_users_id_get test' do
3258
+ it 'should work' do
3259
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3260
+ end
3261
+ end
3262
+
3263
+ # unit tests for api_users_id_permissioncheck_post
3264
+ # Verifies if a user has permission(s) to a action.
3265
+ # @param id
3266
+ # @param [Hash] opts the optional parameters
3267
+ # @return [nil]
3268
+ describe 'api_users_id_permissioncheck_post test' do
3269
+ it 'should work' do
3270
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3271
+ end
3272
+ end
3273
+
3274
+ # unit tests for api_users_list_roles_get
3275
+ # Obtains a list of roles for user edits.
3276
+ # @param [Hash] opts the optional parameters
3277
+ # @return [nil]
3278
+ describe 'api_users_list_roles_get test' do
3279
+ it 'should work' do
3280
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3281
+ end
3282
+ end
3283
+
3284
+ # unit tests for api_users_new_post
3285
+ # Creates a new user.
3286
+ # @param [Hash] opts the optional parameters
3287
+ # @return [nil]
3288
+ describe 'api_users_new_post test' do
3289
+ it 'should work' do
3290
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3291
+ end
3292
+ end
3293
+
3294
+ # unit tests for api_users_self_get
3295
+ # Obtains the logged in user's data.
3296
+ # @param [Hash] opts the optional parameters
3297
+ # @return [nil]
3298
+ describe 'api_users_self_get test' do
3299
+ it 'should work' do
3300
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
3301
+ end
3302
+ end
3303
+
3304
+ end