@itentialopensource/adapter-webex_teams 0.8.6 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/.eslintrc.js +1 -0
  2. package/AUTH.md +4 -4
  3. package/BROKER.md +4 -4
  4. package/CALLS.md +9 -9
  5. package/ENHANCE.md +3 -3
  6. package/PROPERTIES.md +24 -9
  7. package/README.md +24 -23
  8. package/SUMMARY.md +2 -2
  9. package/SYSTEMINFO.md +1 -1
  10. package/TAB1.md +2 -2
  11. package/TAB2.md +10 -6
  12. package/TROUBLESHOOT.md +10 -1
  13. package/UTILITIES.md +473 -0
  14. package/adapter.js +5 -5
  15. package/adapterBase.js +52 -16
  16. package/package.json +24 -28
  17. package/pronghorn.json +17 -15
  18. package/propertiesSchema.json +68 -7
  19. package/report/adapterInfo.json +7 -7
  20. package/report/auto-adapter-openapi.json +3965 -0
  21. package/report/updateReport1748555921703.json +120 -0
  22. package/sampleProperties.json +5 -1
  23. package/test/integration/adapterTestBasicGet.js +88 -54
  24. package/test/integration/adapterTestConnectivity.js +15 -16
  25. package/test/integration/adapterTestIntegration.js +1 -38
  26. package/test/unit/adapterBaseTestUnit.js +641 -39
  27. package/test/unit/adapterTestUnit.js +17 -54
  28. package/utils/adapterInfo.js +114 -164
  29. package/utils/argParser.js +44 -0
  30. package/utils/checkMigrate.js +77 -38
  31. package/utils/entitiesToDB.js +53 -42
  32. package/utils/logger.js +26 -0
  33. package/utils/modify.js +56 -55
  34. package/utils/mongoDbConnection.js +79 -0
  35. package/utils/mongoUtils.js +162 -0
  36. package/utils/taskMover.js +31 -32
  37. package/utils/tbScript.js +36 -172
  38. package/utils/tbUtils.js +84 -226
  39. package/utils/troubleshootingAdapter.js +68 -84
  40. package/utils/updateAdapterConfig.js +158 -0
  41. package/utils/addAuth.js +0 -94
  42. package/utils/artifactize.js +0 -146
  43. package/utils/basicGet.js +0 -50
  44. package/utils/packModificationScript.js +0 -35
  45. package/utils/patches2bundledDeps.js +0 -90
@@ -0,0 +1,3965 @@
1
+ {
2
+ "openapi": "3.1.0",
3
+ "info": {
4
+ "title": "",
5
+ "version": "1.0.0"
6
+ },
7
+ "paths": {
8
+ "/people/": {
9
+ "get": {
10
+ "tags": [
11
+ "People"
12
+ ],
13
+ "operationId": "getPeople",
14
+ "description": "The parameters and request body are for method: getPeople. Same endpoint also used in methods:",
15
+ "responses": {
16
+ "200": {
17
+ "description": "Successful operation",
18
+ "content": {
19
+ "application/json": {
20
+ "schema": {
21
+ "type": "object",
22
+ "properties": {
23
+ "items": {
24
+ "type": "array",
25
+ "items": {
26
+ "type": "object",
27
+ "properties": {
28
+ "id": {
29
+ "type": "string"
30
+ },
31
+ "emails": {
32
+ "type": "array",
33
+ "items": {
34
+ "type": "string"
35
+ }
36
+ },
37
+ "displayName": {
38
+ "type": "string"
39
+ },
40
+ "nickName": {
41
+ "type": "string"
42
+ },
43
+ "firstName": {
44
+ "type": "string"
45
+ },
46
+ "lastName": {
47
+ "type": "string"
48
+ },
49
+ "avatar": {
50
+ "type": "string"
51
+ },
52
+ "orgId": {
53
+ "type": "string"
54
+ },
55
+ "roles": {
56
+ "type": "array",
57
+ "items": {
58
+ "type": "string"
59
+ }
60
+ },
61
+ "licenses": {
62
+ "type": "array",
63
+ "items": {
64
+ "type": "string"
65
+ }
66
+ },
67
+ "created": {
68
+ "type": "string"
69
+ },
70
+ "timeZone": {
71
+ "type": "string"
72
+ },
73
+ "lastActivity": {
74
+ "type": "string"
75
+ },
76
+ "status": {
77
+ "type": "string"
78
+ },
79
+ "type": {
80
+ "type": "string"
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
86
+ },
87
+ "example": {
88
+ "items": [
89
+ {
90
+ "id": "string",
91
+ "emails": [
92
+ "string",
93
+ "string",
94
+ "string",
95
+ "string",
96
+ "string",
97
+ "string",
98
+ "string"
99
+ ],
100
+ "displayName": "string",
101
+ "nickName": "string",
102
+ "firstName": "string",
103
+ "lastName": "string",
104
+ "avatar": "string",
105
+ "orgId": "string",
106
+ "roles": [
107
+ "string",
108
+ "string",
109
+ "string",
110
+ "string",
111
+ "string",
112
+ "string",
113
+ "string",
114
+ "string",
115
+ "string"
116
+ ],
117
+ "licenses": [
118
+ "string",
119
+ "string"
120
+ ],
121
+ "created": "string",
122
+ "timeZone": "string",
123
+ "lastActivity": "string",
124
+ "status": "string",
125
+ "type": "string"
126
+ },
127
+ {
128
+ "id": "string",
129
+ "emails": [
130
+ "string",
131
+ "string",
132
+ "string",
133
+ "string",
134
+ "string",
135
+ "string",
136
+ "string"
137
+ ],
138
+ "displayName": "string",
139
+ "nickName": "string",
140
+ "firstName": "string",
141
+ "lastName": "string",
142
+ "avatar": "string",
143
+ "orgId": "string",
144
+ "roles": [
145
+ "string",
146
+ "string",
147
+ "string",
148
+ "string",
149
+ "string",
150
+ "string",
151
+ "string",
152
+ "string"
153
+ ],
154
+ "licenses": [
155
+ "string",
156
+ "string",
157
+ "string",
158
+ "string",
159
+ "string",
160
+ "string",
161
+ "string",
162
+ "string"
163
+ ],
164
+ "created": "string",
165
+ "timeZone": "string",
166
+ "lastActivity": "string",
167
+ "status": "string",
168
+ "type": "string"
169
+ },
170
+ {
171
+ "id": "string",
172
+ "emails": [
173
+ "string",
174
+ "string"
175
+ ],
176
+ "displayName": "string",
177
+ "nickName": "string",
178
+ "firstName": "string",
179
+ "lastName": "string",
180
+ "avatar": "string",
181
+ "orgId": "string",
182
+ "roles": [
183
+ "string",
184
+ "string",
185
+ "string",
186
+ "string",
187
+ "string",
188
+ "string",
189
+ "string",
190
+ "string",
191
+ "string"
192
+ ],
193
+ "licenses": [
194
+ "string",
195
+ "string",
196
+ "string"
197
+ ],
198
+ "created": "string",
199
+ "timeZone": "string",
200
+ "lastActivity": "string",
201
+ "status": "string",
202
+ "type": "string"
203
+ },
204
+ {
205
+ "id": "string",
206
+ "emails": [
207
+ "string",
208
+ "string",
209
+ "string",
210
+ "string",
211
+ "string",
212
+ "string"
213
+ ],
214
+ "displayName": "string",
215
+ "nickName": "string",
216
+ "firstName": "string",
217
+ "lastName": "string",
218
+ "avatar": "string",
219
+ "orgId": "string",
220
+ "roles": [
221
+ "string",
222
+ "string",
223
+ "string",
224
+ "string",
225
+ "string",
226
+ "string",
227
+ "string",
228
+ "string",
229
+ "string"
230
+ ],
231
+ "licenses": [
232
+ "string",
233
+ "string",
234
+ "string",
235
+ "string"
236
+ ],
237
+ "created": "string",
238
+ "timeZone": "string",
239
+ "lastActivity": "string",
240
+ "status": "string",
241
+ "type": "string"
242
+ },
243
+ {
244
+ "id": "string",
245
+ "emails": [
246
+ "string",
247
+ "string",
248
+ "string",
249
+ "string"
250
+ ],
251
+ "displayName": "string",
252
+ "nickName": "string",
253
+ "firstName": "string",
254
+ "lastName": "string",
255
+ "avatar": "string",
256
+ "orgId": "string",
257
+ "roles": [
258
+ "string",
259
+ "string",
260
+ "string",
261
+ "string",
262
+ "string"
263
+ ],
264
+ "licenses": [
265
+ "string",
266
+ "string",
267
+ "string",
268
+ "string",
269
+ "string",
270
+ "string"
271
+ ],
272
+ "created": "string",
273
+ "timeZone": "string",
274
+ "lastActivity": "string",
275
+ "status": "string",
276
+ "type": "string"
277
+ },
278
+ {
279
+ "id": "string",
280
+ "emails": [
281
+ "string",
282
+ "string"
283
+ ],
284
+ "displayName": "string",
285
+ "nickName": "string",
286
+ "firstName": "string",
287
+ "lastName": "string",
288
+ "avatar": "string",
289
+ "orgId": "string",
290
+ "roles": [
291
+ "string",
292
+ "string",
293
+ "string",
294
+ "string"
295
+ ],
296
+ "licenses": [
297
+ "string",
298
+ "string",
299
+ "string"
300
+ ],
301
+ "created": "string",
302
+ "timeZone": "string",
303
+ "lastActivity": "string",
304
+ "status": "string",
305
+ "type": "string"
306
+ },
307
+ {
308
+ "id": "string",
309
+ "emails": [
310
+ "string",
311
+ "string",
312
+ "string",
313
+ "string",
314
+ "string"
315
+ ],
316
+ "displayName": "string",
317
+ "nickName": "string",
318
+ "firstName": "string",
319
+ "lastName": "string",
320
+ "avatar": "string",
321
+ "orgId": "string",
322
+ "roles": [
323
+ "string"
324
+ ],
325
+ "licenses": [
326
+ "string",
327
+ "string",
328
+ "string",
329
+ "string"
330
+ ],
331
+ "created": "string",
332
+ "timeZone": "string",
333
+ "lastActivity": "string",
334
+ "status": "string",
335
+ "type": "string"
336
+ }
337
+ ]
338
+ }
339
+ }
340
+ }
341
+ }
342
+ },
343
+ "parameters": [
344
+ {
345
+ "name": "id",
346
+ "in": "query",
347
+ "required": true,
348
+ "schema": {
349
+ "type": "string"
350
+ }
351
+ },
352
+ {
353
+ "name": "email",
354
+ "in": "query",
355
+ "required": true,
356
+ "schema": {
357
+ "type": "string"
358
+ }
359
+ },
360
+ {
361
+ "name": "displayName",
362
+ "in": "query",
363
+ "required": true,
364
+ "schema": {
365
+ "type": "string"
366
+ }
367
+ },
368
+ {
369
+ "name": "max",
370
+ "in": "query",
371
+ "required": true,
372
+ "schema": {
373
+ "type": "string"
374
+ }
375
+ }
376
+ ],
377
+ "requestBody": {
378
+ "content": {
379
+ "application/json": {
380
+ "schema": {
381
+ "type": "object"
382
+ },
383
+ "example": {}
384
+ }
385
+ }
386
+ }
387
+ },
388
+ "post": {
389
+ "tags": [
390
+ "People"
391
+ ],
392
+ "operationId": "addPerson",
393
+ "description": "The parameters and request body are for method: addPerson. Same endpoint also used in methods:",
394
+ "responses": {
395
+ "200": {
396
+ "description": "Successful operation",
397
+ "content": {
398
+ "application/json": {
399
+ "schema": {
400
+ "type": "object",
401
+ "properties": {
402
+ "id": {
403
+ "type": "string"
404
+ },
405
+ "emails": {
406
+ "type": "array",
407
+ "items": {
408
+ "type": "string"
409
+ }
410
+ },
411
+ "displayName": {
412
+ "type": "string"
413
+ },
414
+ "nickName": {
415
+ "type": "string"
416
+ },
417
+ "firstName": {
418
+ "type": "string"
419
+ },
420
+ "lastName": {
421
+ "type": "string"
422
+ },
423
+ "avatar": {
424
+ "type": "string"
425
+ },
426
+ "orgId": {
427
+ "type": "string"
428
+ },
429
+ "roles": {
430
+ "type": "array",
431
+ "items": {
432
+ "type": "string"
433
+ }
434
+ },
435
+ "licenses": {
436
+ "type": "array",
437
+ "items": {
438
+ "type": "string"
439
+ }
440
+ },
441
+ "created": {
442
+ "type": "string"
443
+ },
444
+ "timeZone": {
445
+ "type": "string"
446
+ },
447
+ "lastActivity": {
448
+ "type": "string"
449
+ },
450
+ "status": {
451
+ "type": "string"
452
+ },
453
+ "type": {
454
+ "type": "string"
455
+ }
456
+ }
457
+ },
458
+ "example": {
459
+ "id": "string",
460
+ "emails": [
461
+ "string",
462
+ "string",
463
+ "string",
464
+ "string",
465
+ "string"
466
+ ],
467
+ "displayName": "string",
468
+ "nickName": "string",
469
+ "firstName": "string",
470
+ "lastName": "string",
471
+ "avatar": "string",
472
+ "orgId": "string",
473
+ "roles": [
474
+ "string",
475
+ "string",
476
+ "string",
477
+ "string"
478
+ ],
479
+ "licenses": [
480
+ "string"
481
+ ],
482
+ "created": "string",
483
+ "timeZone": "string",
484
+ "lastActivity": "string",
485
+ "status": "string",
486
+ "type": "string"
487
+ }
488
+ }
489
+ }
490
+ }
491
+ },
492
+ "requestBody": {
493
+ "description": "indeterminate body object",
494
+ "content": {
495
+ "application/json": {
496
+ "schema": {
497
+ "type": "object"
498
+ }
499
+ }
500
+ }
501
+ }
502
+ }
503
+ },
504
+ "/people/{personId}": {
505
+ "get": {
506
+ "tags": [
507
+ "People"
508
+ ],
509
+ "operationId": "getPerson",
510
+ "description": "The parameters and request body are for method: getPerson. Same endpoint also used in methods:",
511
+ "responses": {
512
+ "200": {
513
+ "description": "Successful operation",
514
+ "content": {
515
+ "application/json": {
516
+ "schema": {
517
+ "type": "object",
518
+ "properties": {
519
+ "id": {
520
+ "type": "string"
521
+ },
522
+ "emails": {
523
+ "type": "array",
524
+ "items": {
525
+ "type": "string"
526
+ }
527
+ },
528
+ "displayName": {
529
+ "type": "string"
530
+ },
531
+ "nickName": {
532
+ "type": "string"
533
+ },
534
+ "firstName": {
535
+ "type": "string"
536
+ },
537
+ "lastName": {
538
+ "type": "string"
539
+ },
540
+ "avatar": {
541
+ "type": "string"
542
+ },
543
+ "orgId": {
544
+ "type": "string"
545
+ },
546
+ "roles": {
547
+ "type": "array",
548
+ "items": {
549
+ "type": "string"
550
+ }
551
+ },
552
+ "licenses": {
553
+ "type": "array",
554
+ "items": {
555
+ "type": "string"
556
+ }
557
+ },
558
+ "created": {
559
+ "type": "string"
560
+ },
561
+ "timeZone": {
562
+ "type": "string"
563
+ },
564
+ "lastActivity": {
565
+ "type": "string"
566
+ },
567
+ "status": {
568
+ "type": "string"
569
+ },
570
+ "type": {
571
+ "type": "string"
572
+ }
573
+ }
574
+ },
575
+ "example": {
576
+ "id": "string",
577
+ "emails": [
578
+ "string",
579
+ "string"
580
+ ],
581
+ "displayName": "string",
582
+ "nickName": "string",
583
+ "firstName": "string",
584
+ "lastName": "string",
585
+ "avatar": "string",
586
+ "orgId": "string",
587
+ "roles": [
588
+ "string",
589
+ "string",
590
+ "string",
591
+ "string",
592
+ "string"
593
+ ],
594
+ "licenses": [
595
+ "string",
596
+ "string",
597
+ "string",
598
+ "string",
599
+ "string",
600
+ "string",
601
+ "string"
602
+ ],
603
+ "created": "string",
604
+ "timeZone": "string",
605
+ "lastActivity": "string",
606
+ "status": "string",
607
+ "type": "string"
608
+ }
609
+ }
610
+ }
611
+ }
612
+ },
613
+ "parameters": [
614
+ {
615
+ "name": "personId",
616
+ "in": "path",
617
+ "required": true,
618
+ "schema": {
619
+ "title": "personId",
620
+ "type": "string"
621
+ }
622
+ }
623
+ ],
624
+ "requestBody": {
625
+ "content": {
626
+ "application/json": {
627
+ "schema": {
628
+ "type": "object"
629
+ },
630
+ "example": {}
631
+ }
632
+ }
633
+ }
634
+ },
635
+ "put": {
636
+ "tags": [
637
+ "People"
638
+ ],
639
+ "operationId": "updatePerson",
640
+ "description": "The parameters and request body are for method: updatePerson. Same endpoint also used in methods:",
641
+ "responses": {
642
+ "200": {
643
+ "description": "Successful operation",
644
+ "content": {
645
+ "application/json": {
646
+ "schema": {
647
+ "type": "object",
648
+ "properties": {
649
+ "id": {
650
+ "type": "string"
651
+ },
652
+ "emails": {
653
+ "type": "array",
654
+ "items": {
655
+ "type": "string"
656
+ }
657
+ },
658
+ "displayName": {
659
+ "type": "string"
660
+ },
661
+ "nickName": {
662
+ "type": "string"
663
+ },
664
+ "firstName": {
665
+ "type": "string"
666
+ },
667
+ "lastName": {
668
+ "type": "string"
669
+ },
670
+ "avatar": {
671
+ "type": "string"
672
+ },
673
+ "orgId": {
674
+ "type": "string"
675
+ },
676
+ "roles": {
677
+ "type": "array",
678
+ "items": {
679
+ "type": "string"
680
+ }
681
+ },
682
+ "licenses": {
683
+ "type": "array",
684
+ "items": {
685
+ "type": "string"
686
+ }
687
+ },
688
+ "created": {
689
+ "type": "string"
690
+ },
691
+ "timeZone": {
692
+ "type": "string"
693
+ },
694
+ "lastActivity": {
695
+ "type": "string"
696
+ },
697
+ "status": {
698
+ "type": "string"
699
+ },
700
+ "type": {
701
+ "type": "string"
702
+ }
703
+ }
704
+ },
705
+ "example": {
706
+ "id": "string",
707
+ "emails": [
708
+ "string",
709
+ "string",
710
+ "string",
711
+ "string"
712
+ ],
713
+ "displayName": "string",
714
+ "nickName": "string",
715
+ "firstName": "string",
716
+ "lastName": "string",
717
+ "avatar": "string",
718
+ "orgId": "string",
719
+ "roles": [
720
+ "string",
721
+ "string",
722
+ "string",
723
+ "string",
724
+ "string",
725
+ "string"
726
+ ],
727
+ "licenses": [
728
+ "string",
729
+ "string",
730
+ "string",
731
+ "string",
732
+ "string",
733
+ "string"
734
+ ],
735
+ "created": "string",
736
+ "timeZone": "string",
737
+ "lastActivity": "string",
738
+ "status": "string",
739
+ "type": "string"
740
+ }
741
+ }
742
+ }
743
+ }
744
+ },
745
+ "parameters": [
746
+ {
747
+ "name": "personId",
748
+ "in": "path",
749
+ "required": true,
750
+ "schema": {
751
+ "title": "personId",
752
+ "type": "string"
753
+ }
754
+ }
755
+ ],
756
+ "requestBody": {
757
+ "description": "indeterminate body object",
758
+ "content": {
759
+ "application/json": {
760
+ "schema": {
761
+ "type": "object"
762
+ }
763
+ }
764
+ }
765
+ }
766
+ },
767
+ "delete": {
768
+ "tags": [
769
+ "People"
770
+ ],
771
+ "operationId": "deletePerson",
772
+ "description": "The parameters and request body are for method: deletePerson. Same endpoint also used in methods:",
773
+ "responses": {
774
+ "200": {
775
+ "description": "Successful operation",
776
+ "content": {
777
+ "application/json": {
778
+ "schema": {
779
+ "title": "result",
780
+ "type": "object"
781
+ }
782
+ }
783
+ }
784
+ }
785
+ },
786
+ "parameters": [
787
+ {
788
+ "name": "personId",
789
+ "in": "path",
790
+ "required": true,
791
+ "schema": {
792
+ "title": "personId",
793
+ "type": "string"
794
+ }
795
+ }
796
+ ],
797
+ "requestBody": {
798
+ "content": {
799
+ "application/json": {
800
+ "schema": {
801
+ "type": "object"
802
+ },
803
+ "example": {}
804
+ }
805
+ }
806
+ }
807
+ }
808
+ },
809
+ "/people/me": {
810
+ "get": {
811
+ "tags": [
812
+ "People"
813
+ ],
814
+ "operationId": "getMe",
815
+ "description": "The parameters and request body are for method: getMe. Same endpoint also used in methods:",
816
+ "responses": {
817
+ "200": {
818
+ "description": "Successful operation",
819
+ "content": {
820
+ "application/json": {
821
+ "schema": {
822
+ "type": "object",
823
+ "properties": {
824
+ "id": {
825
+ "type": "string"
826
+ },
827
+ "emails": {
828
+ "type": "array",
829
+ "items": {
830
+ "type": "string"
831
+ }
832
+ },
833
+ "displayName": {
834
+ "type": "string"
835
+ },
836
+ "nickName": {
837
+ "type": "string"
838
+ },
839
+ "firstName": {
840
+ "type": "string"
841
+ },
842
+ "lastName": {
843
+ "type": "string"
844
+ },
845
+ "avatar": {
846
+ "type": "string"
847
+ },
848
+ "orgId": {
849
+ "type": "string"
850
+ },
851
+ "roles": {
852
+ "type": "array",
853
+ "items": {
854
+ "type": "string"
855
+ }
856
+ },
857
+ "licenses": {
858
+ "type": "array",
859
+ "items": {
860
+ "type": "string"
861
+ }
862
+ },
863
+ "created": {
864
+ "type": "string"
865
+ },
866
+ "timeZone": {
867
+ "type": "string"
868
+ },
869
+ "lastActivity": {
870
+ "type": "string"
871
+ },
872
+ "status": {
873
+ "type": "string"
874
+ },
875
+ "type": {
876
+ "type": "string"
877
+ }
878
+ }
879
+ },
880
+ "example": {
881
+ "id": "string",
882
+ "emails": [
883
+ "string",
884
+ "string",
885
+ "string",
886
+ "string",
887
+ "string"
888
+ ],
889
+ "displayName": "string",
890
+ "nickName": "string",
891
+ "firstName": "string",
892
+ "lastName": "string",
893
+ "avatar": "string",
894
+ "orgId": "string",
895
+ "roles": [
896
+ "string",
897
+ "string",
898
+ "string",
899
+ "string",
900
+ "string",
901
+ "string",
902
+ "string",
903
+ "string",
904
+ "string"
905
+ ],
906
+ "licenses": [
907
+ "string",
908
+ "string",
909
+ "string",
910
+ "string",
911
+ "string",
912
+ "string",
913
+ "string",
914
+ "string",
915
+ "string"
916
+ ],
917
+ "created": "string",
918
+ "timeZone": "string",
919
+ "lastActivity": "string",
920
+ "status": "string",
921
+ "type": "string"
922
+ }
923
+ }
924
+ }
925
+ }
926
+ },
927
+ "requestBody": {
928
+ "content": {
929
+ "application/json": {
930
+ "schema": {
931
+ "type": "object"
932
+ },
933
+ "example": {}
934
+ }
935
+ }
936
+ }
937
+ }
938
+ },
939
+ "/rooms/": {
940
+ "get": {
941
+ "tags": [
942
+ "Rooms"
943
+ ],
944
+ "operationId": "getRooms",
945
+ "description": "The parameters and request body are for method: getRooms. Same endpoint also used in methods:",
946
+ "responses": {
947
+ "200": {
948
+ "description": "Successful operation",
949
+ "content": {
950
+ "application/json": {
951
+ "schema": {
952
+ "type": "object",
953
+ "properties": {
954
+ "items": {
955
+ "type": "array",
956
+ "items": {
957
+ "type": "object",
958
+ "properties": {
959
+ "id": {
960
+ "type": "string"
961
+ },
962
+ "title": {
963
+ "type": "string"
964
+ },
965
+ "type": {
966
+ "type": "string"
967
+ },
968
+ "isLocked": {
969
+ "type": "boolean"
970
+ },
971
+ "teamId": {
972
+ "type": "string"
973
+ },
974
+ "creatorId": {
975
+ "type": "string"
976
+ },
977
+ "lastActivity": {
978
+ "type": "string"
979
+ },
980
+ "created": {
981
+ "type": "string"
982
+ }
983
+ }
984
+ }
985
+ }
986
+ }
987
+ },
988
+ "example": {
989
+ "items": [
990
+ {
991
+ "id": "string",
992
+ "title": "string",
993
+ "type": "string",
994
+ "isLocked": false,
995
+ "teamId": "string",
996
+ "creatorId": "string",
997
+ "lastActivity": "string",
998
+ "created": "string"
999
+ },
1000
+ {
1001
+ "id": "string",
1002
+ "title": "string",
1003
+ "type": "string",
1004
+ "isLocked": false,
1005
+ "teamId": "string",
1006
+ "creatorId": "string",
1007
+ "lastActivity": "string",
1008
+ "created": "string"
1009
+ },
1010
+ {
1011
+ "id": "string",
1012
+ "title": "string",
1013
+ "type": "string",
1014
+ "isLocked": false,
1015
+ "teamId": "string",
1016
+ "creatorId": "string",
1017
+ "lastActivity": "string",
1018
+ "created": "string"
1019
+ }
1020
+ ]
1021
+ }
1022
+ }
1023
+ }
1024
+ }
1025
+ },
1026
+ "parameters": [
1027
+ {
1028
+ "name": "teamId",
1029
+ "in": "query",
1030
+ "required": true,
1031
+ "schema": {
1032
+ "type": "string"
1033
+ }
1034
+ },
1035
+ {
1036
+ "name": "type",
1037
+ "in": "query",
1038
+ "required": true,
1039
+ "schema": {
1040
+ "type": "string"
1041
+ }
1042
+ },
1043
+ {
1044
+ "name": "max",
1045
+ "in": "query",
1046
+ "required": true,
1047
+ "schema": {
1048
+ "type": "string"
1049
+ }
1050
+ }
1051
+ ],
1052
+ "requestBody": {
1053
+ "content": {
1054
+ "application/json": {
1055
+ "schema": {
1056
+ "type": "object"
1057
+ },
1058
+ "example": {}
1059
+ }
1060
+ }
1061
+ }
1062
+ },
1063
+ "post": {
1064
+ "tags": [
1065
+ "Rooms"
1066
+ ],
1067
+ "operationId": "createRoom",
1068
+ "description": "The parameters and request body are for method: createRoom. Same endpoint also used in methods:",
1069
+ "responses": {
1070
+ "200": {
1071
+ "description": "Successful operation",
1072
+ "content": {
1073
+ "application/json": {
1074
+ "schema": {
1075
+ "type": "object",
1076
+ "properties": {
1077
+ "id": {
1078
+ "type": "string"
1079
+ },
1080
+ "title": {
1081
+ "type": "string"
1082
+ },
1083
+ "type": {
1084
+ "type": "string"
1085
+ },
1086
+ "isLocked": {
1087
+ "type": "boolean"
1088
+ },
1089
+ "teamId": {
1090
+ "type": "string"
1091
+ },
1092
+ "creatorId": {
1093
+ "type": "string"
1094
+ },
1095
+ "lastActivity": {
1096
+ "type": "string"
1097
+ },
1098
+ "created": {
1099
+ "type": "string"
1100
+ }
1101
+ }
1102
+ },
1103
+ "example": {
1104
+ "id": "string",
1105
+ "title": "string",
1106
+ "type": "string",
1107
+ "isLocked": false,
1108
+ "teamId": "string",
1109
+ "creatorId": "string",
1110
+ "lastActivity": "string",
1111
+ "created": "string"
1112
+ }
1113
+ }
1114
+ }
1115
+ }
1116
+ },
1117
+ "requestBody": {
1118
+ "description": "indeterminate body object",
1119
+ "content": {
1120
+ "application/json": {
1121
+ "schema": {
1122
+ "type": "object"
1123
+ }
1124
+ }
1125
+ }
1126
+ }
1127
+ }
1128
+ },
1129
+ "/rooms/{roomId}": {
1130
+ "get": {
1131
+ "tags": [
1132
+ "Rooms"
1133
+ ],
1134
+ "operationId": "getRoom",
1135
+ "description": "The parameters and request body are for method: getRoom. Same endpoint also used in methods:",
1136
+ "responses": {
1137
+ "200": {
1138
+ "description": "Successful operation",
1139
+ "content": {
1140
+ "application/json": {
1141
+ "schema": {
1142
+ "type": "object",
1143
+ "properties": {
1144
+ "id": {
1145
+ "type": "string"
1146
+ },
1147
+ "title": {
1148
+ "type": "string"
1149
+ },
1150
+ "type": {
1151
+ "type": "string"
1152
+ },
1153
+ "isLocked": {
1154
+ "type": "boolean"
1155
+ },
1156
+ "teamId": {
1157
+ "type": "string"
1158
+ },
1159
+ "creatorId": {
1160
+ "type": "string"
1161
+ },
1162
+ "lastActivity": {
1163
+ "type": "string"
1164
+ },
1165
+ "created": {
1166
+ "type": "string"
1167
+ }
1168
+ }
1169
+ },
1170
+ "example": {
1171
+ "id": "string",
1172
+ "title": "string",
1173
+ "type": "string",
1174
+ "isLocked": false,
1175
+ "teamId": "string",
1176
+ "creatorId": "string",
1177
+ "lastActivity": "string",
1178
+ "created": "string"
1179
+ }
1180
+ }
1181
+ }
1182
+ }
1183
+ },
1184
+ "parameters": [
1185
+ {
1186
+ "name": "roomId",
1187
+ "in": "path",
1188
+ "required": true,
1189
+ "schema": {
1190
+ "title": "roomId",
1191
+ "type": "string"
1192
+ }
1193
+ }
1194
+ ],
1195
+ "requestBody": {
1196
+ "content": {
1197
+ "application/json": {
1198
+ "schema": {
1199
+ "type": "object"
1200
+ },
1201
+ "example": {}
1202
+ }
1203
+ }
1204
+ }
1205
+ },
1206
+ "put": {
1207
+ "tags": [
1208
+ "Rooms"
1209
+ ],
1210
+ "operationId": "updateRoom",
1211
+ "description": "The parameters and request body are for method: updateRoom. Same endpoint also used in methods:",
1212
+ "responses": {
1213
+ "200": {
1214
+ "description": "Successful operation",
1215
+ "content": {
1216
+ "application/json": {
1217
+ "schema": {
1218
+ "type": "object",
1219
+ "properties": {
1220
+ "id": {
1221
+ "type": "string"
1222
+ },
1223
+ "title": {
1224
+ "type": "string"
1225
+ },
1226
+ "type": {
1227
+ "type": "string"
1228
+ },
1229
+ "isLocked": {
1230
+ "type": "boolean"
1231
+ },
1232
+ "teamId": {
1233
+ "type": "string"
1234
+ },
1235
+ "creatorId": {
1236
+ "type": "string"
1237
+ },
1238
+ "lastActivity": {
1239
+ "type": "string"
1240
+ },
1241
+ "created": {
1242
+ "type": "string"
1243
+ }
1244
+ }
1245
+ },
1246
+ "example": {
1247
+ "id": "string",
1248
+ "title": "string",
1249
+ "type": "string",
1250
+ "isLocked": true,
1251
+ "teamId": "string",
1252
+ "creatorId": "string",
1253
+ "lastActivity": "string",
1254
+ "created": "string"
1255
+ }
1256
+ }
1257
+ }
1258
+ }
1259
+ },
1260
+ "parameters": [
1261
+ {
1262
+ "name": "roomId",
1263
+ "in": "path",
1264
+ "required": true,
1265
+ "schema": {
1266
+ "title": "roomId",
1267
+ "type": "string"
1268
+ }
1269
+ }
1270
+ ],
1271
+ "requestBody": {
1272
+ "description": "indeterminate body object",
1273
+ "content": {
1274
+ "application/json": {
1275
+ "schema": {
1276
+ "type": "object"
1277
+ }
1278
+ }
1279
+ }
1280
+ }
1281
+ },
1282
+ "delete": {
1283
+ "tags": [
1284
+ "Rooms"
1285
+ ],
1286
+ "operationId": "deleteRoom",
1287
+ "description": "The parameters and request body are for method: deleteRoom. Same endpoint also used in methods:",
1288
+ "responses": {
1289
+ "200": {
1290
+ "description": "Successful operation",
1291
+ "content": {
1292
+ "application/json": {
1293
+ "schema": {
1294
+ "title": "result",
1295
+ "type": "object"
1296
+ }
1297
+ }
1298
+ }
1299
+ }
1300
+ },
1301
+ "parameters": [
1302
+ {
1303
+ "name": "roomId",
1304
+ "in": "path",
1305
+ "required": true,
1306
+ "schema": {
1307
+ "title": "roomId",
1308
+ "type": "string"
1309
+ }
1310
+ }
1311
+ ],
1312
+ "requestBody": {
1313
+ "content": {
1314
+ "application/json": {
1315
+ "schema": {
1316
+ "type": "object"
1317
+ },
1318
+ "example": {}
1319
+ }
1320
+ }
1321
+ }
1322
+ }
1323
+ },
1324
+ "/memberships/": {
1325
+ "get": {
1326
+ "tags": [
1327
+ "Memberships"
1328
+ ],
1329
+ "operationId": "getMemberships",
1330
+ "description": "The parameters and request body are for method: getMemberships. Same endpoint also used in methods:",
1331
+ "responses": {
1332
+ "200": {
1333
+ "description": "Successful operation",
1334
+ "content": {
1335
+ "application/json": {
1336
+ "schema": {
1337
+ "type": "object",
1338
+ "properties": {
1339
+ "items": {
1340
+ "type": "array",
1341
+ "items": {
1342
+ "type": "object",
1343
+ "properties": {
1344
+ "id": {
1345
+ "type": "string"
1346
+ },
1347
+ "roomId": {
1348
+ "type": "string"
1349
+ },
1350
+ "personId": {
1351
+ "type": "string"
1352
+ },
1353
+ "personEmail": {
1354
+ "type": "string"
1355
+ },
1356
+ "personDisplayName": {
1357
+ "type": "string"
1358
+ },
1359
+ "isModerator": {
1360
+ "type": "boolean"
1361
+ },
1362
+ "isMonitor": {
1363
+ "type": "boolean"
1364
+ },
1365
+ "created": {
1366
+ "type": "string"
1367
+ }
1368
+ }
1369
+ }
1370
+ }
1371
+ }
1372
+ },
1373
+ "example": {
1374
+ "items": [
1375
+ {
1376
+ "id": "string",
1377
+ "roomId": "string",
1378
+ "personId": "string",
1379
+ "personEmail": "string",
1380
+ "personDisplayName": "string",
1381
+ "isModerator": true,
1382
+ "isMonitor": false,
1383
+ "created": "string"
1384
+ },
1385
+ {
1386
+ "id": "string",
1387
+ "roomId": "string",
1388
+ "personId": "string",
1389
+ "personEmail": "string",
1390
+ "personDisplayName": "string",
1391
+ "isModerator": false,
1392
+ "isMonitor": false,
1393
+ "created": "string"
1394
+ },
1395
+ {
1396
+ "id": "string",
1397
+ "roomId": "string",
1398
+ "personId": "string",
1399
+ "personEmail": "string",
1400
+ "personDisplayName": "string",
1401
+ "isModerator": false,
1402
+ "isMonitor": false,
1403
+ "created": "string"
1404
+ },
1405
+ {
1406
+ "id": "string",
1407
+ "roomId": "string",
1408
+ "personId": "string",
1409
+ "personEmail": "string",
1410
+ "personDisplayName": "string",
1411
+ "isModerator": false,
1412
+ "isMonitor": false,
1413
+ "created": "string"
1414
+ },
1415
+ {
1416
+ "id": "string",
1417
+ "roomId": "string",
1418
+ "personId": "string",
1419
+ "personEmail": "string",
1420
+ "personDisplayName": "string",
1421
+ "isModerator": false,
1422
+ "isMonitor": true,
1423
+ "created": "string"
1424
+ },
1425
+ {
1426
+ "id": "string",
1427
+ "roomId": "string",
1428
+ "personId": "string",
1429
+ "personEmail": "string",
1430
+ "personDisplayName": "string",
1431
+ "isModerator": true,
1432
+ "isMonitor": false,
1433
+ "created": "string"
1434
+ },
1435
+ {
1436
+ "id": "string",
1437
+ "roomId": "string",
1438
+ "personId": "string",
1439
+ "personEmail": "string",
1440
+ "personDisplayName": "string",
1441
+ "isModerator": true,
1442
+ "isMonitor": true,
1443
+ "created": "string"
1444
+ },
1445
+ {
1446
+ "id": "string",
1447
+ "roomId": "string",
1448
+ "personId": "string",
1449
+ "personEmail": "string",
1450
+ "personDisplayName": "string",
1451
+ "isModerator": false,
1452
+ "isMonitor": false,
1453
+ "created": "string"
1454
+ }
1455
+ ]
1456
+ }
1457
+ }
1458
+ }
1459
+ }
1460
+ },
1461
+ "parameters": [
1462
+ {
1463
+ "name": "roomId",
1464
+ "in": "query",
1465
+ "required": true,
1466
+ "schema": {
1467
+ "type": "string"
1468
+ }
1469
+ },
1470
+ {
1471
+ "name": "personId",
1472
+ "in": "query",
1473
+ "required": true,
1474
+ "schema": {
1475
+ "type": "string"
1476
+ }
1477
+ },
1478
+ {
1479
+ "name": "personEmail",
1480
+ "in": "query",
1481
+ "required": true,
1482
+ "schema": {
1483
+ "type": "string"
1484
+ }
1485
+ },
1486
+ {
1487
+ "name": "max",
1488
+ "in": "query",
1489
+ "required": true,
1490
+ "schema": {
1491
+ "type": "string"
1492
+ }
1493
+ }
1494
+ ],
1495
+ "requestBody": {
1496
+ "content": {
1497
+ "application/json": {
1498
+ "schema": {
1499
+ "type": "object"
1500
+ },
1501
+ "example": {}
1502
+ }
1503
+ }
1504
+ }
1505
+ },
1506
+ "post": {
1507
+ "tags": [
1508
+ "Memberships"
1509
+ ],
1510
+ "operationId": "createMembership",
1511
+ "description": "The parameters and request body are for method: createMembership. Same endpoint also used in methods:",
1512
+ "responses": {
1513
+ "200": {
1514
+ "description": "Successful operation",
1515
+ "content": {
1516
+ "application/json": {
1517
+ "schema": {
1518
+ "type": "object",
1519
+ "properties": {
1520
+ "id": {
1521
+ "type": "string"
1522
+ },
1523
+ "roomId": {
1524
+ "type": "string"
1525
+ },
1526
+ "personId": {
1527
+ "type": "string"
1528
+ },
1529
+ "personEmail": {
1530
+ "type": "string"
1531
+ },
1532
+ "personDisplayName": {
1533
+ "type": "string"
1534
+ },
1535
+ "isModerator": {
1536
+ "type": "boolean"
1537
+ },
1538
+ "isMonitor": {
1539
+ "type": "boolean"
1540
+ },
1541
+ "created": {
1542
+ "type": "string"
1543
+ }
1544
+ }
1545
+ },
1546
+ "example": {
1547
+ "id": "string",
1548
+ "roomId": "string",
1549
+ "personId": "string",
1550
+ "personEmail": "string",
1551
+ "personDisplayName": "string",
1552
+ "isModerator": true,
1553
+ "isMonitor": true,
1554
+ "created": "string"
1555
+ }
1556
+ }
1557
+ }
1558
+ }
1559
+ },
1560
+ "requestBody": {
1561
+ "description": "indeterminate body object",
1562
+ "content": {
1563
+ "application/json": {
1564
+ "schema": {
1565
+ "type": "object"
1566
+ }
1567
+ }
1568
+ }
1569
+ }
1570
+ }
1571
+ },
1572
+ "/memberships/{membershipId}": {
1573
+ "get": {
1574
+ "tags": [
1575
+ "Memberships"
1576
+ ],
1577
+ "operationId": "getMembership",
1578
+ "description": "The parameters and request body are for method: getMembership. Same endpoint also used in methods:",
1579
+ "responses": {
1580
+ "200": {
1581
+ "description": "Successful operation",
1582
+ "content": {
1583
+ "application/json": {
1584
+ "schema": {
1585
+ "type": "object",
1586
+ "properties": {
1587
+ "id": {
1588
+ "type": "string"
1589
+ },
1590
+ "roomId": {
1591
+ "type": "string"
1592
+ },
1593
+ "personId": {
1594
+ "type": "string"
1595
+ },
1596
+ "personEmail": {
1597
+ "type": "string"
1598
+ },
1599
+ "personDisplayName": {
1600
+ "type": "string"
1601
+ },
1602
+ "isModerator": {
1603
+ "type": "boolean"
1604
+ },
1605
+ "isMonitor": {
1606
+ "type": "boolean"
1607
+ },
1608
+ "created": {
1609
+ "type": "string"
1610
+ }
1611
+ }
1612
+ },
1613
+ "example": {
1614
+ "id": "string",
1615
+ "roomId": "string",
1616
+ "personId": "string",
1617
+ "personEmail": "string",
1618
+ "personDisplayName": "string",
1619
+ "isModerator": false,
1620
+ "isMonitor": true,
1621
+ "created": "string"
1622
+ }
1623
+ }
1624
+ }
1625
+ }
1626
+ },
1627
+ "parameters": [
1628
+ {
1629
+ "name": "membershipId",
1630
+ "in": "path",
1631
+ "required": true,
1632
+ "schema": {
1633
+ "title": "membershipId",
1634
+ "type": "string"
1635
+ }
1636
+ }
1637
+ ],
1638
+ "requestBody": {
1639
+ "content": {
1640
+ "application/json": {
1641
+ "schema": {
1642
+ "type": "object"
1643
+ },
1644
+ "example": {}
1645
+ }
1646
+ }
1647
+ }
1648
+ },
1649
+ "put": {
1650
+ "tags": [
1651
+ "Memberships"
1652
+ ],
1653
+ "operationId": "updateMembership",
1654
+ "description": "The parameters and request body are for method: updateMembership. Same endpoint also used in methods:",
1655
+ "responses": {
1656
+ "200": {
1657
+ "description": "Successful operation",
1658
+ "content": {
1659
+ "application/json": {
1660
+ "schema": {
1661
+ "type": "object",
1662
+ "properties": {
1663
+ "id": {
1664
+ "type": "string"
1665
+ },
1666
+ "roomId": {
1667
+ "type": "string"
1668
+ },
1669
+ "personId": {
1670
+ "type": "string"
1671
+ },
1672
+ "personEmail": {
1673
+ "type": "string"
1674
+ },
1675
+ "personDisplayName": {
1676
+ "type": "string"
1677
+ },
1678
+ "isModerator": {
1679
+ "type": "boolean"
1680
+ },
1681
+ "isMonitor": {
1682
+ "type": "boolean"
1683
+ },
1684
+ "created": {
1685
+ "type": "string"
1686
+ }
1687
+ }
1688
+ },
1689
+ "example": {
1690
+ "id": "string",
1691
+ "roomId": "string",
1692
+ "personId": "string",
1693
+ "personEmail": "string",
1694
+ "personDisplayName": "string",
1695
+ "isModerator": true,
1696
+ "isMonitor": false,
1697
+ "created": "string"
1698
+ }
1699
+ }
1700
+ }
1701
+ }
1702
+ },
1703
+ "parameters": [
1704
+ {
1705
+ "name": "membershipId",
1706
+ "in": "path",
1707
+ "required": true,
1708
+ "schema": {
1709
+ "title": "membershipId",
1710
+ "type": "string"
1711
+ }
1712
+ }
1713
+ ],
1714
+ "requestBody": {
1715
+ "description": "indeterminate body object",
1716
+ "content": {
1717
+ "application/json": {
1718
+ "schema": {
1719
+ "type": "object"
1720
+ }
1721
+ }
1722
+ }
1723
+ }
1724
+ },
1725
+ "delete": {
1726
+ "tags": [
1727
+ "Memberships"
1728
+ ],
1729
+ "operationId": "deleteMembership",
1730
+ "description": "The parameters and request body are for method: deleteMembership. Same endpoint also used in methods:",
1731
+ "responses": {
1732
+ "200": {
1733
+ "description": "Successful operation",
1734
+ "content": {
1735
+ "application/json": {
1736
+ "schema": {
1737
+ "title": "result",
1738
+ "type": "object"
1739
+ }
1740
+ }
1741
+ }
1742
+ }
1743
+ },
1744
+ "parameters": [
1745
+ {
1746
+ "name": "membershipId",
1747
+ "in": "path",
1748
+ "required": true,
1749
+ "schema": {
1750
+ "title": "membershipId",
1751
+ "type": "string"
1752
+ }
1753
+ }
1754
+ ],
1755
+ "requestBody": {
1756
+ "content": {
1757
+ "application/json": {
1758
+ "schema": {
1759
+ "type": "object"
1760
+ },
1761
+ "example": {}
1762
+ }
1763
+ }
1764
+ }
1765
+ }
1766
+ },
1767
+ "/messages/": {
1768
+ "get": {
1769
+ "tags": [
1770
+ "Messages"
1771
+ ],
1772
+ "operationId": "getMessages",
1773
+ "description": "The parameters and request body are for method: getMessages. Same endpoint also used in methods:",
1774
+ "responses": {
1775
+ "200": {
1776
+ "description": "Successful operation",
1777
+ "content": {
1778
+ "application/json": {
1779
+ "schema": {
1780
+ "type": "object",
1781
+ "properties": {
1782
+ "items": {
1783
+ "type": "array",
1784
+ "items": {
1785
+ "type": "object",
1786
+ "properties": {
1787
+ "id": {
1788
+ "type": "string"
1789
+ },
1790
+ "roomId": {
1791
+ "type": "string"
1792
+ },
1793
+ "roomType": {
1794
+ "type": "string"
1795
+ },
1796
+ "toPersonId": {
1797
+ "type": "string"
1798
+ },
1799
+ "toPersonEmail": {
1800
+ "type": "string"
1801
+ },
1802
+ "text": {
1803
+ "type": "string"
1804
+ },
1805
+ "markdown": {
1806
+ "type": "string"
1807
+ },
1808
+ "html": {
1809
+ "type": "string"
1810
+ },
1811
+ "files": {
1812
+ "type": "array",
1813
+ "items": {
1814
+ "type": "string"
1815
+ }
1816
+ },
1817
+ "personId": {
1818
+ "type": "string"
1819
+ },
1820
+ "personEmail": {
1821
+ "type": "string"
1822
+ },
1823
+ "created": {
1824
+ "type": "string"
1825
+ },
1826
+ "mentionedPeople": {
1827
+ "type": "array",
1828
+ "items": {
1829
+ "type": "string"
1830
+ }
1831
+ }
1832
+ }
1833
+ }
1834
+ }
1835
+ }
1836
+ },
1837
+ "example": {
1838
+ "items": [
1839
+ {
1840
+ "id": "string",
1841
+ "roomId": "string",
1842
+ "roomType": "string",
1843
+ "toPersonId": "string",
1844
+ "toPersonEmail": "string",
1845
+ "text": "string",
1846
+ "markdown": "string",
1847
+ "html": "string",
1848
+ "files": [
1849
+ "string",
1850
+ "string",
1851
+ "string"
1852
+ ],
1853
+ "personId": "string",
1854
+ "personEmail": "string",
1855
+ "created": "string",
1856
+ "mentionedPeople": [
1857
+ "string",
1858
+ "string",
1859
+ "string",
1860
+ "string",
1861
+ "string",
1862
+ "string",
1863
+ "string",
1864
+ "string",
1865
+ "string",
1866
+ "string"
1867
+ ]
1868
+ },
1869
+ {
1870
+ "id": "string",
1871
+ "roomId": "string",
1872
+ "roomType": "string",
1873
+ "toPersonId": "string",
1874
+ "toPersonEmail": "string",
1875
+ "text": "string",
1876
+ "markdown": "string",
1877
+ "html": "string",
1878
+ "files": [
1879
+ "string"
1880
+ ],
1881
+ "personId": "string",
1882
+ "personEmail": "string",
1883
+ "created": "string",
1884
+ "mentionedPeople": [
1885
+ "string"
1886
+ ]
1887
+ },
1888
+ {
1889
+ "id": "string",
1890
+ "roomId": "string",
1891
+ "roomType": "string",
1892
+ "toPersonId": "string",
1893
+ "toPersonEmail": "string",
1894
+ "text": "string",
1895
+ "markdown": "string",
1896
+ "html": "string",
1897
+ "files": [
1898
+ "string"
1899
+ ],
1900
+ "personId": "string",
1901
+ "personEmail": "string",
1902
+ "created": "string",
1903
+ "mentionedPeople": [
1904
+ "string",
1905
+ "string",
1906
+ "string"
1907
+ ]
1908
+ }
1909
+ ]
1910
+ }
1911
+ }
1912
+ }
1913
+ }
1914
+ },
1915
+ "parameters": [
1916
+ {
1917
+ "name": "roomId",
1918
+ "in": "query",
1919
+ "required": true,
1920
+ "schema": {
1921
+ "type": "string"
1922
+ }
1923
+ },
1924
+ {
1925
+ "name": "mentionedPeople",
1926
+ "in": "query",
1927
+ "required": true,
1928
+ "schema": {
1929
+ "type": "string"
1930
+ }
1931
+ },
1932
+ {
1933
+ "name": "before",
1934
+ "in": "query",
1935
+ "required": true,
1936
+ "schema": {
1937
+ "type": "string"
1938
+ }
1939
+ },
1940
+ {
1941
+ "name": "beforeMessage",
1942
+ "in": "query",
1943
+ "required": true,
1944
+ "schema": {
1945
+ "type": "string"
1946
+ }
1947
+ },
1948
+ {
1949
+ "name": "max",
1950
+ "in": "query",
1951
+ "required": true,
1952
+ "schema": {
1953
+ "type": "string"
1954
+ }
1955
+ }
1956
+ ],
1957
+ "requestBody": {
1958
+ "content": {
1959
+ "application/json": {
1960
+ "schema": {
1961
+ "type": "object"
1962
+ },
1963
+ "example": {}
1964
+ }
1965
+ }
1966
+ }
1967
+ },
1968
+ "post": {
1969
+ "tags": [
1970
+ "Messages"
1971
+ ],
1972
+ "operationId": "createMessage",
1973
+ "description": "The parameters and request body are for method: createMessage. Same endpoint also used in methods:",
1974
+ "responses": {
1975
+ "200": {
1976
+ "description": "Successful operation",
1977
+ "content": {
1978
+ "application/json": {
1979
+ "schema": {
1980
+ "type": "object",
1981
+ "properties": {
1982
+ "id": {
1983
+ "type": "string"
1984
+ },
1985
+ "roomId": {
1986
+ "type": "string"
1987
+ },
1988
+ "roomType": {
1989
+ "type": "string"
1990
+ },
1991
+ "toPersonId": {
1992
+ "type": "string"
1993
+ },
1994
+ "toPersonEmail": {
1995
+ "type": "string"
1996
+ },
1997
+ "text": {
1998
+ "type": "string"
1999
+ },
2000
+ "markdown": {
2001
+ "type": "string"
2002
+ },
2003
+ "html": {
2004
+ "type": "string"
2005
+ },
2006
+ "files": {
2007
+ "type": "array",
2008
+ "items": {
2009
+ "type": "string"
2010
+ }
2011
+ },
2012
+ "personId": {
2013
+ "type": "string"
2014
+ },
2015
+ "personEmail": {
2016
+ "type": "string"
2017
+ },
2018
+ "created": {
2019
+ "type": "string"
2020
+ },
2021
+ "mentionedPeople": {
2022
+ "type": "array",
2023
+ "items": {
2024
+ "type": "string"
2025
+ }
2026
+ }
2027
+ }
2028
+ },
2029
+ "example": {
2030
+ "id": "string",
2031
+ "roomId": "string",
2032
+ "roomType": "string",
2033
+ "toPersonId": "string",
2034
+ "toPersonEmail": "string",
2035
+ "text": "string",
2036
+ "markdown": "string",
2037
+ "html": "string",
2038
+ "files": [
2039
+ "string",
2040
+ "string",
2041
+ "string",
2042
+ "string",
2043
+ "string",
2044
+ "string",
2045
+ "string",
2046
+ "string",
2047
+ "string",
2048
+ "string"
2049
+ ],
2050
+ "personId": "string",
2051
+ "personEmail": "string",
2052
+ "created": "string",
2053
+ "mentionedPeople": [
2054
+ "string",
2055
+ "string",
2056
+ "string",
2057
+ "string",
2058
+ "string",
2059
+ "string",
2060
+ "string",
2061
+ "string",
2062
+ "string",
2063
+ "string"
2064
+ ]
2065
+ }
2066
+ }
2067
+ }
2068
+ }
2069
+ },
2070
+ "requestBody": {
2071
+ "description": "indeterminate body object",
2072
+ "content": {
2073
+ "application/json": {
2074
+ "schema": {
2075
+ "type": "object"
2076
+ }
2077
+ }
2078
+ }
2079
+ }
2080
+ }
2081
+ },
2082
+ "/messages/{messageId}": {
2083
+ "get": {
2084
+ "tags": [
2085
+ "Messages"
2086
+ ],
2087
+ "operationId": "getMessage",
2088
+ "description": "The parameters and request body are for method: getMessage. Same endpoint also used in methods:",
2089
+ "responses": {
2090
+ "200": {
2091
+ "description": "Successful operation",
2092
+ "content": {
2093
+ "application/json": {
2094
+ "schema": {
2095
+ "type": "object",
2096
+ "properties": {
2097
+ "id": {
2098
+ "type": "string"
2099
+ },
2100
+ "roomId": {
2101
+ "type": "string"
2102
+ },
2103
+ "roomType": {
2104
+ "type": "string"
2105
+ },
2106
+ "toPersonId": {
2107
+ "type": "string"
2108
+ },
2109
+ "toPersonEmail": {
2110
+ "type": "string"
2111
+ },
2112
+ "text": {
2113
+ "type": "string"
2114
+ },
2115
+ "markdown": {
2116
+ "type": "string"
2117
+ },
2118
+ "html": {
2119
+ "type": "string"
2120
+ },
2121
+ "files": {
2122
+ "type": "array",
2123
+ "items": {
2124
+ "type": "string"
2125
+ }
2126
+ },
2127
+ "personId": {
2128
+ "type": "string"
2129
+ },
2130
+ "personEmail": {
2131
+ "type": "string"
2132
+ },
2133
+ "created": {
2134
+ "type": "string"
2135
+ },
2136
+ "mentionedPeople": {
2137
+ "type": "array",
2138
+ "items": {
2139
+ "type": "string"
2140
+ }
2141
+ }
2142
+ }
2143
+ },
2144
+ "example": {
2145
+ "id": "string",
2146
+ "roomId": "string",
2147
+ "roomType": "string",
2148
+ "toPersonId": "string",
2149
+ "toPersonEmail": "string",
2150
+ "text": "string",
2151
+ "markdown": "string",
2152
+ "html": "string",
2153
+ "files": [
2154
+ "string",
2155
+ "string"
2156
+ ],
2157
+ "personId": "string",
2158
+ "personEmail": "string",
2159
+ "created": "string",
2160
+ "mentionedPeople": [
2161
+ "string",
2162
+ "string",
2163
+ "string",
2164
+ "string",
2165
+ "string"
2166
+ ]
2167
+ }
2168
+ }
2169
+ }
2170
+ }
2171
+ },
2172
+ "parameters": [
2173
+ {
2174
+ "name": "messageId",
2175
+ "in": "path",
2176
+ "required": true,
2177
+ "schema": {
2178
+ "title": "messageId",
2179
+ "type": "string"
2180
+ }
2181
+ }
2182
+ ],
2183
+ "requestBody": {
2184
+ "content": {
2185
+ "application/json": {
2186
+ "schema": {
2187
+ "type": "object"
2188
+ },
2189
+ "example": {}
2190
+ }
2191
+ }
2192
+ }
2193
+ },
2194
+ "delete": {
2195
+ "tags": [
2196
+ "Messages"
2197
+ ],
2198
+ "operationId": "deleteMessage",
2199
+ "description": "The parameters and request body are for method: deleteMessage. Same endpoint also used in methods:",
2200
+ "responses": {
2201
+ "200": {
2202
+ "description": "Successful operation",
2203
+ "content": {
2204
+ "application/json": {
2205
+ "schema": {
2206
+ "title": "result",
2207
+ "type": "object"
2208
+ }
2209
+ }
2210
+ }
2211
+ }
2212
+ },
2213
+ "parameters": [
2214
+ {
2215
+ "name": "messageId",
2216
+ "in": "path",
2217
+ "required": true,
2218
+ "schema": {
2219
+ "title": "messageId",
2220
+ "type": "string"
2221
+ }
2222
+ }
2223
+ ],
2224
+ "requestBody": {
2225
+ "content": {
2226
+ "application/json": {
2227
+ "schema": {
2228
+ "type": "object"
2229
+ },
2230
+ "example": {}
2231
+ }
2232
+ }
2233
+ }
2234
+ }
2235
+ },
2236
+ "/teams/": {
2237
+ "get": {
2238
+ "tags": [
2239
+ "Teams"
2240
+ ],
2241
+ "operationId": "getTeams",
2242
+ "description": "The parameters and request body are for method: getTeams. Same endpoint also used in methods:",
2243
+ "responses": {
2244
+ "200": {
2245
+ "description": "Successful operation",
2246
+ "content": {
2247
+ "application/json": {
2248
+ "schema": {
2249
+ "type": "object",
2250
+ "properties": {
2251
+ "items": {
2252
+ "type": "array",
2253
+ "items": {
2254
+ "type": "object",
2255
+ "properties": {
2256
+ "id": {
2257
+ "type": "string"
2258
+ },
2259
+ "name": {
2260
+ "type": "string"
2261
+ },
2262
+ "creatorId": {
2263
+ "type": "string"
2264
+ },
2265
+ "created": {
2266
+ "type": "string"
2267
+ }
2268
+ }
2269
+ }
2270
+ }
2271
+ }
2272
+ },
2273
+ "example": {
2274
+ "items": [
2275
+ {
2276
+ "id": "string",
2277
+ "name": "string",
2278
+ "creatorId": "string",
2279
+ "created": "string"
2280
+ },
2281
+ {
2282
+ "id": "string",
2283
+ "name": "string",
2284
+ "creatorId": "string",
2285
+ "created": "string"
2286
+ },
2287
+ {
2288
+ "id": "string",
2289
+ "name": "string",
2290
+ "creatorId": "string",
2291
+ "created": "string"
2292
+ },
2293
+ {
2294
+ "id": "string",
2295
+ "name": "string",
2296
+ "creatorId": "string",
2297
+ "created": "string"
2298
+ },
2299
+ {
2300
+ "id": "string",
2301
+ "name": "string",
2302
+ "creatorId": "string",
2303
+ "created": "string"
2304
+ },
2305
+ {
2306
+ "id": "string",
2307
+ "name": "string",
2308
+ "creatorId": "string",
2309
+ "created": "string"
2310
+ },
2311
+ {
2312
+ "id": "string",
2313
+ "name": "string",
2314
+ "creatorId": "string",
2315
+ "created": "string"
2316
+ },
2317
+ {
2318
+ "id": "string",
2319
+ "name": "string",
2320
+ "creatorId": "string",
2321
+ "created": "string"
2322
+ },
2323
+ {
2324
+ "id": "string",
2325
+ "name": "string",
2326
+ "creatorId": "string",
2327
+ "created": "string"
2328
+ }
2329
+ ]
2330
+ }
2331
+ }
2332
+ }
2333
+ }
2334
+ },
2335
+ "parameters": [
2336
+ {
2337
+ "name": "max",
2338
+ "in": "query",
2339
+ "required": true,
2340
+ "schema": {
2341
+ "type": "string"
2342
+ }
2343
+ }
2344
+ ],
2345
+ "requestBody": {
2346
+ "content": {
2347
+ "application/json": {
2348
+ "schema": {
2349
+ "type": "object"
2350
+ },
2351
+ "example": {}
2352
+ }
2353
+ }
2354
+ }
2355
+ },
2356
+ "post": {
2357
+ "tags": [
2358
+ "Teams"
2359
+ ],
2360
+ "operationId": "createTeam",
2361
+ "description": "The parameters and request body are for method: createTeam. Same endpoint also used in methods:",
2362
+ "responses": {
2363
+ "200": {
2364
+ "description": "Successful operation",
2365
+ "content": {
2366
+ "application/json": {
2367
+ "schema": {
2368
+ "type": "object",
2369
+ "properties": {
2370
+ "id": {
2371
+ "type": "string"
2372
+ },
2373
+ "name": {
2374
+ "type": "string"
2375
+ },
2376
+ "creatorId": {
2377
+ "type": "string"
2378
+ },
2379
+ "created": {
2380
+ "type": "string"
2381
+ }
2382
+ }
2383
+ },
2384
+ "example": {
2385
+ "id": "string",
2386
+ "name": "string",
2387
+ "creatorId": "string",
2388
+ "created": "string"
2389
+ }
2390
+ }
2391
+ }
2392
+ }
2393
+ },
2394
+ "requestBody": {
2395
+ "description": "indeterminate body object",
2396
+ "content": {
2397
+ "application/json": {
2398
+ "schema": {
2399
+ "type": "object"
2400
+ }
2401
+ }
2402
+ }
2403
+ }
2404
+ }
2405
+ },
2406
+ "/teams/{teamId}": {
2407
+ "get": {
2408
+ "tags": [
2409
+ "Teams"
2410
+ ],
2411
+ "operationId": "getTeam",
2412
+ "description": "The parameters and request body are for method: getTeam. Same endpoint also used in methods:",
2413
+ "responses": {
2414
+ "200": {
2415
+ "description": "Successful operation",
2416
+ "content": {
2417
+ "application/json": {
2418
+ "schema": {
2419
+ "type": "object",
2420
+ "properties": {
2421
+ "id": {
2422
+ "type": "string"
2423
+ },
2424
+ "name": {
2425
+ "type": "string"
2426
+ },
2427
+ "creatorId": {
2428
+ "type": "string"
2429
+ },
2430
+ "created": {
2431
+ "type": "string"
2432
+ }
2433
+ }
2434
+ },
2435
+ "example": {
2436
+ "id": "string",
2437
+ "name": "string",
2438
+ "creatorId": "string",
2439
+ "created": "string"
2440
+ }
2441
+ }
2442
+ }
2443
+ }
2444
+ },
2445
+ "parameters": [
2446
+ {
2447
+ "name": "teamId",
2448
+ "in": "path",
2449
+ "required": true,
2450
+ "schema": {
2451
+ "title": "teamId",
2452
+ "type": "string"
2453
+ }
2454
+ }
2455
+ ],
2456
+ "requestBody": {
2457
+ "content": {
2458
+ "application/json": {
2459
+ "schema": {
2460
+ "type": "object"
2461
+ },
2462
+ "example": {}
2463
+ }
2464
+ }
2465
+ }
2466
+ },
2467
+ "put": {
2468
+ "tags": [
2469
+ "Teams"
2470
+ ],
2471
+ "operationId": "updateTeam",
2472
+ "description": "The parameters and request body are for method: updateTeam. Same endpoint also used in methods:",
2473
+ "responses": {
2474
+ "200": {
2475
+ "description": "Successful operation",
2476
+ "content": {
2477
+ "application/json": {
2478
+ "schema": {
2479
+ "type": "object",
2480
+ "properties": {
2481
+ "id": {
2482
+ "type": "string"
2483
+ },
2484
+ "name": {
2485
+ "type": "string"
2486
+ },
2487
+ "creatorId": {
2488
+ "type": "string"
2489
+ },
2490
+ "created": {
2491
+ "type": "string"
2492
+ }
2493
+ }
2494
+ },
2495
+ "example": {
2496
+ "id": "string",
2497
+ "name": "string",
2498
+ "creatorId": "string",
2499
+ "created": "string"
2500
+ }
2501
+ }
2502
+ }
2503
+ }
2504
+ },
2505
+ "parameters": [
2506
+ {
2507
+ "name": "teamId",
2508
+ "in": "path",
2509
+ "required": true,
2510
+ "schema": {
2511
+ "title": "teamId",
2512
+ "type": "string"
2513
+ }
2514
+ }
2515
+ ],
2516
+ "requestBody": {
2517
+ "description": "indeterminate body object",
2518
+ "content": {
2519
+ "application/json": {
2520
+ "schema": {
2521
+ "type": "object"
2522
+ }
2523
+ }
2524
+ }
2525
+ }
2526
+ },
2527
+ "delete": {
2528
+ "tags": [
2529
+ "Teams"
2530
+ ],
2531
+ "operationId": "deleteTeam",
2532
+ "description": "The parameters and request body are for method: deleteTeam. Same endpoint also used in methods:",
2533
+ "responses": {
2534
+ "200": {
2535
+ "description": "Successful operation",
2536
+ "content": {
2537
+ "application/json": {
2538
+ "schema": {
2539
+ "title": "result",
2540
+ "type": "object"
2541
+ }
2542
+ }
2543
+ }
2544
+ }
2545
+ },
2546
+ "parameters": [
2547
+ {
2548
+ "name": "teamId",
2549
+ "in": "path",
2550
+ "required": true,
2551
+ "schema": {
2552
+ "title": "teamId",
2553
+ "type": "string"
2554
+ }
2555
+ }
2556
+ ],
2557
+ "requestBody": {
2558
+ "content": {
2559
+ "application/json": {
2560
+ "schema": {
2561
+ "type": "object"
2562
+ },
2563
+ "example": {}
2564
+ }
2565
+ }
2566
+ }
2567
+ }
2568
+ },
2569
+ "/team/memberships/": {
2570
+ "get": {
2571
+ "tags": [
2572
+ "TeamMemberships"
2573
+ ],
2574
+ "operationId": "getTeamMemberships",
2575
+ "description": "The parameters and request body are for method: getTeamMemberships. Same endpoint also used in methods:",
2576
+ "responses": {
2577
+ "200": {
2578
+ "description": "Successful operation",
2579
+ "content": {
2580
+ "application/json": {
2581
+ "schema": {
2582
+ "type": "object",
2583
+ "properties": {
2584
+ "items": {
2585
+ "type": "array",
2586
+ "items": {
2587
+ "type": "object",
2588
+ "properties": {
2589
+ "id": {
2590
+ "type": "string"
2591
+ },
2592
+ "teamId": {
2593
+ "type": "string"
2594
+ },
2595
+ "personId": {
2596
+ "type": "string"
2597
+ },
2598
+ "personEmail": {
2599
+ "type": "string"
2600
+ },
2601
+ "personDisplayName": {
2602
+ "type": "string"
2603
+ },
2604
+ "isModerator": {
2605
+ "type": "boolean"
2606
+ },
2607
+ "created": {
2608
+ "type": "string"
2609
+ }
2610
+ }
2611
+ }
2612
+ }
2613
+ }
2614
+ },
2615
+ "example": {
2616
+ "items": [
2617
+ {
2618
+ "id": "string",
2619
+ "teamId": "string",
2620
+ "personId": "string",
2621
+ "personEmail": "string",
2622
+ "personDisplayName": "string",
2623
+ "isModerator": false,
2624
+ "created": "string"
2625
+ },
2626
+ {
2627
+ "id": "string",
2628
+ "teamId": "string",
2629
+ "personId": "string",
2630
+ "personEmail": "string",
2631
+ "personDisplayName": "string",
2632
+ "isModerator": true,
2633
+ "created": "string"
2634
+ },
2635
+ {
2636
+ "id": "string",
2637
+ "teamId": "string",
2638
+ "personId": "string",
2639
+ "personEmail": "string",
2640
+ "personDisplayName": "string",
2641
+ "isModerator": false,
2642
+ "created": "string"
2643
+ },
2644
+ {
2645
+ "id": "string",
2646
+ "teamId": "string",
2647
+ "personId": "string",
2648
+ "personEmail": "string",
2649
+ "personDisplayName": "string",
2650
+ "isModerator": true,
2651
+ "created": "string"
2652
+ },
2653
+ {
2654
+ "id": "string",
2655
+ "teamId": "string",
2656
+ "personId": "string",
2657
+ "personEmail": "string",
2658
+ "personDisplayName": "string",
2659
+ "isModerator": true,
2660
+ "created": "string"
2661
+ },
2662
+ {
2663
+ "id": "string",
2664
+ "teamId": "string",
2665
+ "personId": "string",
2666
+ "personEmail": "string",
2667
+ "personDisplayName": "string",
2668
+ "isModerator": false,
2669
+ "created": "string"
2670
+ },
2671
+ {
2672
+ "id": "string",
2673
+ "teamId": "string",
2674
+ "personId": "string",
2675
+ "personEmail": "string",
2676
+ "personDisplayName": "string",
2677
+ "isModerator": true,
2678
+ "created": "string"
2679
+ },
2680
+ {
2681
+ "id": "string",
2682
+ "teamId": "string",
2683
+ "personId": "string",
2684
+ "personEmail": "string",
2685
+ "personDisplayName": "string",
2686
+ "isModerator": true,
2687
+ "created": "string"
2688
+ },
2689
+ {
2690
+ "id": "string",
2691
+ "teamId": "string",
2692
+ "personId": "string",
2693
+ "personEmail": "string",
2694
+ "personDisplayName": "string",
2695
+ "isModerator": true,
2696
+ "created": "string"
2697
+ }
2698
+ ]
2699
+ }
2700
+ }
2701
+ }
2702
+ }
2703
+ },
2704
+ "parameters": [
2705
+ {
2706
+ "name": "teamId",
2707
+ "in": "query",
2708
+ "required": true,
2709
+ "schema": {
2710
+ "type": "string"
2711
+ }
2712
+ },
2713
+ {
2714
+ "name": "max",
2715
+ "in": "query",
2716
+ "required": true,
2717
+ "schema": {
2718
+ "type": "string"
2719
+ }
2720
+ }
2721
+ ],
2722
+ "requestBody": {
2723
+ "content": {
2724
+ "application/json": {
2725
+ "schema": {
2726
+ "type": "object"
2727
+ },
2728
+ "example": {}
2729
+ }
2730
+ }
2731
+ }
2732
+ },
2733
+ "post": {
2734
+ "tags": [
2735
+ "TeamMemberships"
2736
+ ],
2737
+ "operationId": "createTeamMembership",
2738
+ "description": "The parameters and request body are for method: createTeamMembership. Same endpoint also used in methods:",
2739
+ "responses": {
2740
+ "200": {
2741
+ "description": "Successful operation",
2742
+ "content": {
2743
+ "application/json": {
2744
+ "schema": {
2745
+ "type": "object",
2746
+ "properties": {
2747
+ "id": {
2748
+ "type": "string"
2749
+ },
2750
+ "teamId": {
2751
+ "type": "string"
2752
+ },
2753
+ "personId": {
2754
+ "type": "string"
2755
+ },
2756
+ "personEmail": {
2757
+ "type": "string"
2758
+ },
2759
+ "personDisplayName": {
2760
+ "type": "string"
2761
+ },
2762
+ "isModerator": {
2763
+ "type": "boolean"
2764
+ },
2765
+ "created": {
2766
+ "type": "string"
2767
+ }
2768
+ }
2769
+ },
2770
+ "example": {
2771
+ "id": "string",
2772
+ "teamId": "string",
2773
+ "personId": "string",
2774
+ "personEmail": "string",
2775
+ "personDisplayName": "string",
2776
+ "isModerator": true,
2777
+ "created": "string"
2778
+ }
2779
+ }
2780
+ }
2781
+ }
2782
+ },
2783
+ "requestBody": {
2784
+ "description": "indeterminate body object",
2785
+ "content": {
2786
+ "application/json": {
2787
+ "schema": {
2788
+ "type": "object"
2789
+ }
2790
+ }
2791
+ }
2792
+ }
2793
+ }
2794
+ },
2795
+ "/team/memberships/{membershipId}": {
2796
+ "get": {
2797
+ "tags": [
2798
+ "TeamMemberships"
2799
+ ],
2800
+ "operationId": "getTeamMembership",
2801
+ "description": "The parameters and request body are for method: getTeamMembership. Same endpoint also used in methods:",
2802
+ "responses": {
2803
+ "200": {
2804
+ "description": "Successful operation",
2805
+ "content": {
2806
+ "application/json": {
2807
+ "schema": {
2808
+ "type": "object",
2809
+ "properties": {
2810
+ "id": {
2811
+ "type": "string"
2812
+ },
2813
+ "teamId": {
2814
+ "type": "string"
2815
+ },
2816
+ "personId": {
2817
+ "type": "string"
2818
+ },
2819
+ "personEmail": {
2820
+ "type": "string"
2821
+ },
2822
+ "personDisplayName": {
2823
+ "type": "string"
2824
+ },
2825
+ "isModerator": {
2826
+ "type": "boolean"
2827
+ },
2828
+ "created": {
2829
+ "type": "string"
2830
+ }
2831
+ }
2832
+ },
2833
+ "example": {
2834
+ "id": "string",
2835
+ "teamId": "string",
2836
+ "personId": "string",
2837
+ "personEmail": "string",
2838
+ "personDisplayName": "string",
2839
+ "isModerator": false,
2840
+ "created": "string"
2841
+ }
2842
+ }
2843
+ }
2844
+ }
2845
+ },
2846
+ "parameters": [
2847
+ {
2848
+ "name": "membershipId",
2849
+ "in": "path",
2850
+ "required": true,
2851
+ "schema": {
2852
+ "title": "membershipId",
2853
+ "type": "string"
2854
+ }
2855
+ }
2856
+ ],
2857
+ "requestBody": {
2858
+ "content": {
2859
+ "application/json": {
2860
+ "schema": {
2861
+ "type": "object"
2862
+ },
2863
+ "example": {}
2864
+ }
2865
+ }
2866
+ }
2867
+ },
2868
+ "put": {
2869
+ "tags": [
2870
+ "TeamMemberships"
2871
+ ],
2872
+ "operationId": "updateTeamMembership",
2873
+ "description": "The parameters and request body are for method: updateTeamMembership. Same endpoint also used in methods:",
2874
+ "responses": {
2875
+ "200": {
2876
+ "description": "Successful operation",
2877
+ "content": {
2878
+ "application/json": {
2879
+ "schema": {
2880
+ "type": "object",
2881
+ "properties": {
2882
+ "id": {
2883
+ "type": "string"
2884
+ },
2885
+ "teamId": {
2886
+ "type": "string"
2887
+ },
2888
+ "personId": {
2889
+ "type": "string"
2890
+ },
2891
+ "personEmail": {
2892
+ "type": "string"
2893
+ },
2894
+ "personDisplayName": {
2895
+ "type": "string"
2896
+ },
2897
+ "isModerator": {
2898
+ "type": "boolean"
2899
+ },
2900
+ "created": {
2901
+ "type": "string"
2902
+ }
2903
+ }
2904
+ },
2905
+ "example": {
2906
+ "id": "string",
2907
+ "teamId": "string",
2908
+ "personId": "string",
2909
+ "personEmail": "string",
2910
+ "personDisplayName": "string",
2911
+ "isModerator": true,
2912
+ "created": "string"
2913
+ }
2914
+ }
2915
+ }
2916
+ }
2917
+ },
2918
+ "parameters": [
2919
+ {
2920
+ "name": "membershipId",
2921
+ "in": "path",
2922
+ "required": true,
2923
+ "schema": {
2924
+ "title": "membershipId",
2925
+ "type": "string"
2926
+ }
2927
+ }
2928
+ ],
2929
+ "requestBody": {
2930
+ "description": "indeterminate body object",
2931
+ "content": {
2932
+ "application/json": {
2933
+ "schema": {
2934
+ "type": "object"
2935
+ }
2936
+ }
2937
+ }
2938
+ }
2939
+ },
2940
+ "delete": {
2941
+ "tags": [
2942
+ "TeamMemberships"
2943
+ ],
2944
+ "operationId": "deleteTeamMembership",
2945
+ "description": "The parameters and request body are for method: deleteTeamMembership. Same endpoint also used in methods:",
2946
+ "responses": {
2947
+ "200": {
2948
+ "description": "Successful operation",
2949
+ "content": {
2950
+ "application/json": {
2951
+ "schema": {
2952
+ "title": "result",
2953
+ "type": "object"
2954
+ }
2955
+ }
2956
+ }
2957
+ }
2958
+ },
2959
+ "parameters": [
2960
+ {
2961
+ "name": "membershipId",
2962
+ "in": "path",
2963
+ "required": true,
2964
+ "schema": {
2965
+ "title": "membershipId",
2966
+ "type": "string"
2967
+ }
2968
+ }
2969
+ ],
2970
+ "requestBody": {
2971
+ "content": {
2972
+ "application/json": {
2973
+ "schema": {
2974
+ "type": "object"
2975
+ },
2976
+ "example": {}
2977
+ }
2978
+ }
2979
+ }
2980
+ }
2981
+ },
2982
+ "/webhooks/": {
2983
+ "get": {
2984
+ "tags": [
2985
+ "Webhooks"
2986
+ ],
2987
+ "operationId": "getWebhooks",
2988
+ "description": "The parameters and request body are for method: getWebhooks. Same endpoint also used in methods:",
2989
+ "responses": {
2990
+ "200": {
2991
+ "description": "Successful operation",
2992
+ "content": {
2993
+ "application/json": {
2994
+ "schema": {
2995
+ "type": "object",
2996
+ "properties": {
2997
+ "items": {
2998
+ "type": "array",
2999
+ "items": {
3000
+ "type": "object",
3001
+ "properties": {
3002
+ "id": {
3003
+ "type": "string"
3004
+ },
3005
+ "name": {
3006
+ "type": "string"
3007
+ },
3008
+ "targetUrl": {
3009
+ "type": "string"
3010
+ },
3011
+ "resource": {
3012
+ "type": "string"
3013
+ },
3014
+ "event": {
3015
+ "type": "string"
3016
+ },
3017
+ "orgId": {
3018
+ "type": "string"
3019
+ },
3020
+ "createdBy": {
3021
+ "type": "string"
3022
+ },
3023
+ "appId": {
3024
+ "type": "string"
3025
+ },
3026
+ "ownedBy": {
3027
+ "type": "string"
3028
+ },
3029
+ "filter": {
3030
+ "type": "string"
3031
+ },
3032
+ "status": {
3033
+ "type": "string"
3034
+ },
3035
+ "secret": {
3036
+ "type": "string"
3037
+ },
3038
+ "created": {
3039
+ "type": "string"
3040
+ }
3041
+ }
3042
+ }
3043
+ }
3044
+ }
3045
+ },
3046
+ "example": {
3047
+ "items": [
3048
+ {
3049
+ "id": "string",
3050
+ "name": "string",
3051
+ "targetUrl": "string",
3052
+ "resource": "string",
3053
+ "event": "string",
3054
+ "orgId": "string",
3055
+ "createdBy": "string",
3056
+ "appId": "string",
3057
+ "ownedBy": "string",
3058
+ "filter": "string",
3059
+ "status": "string",
3060
+ "secret": "string",
3061
+ "created": "string"
3062
+ },
3063
+ {
3064
+ "id": "string",
3065
+ "name": "string",
3066
+ "targetUrl": "string",
3067
+ "resource": "string",
3068
+ "event": "string",
3069
+ "orgId": "string",
3070
+ "createdBy": "string",
3071
+ "appId": "string",
3072
+ "ownedBy": "string",
3073
+ "filter": "string",
3074
+ "status": "string",
3075
+ "secret": "string",
3076
+ "created": "string"
3077
+ },
3078
+ {
3079
+ "id": "string",
3080
+ "name": "string",
3081
+ "targetUrl": "string",
3082
+ "resource": "string",
3083
+ "event": "string",
3084
+ "orgId": "string",
3085
+ "createdBy": "string",
3086
+ "appId": "string",
3087
+ "ownedBy": "string",
3088
+ "filter": "string",
3089
+ "status": "string",
3090
+ "secret": "string",
3091
+ "created": "string"
3092
+ },
3093
+ {
3094
+ "id": "string",
3095
+ "name": "string",
3096
+ "targetUrl": "string",
3097
+ "resource": "string",
3098
+ "event": "string",
3099
+ "orgId": "string",
3100
+ "createdBy": "string",
3101
+ "appId": "string",
3102
+ "ownedBy": "string",
3103
+ "filter": "string",
3104
+ "status": "string",
3105
+ "secret": "string",
3106
+ "created": "string"
3107
+ }
3108
+ ]
3109
+ }
3110
+ }
3111
+ }
3112
+ }
3113
+ },
3114
+ "parameters": [
3115
+ {
3116
+ "name": "max",
3117
+ "in": "query",
3118
+ "required": true,
3119
+ "schema": {
3120
+ "type": "string"
3121
+ }
3122
+ }
3123
+ ],
3124
+ "requestBody": {
3125
+ "content": {
3126
+ "application/json": {
3127
+ "schema": {
3128
+ "type": "object"
3129
+ },
3130
+ "example": {}
3131
+ }
3132
+ }
3133
+ }
3134
+ },
3135
+ "post": {
3136
+ "tags": [
3137
+ "Webhooks"
3138
+ ],
3139
+ "operationId": "createWebhook",
3140
+ "description": "The parameters and request body are for method: createWebhook. Same endpoint also used in methods:",
3141
+ "responses": {
3142
+ "200": {
3143
+ "description": "Successful operation",
3144
+ "content": {
3145
+ "application/json": {
3146
+ "schema": {
3147
+ "type": "object",
3148
+ "properties": {
3149
+ "id": {
3150
+ "type": "string"
3151
+ },
3152
+ "name": {
3153
+ "type": "string"
3154
+ },
3155
+ "targetUrl": {
3156
+ "type": "string"
3157
+ },
3158
+ "resource": {
3159
+ "type": "string"
3160
+ },
3161
+ "event": {
3162
+ "type": "string"
3163
+ },
3164
+ "orgId": {
3165
+ "type": "string"
3166
+ },
3167
+ "createdBy": {
3168
+ "type": "string"
3169
+ },
3170
+ "appId": {
3171
+ "type": "string"
3172
+ },
3173
+ "ownedBy": {
3174
+ "type": "string"
3175
+ },
3176
+ "filter": {
3177
+ "type": "string"
3178
+ },
3179
+ "status": {
3180
+ "type": "string"
3181
+ },
3182
+ "secret": {
3183
+ "type": "string"
3184
+ },
3185
+ "created": {
3186
+ "type": "string"
3187
+ }
3188
+ }
3189
+ },
3190
+ "example": {
3191
+ "id": "string",
3192
+ "name": "string",
3193
+ "targetUrl": "string",
3194
+ "resource": "string",
3195
+ "event": "string",
3196
+ "orgId": "string",
3197
+ "createdBy": "string",
3198
+ "appId": "string",
3199
+ "ownedBy": "string",
3200
+ "filter": "string",
3201
+ "status": "string",
3202
+ "secret": "string",
3203
+ "created": "string"
3204
+ }
3205
+ }
3206
+ }
3207
+ }
3208
+ },
3209
+ "requestBody": {
3210
+ "description": "indeterminate body object",
3211
+ "content": {
3212
+ "application/json": {
3213
+ "schema": {
3214
+ "type": "object"
3215
+ }
3216
+ }
3217
+ }
3218
+ }
3219
+ }
3220
+ },
3221
+ "/webhooks/{webhookId}": {
3222
+ "get": {
3223
+ "tags": [
3224
+ "Webhooks"
3225
+ ],
3226
+ "operationId": "getWebhook",
3227
+ "description": "The parameters and request body are for method: getWebhook. Same endpoint also used in methods:",
3228
+ "responses": {
3229
+ "200": {
3230
+ "description": "Successful operation",
3231
+ "content": {
3232
+ "application/json": {
3233
+ "schema": {
3234
+ "type": "object",
3235
+ "properties": {
3236
+ "id": {
3237
+ "type": "string"
3238
+ },
3239
+ "name": {
3240
+ "type": "string"
3241
+ },
3242
+ "targetUrl": {
3243
+ "type": "string"
3244
+ },
3245
+ "resource": {
3246
+ "type": "string"
3247
+ },
3248
+ "event": {
3249
+ "type": "string"
3250
+ },
3251
+ "orgId": {
3252
+ "type": "string"
3253
+ },
3254
+ "createdBy": {
3255
+ "type": "string"
3256
+ },
3257
+ "appId": {
3258
+ "type": "string"
3259
+ },
3260
+ "ownedBy": {
3261
+ "type": "string"
3262
+ },
3263
+ "filter": {
3264
+ "type": "string"
3265
+ },
3266
+ "status": {
3267
+ "type": "string"
3268
+ },
3269
+ "secret": {
3270
+ "type": "string"
3271
+ },
3272
+ "created": {
3273
+ "type": "string"
3274
+ }
3275
+ }
3276
+ },
3277
+ "example": {
3278
+ "id": "string",
3279
+ "name": "string",
3280
+ "targetUrl": "string",
3281
+ "resource": "string",
3282
+ "event": "string",
3283
+ "orgId": "string",
3284
+ "createdBy": "string",
3285
+ "appId": "string",
3286
+ "ownedBy": "string",
3287
+ "filter": "string",
3288
+ "status": "string",
3289
+ "secret": "string",
3290
+ "created": "string"
3291
+ }
3292
+ }
3293
+ }
3294
+ }
3295
+ },
3296
+ "parameters": [
3297
+ {
3298
+ "name": "webhookId",
3299
+ "in": "path",
3300
+ "required": true,
3301
+ "schema": {
3302
+ "title": "webhookId",
3303
+ "type": "string"
3304
+ }
3305
+ }
3306
+ ],
3307
+ "requestBody": {
3308
+ "content": {
3309
+ "application/json": {
3310
+ "schema": {
3311
+ "type": "object"
3312
+ },
3313
+ "example": {}
3314
+ }
3315
+ }
3316
+ }
3317
+ },
3318
+ "put": {
3319
+ "tags": [
3320
+ "Webhooks"
3321
+ ],
3322
+ "operationId": "updateWebhook",
3323
+ "description": "The parameters and request body are for method: updateWebhook. Same endpoint also used in methods:",
3324
+ "responses": {
3325
+ "200": {
3326
+ "description": "Successful operation",
3327
+ "content": {
3328
+ "application/json": {
3329
+ "schema": {
3330
+ "type": "object",
3331
+ "properties": {
3332
+ "id": {
3333
+ "type": "string"
3334
+ },
3335
+ "name": {
3336
+ "type": "string"
3337
+ },
3338
+ "targetUrl": {
3339
+ "type": "string"
3340
+ },
3341
+ "resource": {
3342
+ "type": "string"
3343
+ },
3344
+ "event": {
3345
+ "type": "string"
3346
+ },
3347
+ "orgId": {
3348
+ "type": "string"
3349
+ },
3350
+ "createdBy": {
3351
+ "type": "string"
3352
+ },
3353
+ "appId": {
3354
+ "type": "string"
3355
+ },
3356
+ "ownedBy": {
3357
+ "type": "string"
3358
+ },
3359
+ "filter": {
3360
+ "type": "string"
3361
+ },
3362
+ "status": {
3363
+ "type": "string"
3364
+ },
3365
+ "secret": {
3366
+ "type": "string"
3367
+ },
3368
+ "created": {
3369
+ "type": "string"
3370
+ }
3371
+ }
3372
+ },
3373
+ "example": {
3374
+ "id": "string",
3375
+ "name": "string",
3376
+ "targetUrl": "string",
3377
+ "resource": "string",
3378
+ "event": "string",
3379
+ "orgId": "string",
3380
+ "createdBy": "string",
3381
+ "appId": "string",
3382
+ "ownedBy": "string",
3383
+ "filter": "string",
3384
+ "status": "string",
3385
+ "secret": "string",
3386
+ "created": "string"
3387
+ }
3388
+ }
3389
+ }
3390
+ }
3391
+ },
3392
+ "parameters": [
3393
+ {
3394
+ "name": "webhookId",
3395
+ "in": "path",
3396
+ "required": true,
3397
+ "schema": {
3398
+ "title": "webhookId",
3399
+ "type": "string"
3400
+ }
3401
+ }
3402
+ ],
3403
+ "requestBody": {
3404
+ "description": "indeterminate body object",
3405
+ "content": {
3406
+ "application/json": {
3407
+ "schema": {
3408
+ "type": "object"
3409
+ }
3410
+ }
3411
+ }
3412
+ }
3413
+ },
3414
+ "delete": {
3415
+ "tags": [
3416
+ "Webhooks"
3417
+ ],
3418
+ "operationId": "deleteWebhook",
3419
+ "description": "The parameters and request body are for method: deleteWebhook. Same endpoint also used in methods:",
3420
+ "responses": {
3421
+ "200": {
3422
+ "description": "Successful operation",
3423
+ "content": {
3424
+ "application/json": {
3425
+ "schema": {
3426
+ "title": "result",
3427
+ "type": "object"
3428
+ }
3429
+ }
3430
+ }
3431
+ }
3432
+ },
3433
+ "parameters": [
3434
+ {
3435
+ "name": "webhookId",
3436
+ "in": "path",
3437
+ "required": true,
3438
+ "schema": {
3439
+ "title": "webhookId",
3440
+ "type": "string"
3441
+ }
3442
+ }
3443
+ ],
3444
+ "requestBody": {
3445
+ "content": {
3446
+ "application/json": {
3447
+ "schema": {
3448
+ "type": "object"
3449
+ },
3450
+ "example": {}
3451
+ }
3452
+ }
3453
+ }
3454
+ }
3455
+ },
3456
+ "/organizations/": {
3457
+ "get": {
3458
+ "tags": [
3459
+ "Organizations"
3460
+ ],
3461
+ "operationId": "getOrganizations",
3462
+ "description": "The parameters and request body are for method: getOrganizations. Same endpoint also used in methods:",
3463
+ "responses": {
3464
+ "200": {
3465
+ "description": "Successful operation",
3466
+ "content": {
3467
+ "application/json": {
3468
+ "schema": {
3469
+ "type": "object",
3470
+ "properties": {
3471
+ "items": {
3472
+ "type": "array",
3473
+ "items": {
3474
+ "type": "object",
3475
+ "properties": {
3476
+ "id": {
3477
+ "type": "string"
3478
+ },
3479
+ "displayName": {
3480
+ "type": "string"
3481
+ },
3482
+ "created": {
3483
+ "type": "string"
3484
+ }
3485
+ }
3486
+ }
3487
+ }
3488
+ }
3489
+ },
3490
+ "example": {
3491
+ "items": [
3492
+ {
3493
+ "id": "string",
3494
+ "displayName": "string",
3495
+ "created": "string"
3496
+ },
3497
+ {
3498
+ "id": "string",
3499
+ "displayName": "string",
3500
+ "created": "string"
3501
+ },
3502
+ {
3503
+ "id": "string",
3504
+ "displayName": "string",
3505
+ "created": "string"
3506
+ },
3507
+ {
3508
+ "id": "string",
3509
+ "displayName": "string",
3510
+ "created": "string"
3511
+ },
3512
+ {
3513
+ "id": "string",
3514
+ "displayName": "string",
3515
+ "created": "string"
3516
+ },
3517
+ {
3518
+ "id": "string",
3519
+ "displayName": "string",
3520
+ "created": "string"
3521
+ },
3522
+ {
3523
+ "id": "string",
3524
+ "displayName": "string",
3525
+ "created": "string"
3526
+ },
3527
+ {
3528
+ "id": "string",
3529
+ "displayName": "string",
3530
+ "created": "string"
3531
+ }
3532
+ ]
3533
+ }
3534
+ }
3535
+ }
3536
+ }
3537
+ },
3538
+ "parameters": [
3539
+ {
3540
+ "name": "max",
3541
+ "in": "query",
3542
+ "required": true,
3543
+ "schema": {
3544
+ "type": "string"
3545
+ }
3546
+ }
3547
+ ],
3548
+ "requestBody": {
3549
+ "content": {
3550
+ "application/json": {
3551
+ "schema": {
3552
+ "type": "object"
3553
+ },
3554
+ "example": {}
3555
+ }
3556
+ }
3557
+ }
3558
+ }
3559
+ },
3560
+ "/organizations/{orgId}": {
3561
+ "get": {
3562
+ "tags": [
3563
+ "Organizations"
3564
+ ],
3565
+ "operationId": "getOrganization",
3566
+ "description": "The parameters and request body are for method: getOrganization. Same endpoint also used in methods:",
3567
+ "responses": {
3568
+ "200": {
3569
+ "description": "Successful operation",
3570
+ "content": {
3571
+ "application/json": {
3572
+ "schema": {
3573
+ "type": "object",
3574
+ "properties": {
3575
+ "id": {
3576
+ "type": "string"
3577
+ },
3578
+ "displayName": {
3579
+ "type": "string"
3580
+ },
3581
+ "created": {
3582
+ "type": "string"
3583
+ }
3584
+ }
3585
+ },
3586
+ "example": {
3587
+ "id": "string",
3588
+ "displayName": "string",
3589
+ "created": "string"
3590
+ }
3591
+ }
3592
+ }
3593
+ }
3594
+ },
3595
+ "parameters": [
3596
+ {
3597
+ "name": "orgId",
3598
+ "in": "path",
3599
+ "required": true,
3600
+ "schema": {
3601
+ "title": "orgId",
3602
+ "type": "string"
3603
+ }
3604
+ }
3605
+ ],
3606
+ "requestBody": {
3607
+ "content": {
3608
+ "application/json": {
3609
+ "schema": {
3610
+ "type": "object"
3611
+ },
3612
+ "example": {}
3613
+ }
3614
+ }
3615
+ }
3616
+ }
3617
+ },
3618
+ "/licenses/": {
3619
+ "get": {
3620
+ "tags": [
3621
+ "Licenses"
3622
+ ],
3623
+ "operationId": "getLicenses",
3624
+ "description": "The parameters and request body are for method: getLicenses. Same endpoint also used in methods:",
3625
+ "responses": {
3626
+ "200": {
3627
+ "description": "Successful operation",
3628
+ "content": {
3629
+ "application/json": {
3630
+ "schema": {
3631
+ "type": "object",
3632
+ "properties": {
3633
+ "items": {
3634
+ "type": "array",
3635
+ "items": {
3636
+ "type": "object",
3637
+ "properties": {
3638
+ "id": {
3639
+ "type": "string"
3640
+ },
3641
+ "name": {
3642
+ "type": "string"
3643
+ },
3644
+ "totalUnits": {
3645
+ "type": "string"
3646
+ },
3647
+ "consumedUnits": {
3648
+ "type": "string"
3649
+ }
3650
+ }
3651
+ }
3652
+ }
3653
+ }
3654
+ },
3655
+ "example": {
3656
+ "items": [
3657
+ {
3658
+ "id": "string",
3659
+ "name": "string",
3660
+ "totalUnits": "string",
3661
+ "consumedUnits": "string"
3662
+ },
3663
+ {
3664
+ "id": "string",
3665
+ "name": "string",
3666
+ "totalUnits": "string",
3667
+ "consumedUnits": "string"
3668
+ },
3669
+ {
3670
+ "id": "string",
3671
+ "name": "string",
3672
+ "totalUnits": "string",
3673
+ "consumedUnits": "string"
3674
+ },
3675
+ {
3676
+ "id": "string",
3677
+ "name": "string",
3678
+ "totalUnits": "string",
3679
+ "consumedUnits": "string"
3680
+ },
3681
+ {
3682
+ "id": "string",
3683
+ "name": "string",
3684
+ "totalUnits": "string",
3685
+ "consumedUnits": "string"
3686
+ },
3687
+ {
3688
+ "id": "string",
3689
+ "name": "string",
3690
+ "totalUnits": "string",
3691
+ "consumedUnits": "string"
3692
+ },
3693
+ {
3694
+ "id": "string",
3695
+ "name": "string",
3696
+ "totalUnits": "string",
3697
+ "consumedUnits": "string"
3698
+ },
3699
+ {
3700
+ "id": "string",
3701
+ "name": "string",
3702
+ "totalUnits": "string",
3703
+ "consumedUnits": "string"
3704
+ }
3705
+ ]
3706
+ }
3707
+ }
3708
+ }
3709
+ }
3710
+ },
3711
+ "parameters": [
3712
+ {
3713
+ "name": "max",
3714
+ "in": "query",
3715
+ "required": true,
3716
+ "schema": {
3717
+ "type": "string"
3718
+ }
3719
+ }
3720
+ ],
3721
+ "requestBody": {
3722
+ "content": {
3723
+ "application/json": {
3724
+ "schema": {
3725
+ "type": "object"
3726
+ },
3727
+ "example": {}
3728
+ }
3729
+ }
3730
+ }
3731
+ }
3732
+ },
3733
+ "/licenses/{licenseId}": {
3734
+ "get": {
3735
+ "tags": [
3736
+ "Licenses"
3737
+ ],
3738
+ "operationId": "getLicense",
3739
+ "description": "The parameters and request body are for method: getLicense. Same endpoint also used in methods:",
3740
+ "responses": {
3741
+ "200": {
3742
+ "description": "Successful operation",
3743
+ "content": {
3744
+ "application/json": {
3745
+ "schema": {
3746
+ "type": "object",
3747
+ "properties": {
3748
+ "id": {
3749
+ "type": "string"
3750
+ },
3751
+ "name": {
3752
+ "type": "string"
3753
+ },
3754
+ "totalUnits": {
3755
+ "type": "string"
3756
+ },
3757
+ "consumedUnits": {
3758
+ "type": "string"
3759
+ }
3760
+ }
3761
+ },
3762
+ "example": {
3763
+ "id": "string",
3764
+ "name": "string",
3765
+ "totalUnits": "string",
3766
+ "consumedUnits": "string"
3767
+ }
3768
+ }
3769
+ }
3770
+ }
3771
+ },
3772
+ "parameters": [
3773
+ {
3774
+ "name": "licenseId",
3775
+ "in": "path",
3776
+ "required": true,
3777
+ "schema": {
3778
+ "title": "licenseId",
3779
+ "type": "string"
3780
+ }
3781
+ }
3782
+ ],
3783
+ "requestBody": {
3784
+ "content": {
3785
+ "application/json": {
3786
+ "schema": {
3787
+ "type": "object"
3788
+ },
3789
+ "example": {}
3790
+ }
3791
+ }
3792
+ }
3793
+ }
3794
+ },
3795
+ "/roles/": {
3796
+ "get": {
3797
+ "tags": [
3798
+ "Roles"
3799
+ ],
3800
+ "operationId": "getRoles",
3801
+ "description": "The parameters and request body are for method: getRoles. Same endpoint also used in methods:",
3802
+ "responses": {
3803
+ "200": {
3804
+ "description": "Successful operation",
3805
+ "content": {
3806
+ "application/json": {
3807
+ "schema": {
3808
+ "type": "object",
3809
+ "properties": {
3810
+ "items": {
3811
+ "type": "array",
3812
+ "items": {
3813
+ "type": "object",
3814
+ "properties": {
3815
+ "id": {
3816
+ "type": "string"
3817
+ },
3818
+ "name": {
3819
+ "type": "string"
3820
+ }
3821
+ }
3822
+ }
3823
+ }
3824
+ }
3825
+ },
3826
+ "example": {
3827
+ "items": [
3828
+ {
3829
+ "id": "string",
3830
+ "name": "string"
3831
+ },
3832
+ {
3833
+ "id": "string",
3834
+ "name": "string"
3835
+ }
3836
+ ]
3837
+ }
3838
+ }
3839
+ }
3840
+ }
3841
+ },
3842
+ "parameters": [
3843
+ {
3844
+ "name": "max",
3845
+ "in": "query",
3846
+ "required": true,
3847
+ "schema": {
3848
+ "type": "string"
3849
+ }
3850
+ }
3851
+ ],
3852
+ "requestBody": {
3853
+ "content": {
3854
+ "application/json": {
3855
+ "schema": {
3856
+ "type": "object"
3857
+ },
3858
+ "example": {}
3859
+ }
3860
+ }
3861
+ }
3862
+ }
3863
+ },
3864
+ "/roles/{roleId}": {
3865
+ "get": {
3866
+ "tags": [
3867
+ "Roles"
3868
+ ],
3869
+ "operationId": "getRole",
3870
+ "description": "The parameters and request body are for method: getRole. Same endpoint also used in methods:",
3871
+ "responses": {
3872
+ "200": {
3873
+ "description": "Successful operation",
3874
+ "content": {
3875
+ "application/json": {
3876
+ "schema": {
3877
+ "type": "object",
3878
+ "properties": {
3879
+ "id": {
3880
+ "type": "string"
3881
+ },
3882
+ "name": {
3883
+ "type": "string"
3884
+ }
3885
+ }
3886
+ },
3887
+ "example": {
3888
+ "id": "string",
3889
+ "name": "string"
3890
+ }
3891
+ }
3892
+ }
3893
+ }
3894
+ },
3895
+ "parameters": [
3896
+ {
3897
+ "name": "roleId",
3898
+ "in": "path",
3899
+ "required": true,
3900
+ "schema": {
3901
+ "title": "roleId",
3902
+ "type": "string"
3903
+ }
3904
+ }
3905
+ ],
3906
+ "requestBody": {
3907
+ "content": {
3908
+ "application/json": {
3909
+ "schema": {
3910
+ "type": "object"
3911
+ },
3912
+ "example": {}
3913
+ }
3914
+ }
3915
+ }
3916
+ }
3917
+ },
3918
+ "/contents/{contentId}": {
3919
+ "get": {
3920
+ "tags": [
3921
+ "Contents"
3922
+ ],
3923
+ "operationId": "getContent",
3924
+ "description": "The parameters and request body are for method: getContent. Same endpoint also used in methods:",
3925
+ "responses": {
3926
+ "200": {
3927
+ "description": "Successful operation",
3928
+ "content": {
3929
+ "application/json": {
3930
+ "schema": {
3931
+ "title": "result",
3932
+ "type": "object"
3933
+ }
3934
+ }
3935
+ }
3936
+ }
3937
+ },
3938
+ "parameters": [
3939
+ {
3940
+ "name": "contentId",
3941
+ "in": "path",
3942
+ "required": true,
3943
+ "schema": {
3944
+ "title": "contentId",
3945
+ "type": "string"
3946
+ }
3947
+ }
3948
+ ],
3949
+ "requestBody": {
3950
+ "content": {
3951
+ "application/json": {
3952
+ "schema": {
3953
+ "type": "object"
3954
+ },
3955
+ "example": {}
3956
+ }
3957
+ }
3958
+ }
3959
+ }
3960
+ }
3961
+ },
3962
+ "components": {
3963
+ "schemas": {}
3964
+ }
3965
+ }