@botpress/api 1.51.0 → 1.52.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.
- package/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +3278 -60
- package/dist/src/gen/admin/state.d.ts +1155 -69
- package/dist/src/gen/files/state.d.ts +584 -3
- package/dist/src/gen/runtime/state.d.ts +876 -14
- package/dist/src/gen/tables/state.d.ts +654 -2
- package/dist/src/index.d.ts +134 -39
- package/package.json +2 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1114 -26
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +588 -5
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +880 -16
- package/src/gen/state.ts +1 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +658 -4
package/src/gen/admin/state.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/* prettier-ignore */
|
|
4
4
|
import * as opapi from '@bpinternal/opapi'
|
|
5
|
-
export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version',
|
|
5
|
+
export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version', 'x-workspace-id' | 'x-multiple-integrations', 'bot' | 'integration' | 'interface' | 'plugin' | 'hub' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity'>
|
|
6
6
|
export const state = {
|
|
7
7
|
"operations": {
|
|
8
8
|
"runVrl": {
|
|
@@ -52,7 +52,20 @@ export const state = {
|
|
|
52
52
|
"additionalProperties": false
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"parameters": {
|
|
55
|
+
"parameters": {
|
|
56
|
+
"x-workspace-id": {
|
|
57
|
+
"in": "header",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"description": "Workspace ID",
|
|
60
|
+
"required": true
|
|
61
|
+
},
|
|
62
|
+
"x-multiple-integrations": {
|
|
63
|
+
"in": "header",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
66
|
+
"required": false
|
|
67
|
+
}
|
|
68
|
+
}
|
|
56
69
|
},
|
|
57
70
|
"getAccount": {
|
|
58
71
|
"name": "getAccount",
|
|
@@ -112,7 +125,14 @@ export const state = {
|
|
|
112
125
|
"tags": [
|
|
113
126
|
"documented"
|
|
114
127
|
],
|
|
115
|
-
"parameters": {
|
|
128
|
+
"parameters": {
|
|
129
|
+
"x-multiple-integrations": {
|
|
130
|
+
"in": "header",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
133
|
+
"required": false
|
|
134
|
+
}
|
|
135
|
+
}
|
|
116
136
|
},
|
|
117
137
|
"updateAccount": {
|
|
118
138
|
"name": "updateAccount",
|
|
@@ -192,7 +212,14 @@ export const state = {
|
|
|
192
212
|
"tags": [
|
|
193
213
|
"documented"
|
|
194
214
|
],
|
|
195
|
-
"parameters": {
|
|
215
|
+
"parameters": {
|
|
216
|
+
"x-multiple-integrations": {
|
|
217
|
+
"in": "header",
|
|
218
|
+
"type": "string",
|
|
219
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
220
|
+
"required": false
|
|
221
|
+
}
|
|
222
|
+
}
|
|
196
223
|
},
|
|
197
224
|
"deleteAccount": {
|
|
198
225
|
"name": "deleteAccount",
|
|
@@ -219,7 +246,14 @@ export const state = {
|
|
|
219
246
|
"additionalProperties": false
|
|
220
247
|
}
|
|
221
248
|
},
|
|
222
|
-
"parameters": {
|
|
249
|
+
"parameters": {
|
|
250
|
+
"x-multiple-integrations": {
|
|
251
|
+
"in": "header",
|
|
252
|
+
"type": "string",
|
|
253
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
254
|
+
"required": false
|
|
255
|
+
}
|
|
256
|
+
}
|
|
223
257
|
},
|
|
224
258
|
"listPersonalAccessTokens": {
|
|
225
259
|
"name": "listPersonalAccessTokens",
|
|
@@ -266,7 +300,14 @@ export const state = {
|
|
|
266
300
|
"additionalProperties": false
|
|
267
301
|
}
|
|
268
302
|
},
|
|
269
|
-
"parameters": {
|
|
303
|
+
"parameters": {
|
|
304
|
+
"x-multiple-integrations": {
|
|
305
|
+
"in": "header",
|
|
306
|
+
"type": "string",
|
|
307
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
308
|
+
"required": false
|
|
309
|
+
}
|
|
310
|
+
}
|
|
270
311
|
},
|
|
271
312
|
"createPersonalAccessToken": {
|
|
272
313
|
"name": "createPersonalAccessToken",
|
|
@@ -333,7 +374,14 @@ export const state = {
|
|
|
333
374
|
"additionalProperties": false
|
|
334
375
|
}
|
|
335
376
|
},
|
|
336
|
-
"parameters": {
|
|
377
|
+
"parameters": {
|
|
378
|
+
"x-multiple-integrations": {
|
|
379
|
+
"in": "header",
|
|
380
|
+
"type": "string",
|
|
381
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
382
|
+
"required": false
|
|
383
|
+
}
|
|
384
|
+
}
|
|
337
385
|
},
|
|
338
386
|
"deletePersonalAccessToken": {
|
|
339
387
|
"name": "deletePersonalAccessToken",
|
|
@@ -349,6 +397,12 @@ export const state = {
|
|
|
349
397
|
"type": "string",
|
|
350
398
|
"description": "ID of Personal Access Token",
|
|
351
399
|
"in": "path"
|
|
400
|
+
},
|
|
401
|
+
"x-multiple-integrations": {
|
|
402
|
+
"in": "header",
|
|
403
|
+
"type": "string",
|
|
404
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
405
|
+
"required": false
|
|
352
406
|
}
|
|
353
407
|
},
|
|
354
408
|
"response": {
|
|
@@ -374,6 +428,12 @@ export const state = {
|
|
|
374
428
|
"type": "string",
|
|
375
429
|
"description": "Preference key",
|
|
376
430
|
"in": "path"
|
|
431
|
+
},
|
|
432
|
+
"x-multiple-integrations": {
|
|
433
|
+
"in": "header",
|
|
434
|
+
"type": "string",
|
|
435
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
436
|
+
"required": false
|
|
377
437
|
}
|
|
378
438
|
},
|
|
379
439
|
"requestBody": {
|
|
@@ -410,6 +470,12 @@ export const state = {
|
|
|
410
470
|
"type": "string",
|
|
411
471
|
"description": "Preference key",
|
|
412
472
|
"in": "path"
|
|
473
|
+
},
|
|
474
|
+
"x-multiple-integrations": {
|
|
475
|
+
"in": "header",
|
|
476
|
+
"type": "string",
|
|
477
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
478
|
+
"required": false
|
|
413
479
|
}
|
|
414
480
|
},
|
|
415
481
|
"response": {
|
|
@@ -509,6 +575,12 @@ export const state = {
|
|
|
509
575
|
"asc",
|
|
510
576
|
"desc"
|
|
511
577
|
]
|
|
578
|
+
},
|
|
579
|
+
"x-multiple-integrations": {
|
|
580
|
+
"in": "header",
|
|
581
|
+
"type": "string",
|
|
582
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
583
|
+
"required": false
|
|
512
584
|
}
|
|
513
585
|
},
|
|
514
586
|
"response": {
|
|
@@ -708,6 +780,12 @@ export const state = {
|
|
|
708
780
|
"type": "string",
|
|
709
781
|
"description": "Integration Version ID",
|
|
710
782
|
"in": "path"
|
|
783
|
+
},
|
|
784
|
+
"x-multiple-integrations": {
|
|
785
|
+
"in": "header",
|
|
786
|
+
"type": "string",
|
|
787
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
788
|
+
"required": false
|
|
711
789
|
}
|
|
712
790
|
},
|
|
713
791
|
"response": {
|
|
@@ -1467,6 +1545,12 @@ export const state = {
|
|
|
1467
1545
|
"type": "string",
|
|
1468
1546
|
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
1469
1547
|
"in": "path"
|
|
1548
|
+
},
|
|
1549
|
+
"x-multiple-integrations": {
|
|
1550
|
+
"in": "header",
|
|
1551
|
+
"type": "string",
|
|
1552
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
1553
|
+
"required": false
|
|
1470
1554
|
}
|
|
1471
1555
|
},
|
|
1472
1556
|
"response": {
|
|
@@ -2231,6 +2315,12 @@ export const state = {
|
|
|
2231
2315
|
"in": "query",
|
|
2232
2316
|
"type": "string",
|
|
2233
2317
|
"description": "Filter a plugin by name and version"
|
|
2318
|
+
},
|
|
2319
|
+
"x-multiple-integrations": {
|
|
2320
|
+
"in": "header",
|
|
2321
|
+
"type": "string",
|
|
2322
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
2323
|
+
"required": false
|
|
2234
2324
|
}
|
|
2235
2325
|
},
|
|
2236
2326
|
"response": {
|
|
@@ -2341,6 +2431,12 @@ export const state = {
|
|
|
2341
2431
|
"type": "string",
|
|
2342
2432
|
"description": "Plugin ID",
|
|
2343
2433
|
"in": "path"
|
|
2434
|
+
},
|
|
2435
|
+
"x-multiple-integrations": {
|
|
2436
|
+
"in": "header",
|
|
2437
|
+
"type": "string",
|
|
2438
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
2439
|
+
"required": false
|
|
2344
2440
|
}
|
|
2345
2441
|
},
|
|
2346
2442
|
"response": {
|
|
@@ -2748,6 +2844,12 @@ export const state = {
|
|
|
2748
2844
|
},
|
|
2749
2845
|
"description": "Interfaces and their backing integrations. The plugin will be returned with all entity references resolved to the corresponding entities as extended by the backing integrations.",
|
|
2750
2846
|
"required": true
|
|
2847
|
+
},
|
|
2848
|
+
"x-multiple-integrations": {
|
|
2849
|
+
"in": "header",
|
|
2850
|
+
"type": "string",
|
|
2851
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
2852
|
+
"required": false
|
|
2751
2853
|
}
|
|
2752
2854
|
},
|
|
2753
2855
|
"response": {
|
|
@@ -3146,6 +3248,12 @@ export const state = {
|
|
|
3146
3248
|
"type": "string",
|
|
3147
3249
|
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
3148
3250
|
"in": "path"
|
|
3251
|
+
},
|
|
3252
|
+
"x-multiple-integrations": {
|
|
3253
|
+
"in": "header",
|
|
3254
|
+
"type": "string",
|
|
3255
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
3256
|
+
"required": false
|
|
3149
3257
|
}
|
|
3150
3258
|
},
|
|
3151
3259
|
"response": {
|
|
@@ -3548,6 +3656,12 @@ export const state = {
|
|
|
3548
3656
|
"browser"
|
|
3549
3657
|
],
|
|
3550
3658
|
"description": "Platform"
|
|
3659
|
+
},
|
|
3660
|
+
"x-multiple-integrations": {
|
|
3661
|
+
"in": "header",
|
|
3662
|
+
"type": "string",
|
|
3663
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
3664
|
+
"required": false
|
|
3551
3665
|
}
|
|
3552
3666
|
},
|
|
3553
3667
|
"response": {
|
|
@@ -3591,6 +3705,12 @@ export const state = {
|
|
|
3591
3705
|
"in": "query",
|
|
3592
3706
|
"type": "string",
|
|
3593
3707
|
"description": "Filter an interface by name and version"
|
|
3708
|
+
},
|
|
3709
|
+
"x-multiple-integrations": {
|
|
3710
|
+
"in": "header",
|
|
3711
|
+
"type": "string",
|
|
3712
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
3713
|
+
"required": false
|
|
3594
3714
|
}
|
|
3595
3715
|
},
|
|
3596
3716
|
"response": {
|
|
@@ -3701,6 +3821,12 @@ export const state = {
|
|
|
3701
3821
|
"type": "string",
|
|
3702
3822
|
"description": "Interface ID",
|
|
3703
3823
|
"in": "path"
|
|
3824
|
+
},
|
|
3825
|
+
"x-multiple-integrations": {
|
|
3826
|
+
"in": "header",
|
|
3827
|
+
"type": "string",
|
|
3828
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
3829
|
+
"required": false
|
|
3704
3830
|
}
|
|
3705
3831
|
},
|
|
3706
3832
|
"response": {
|
|
@@ -3999,6 +4125,12 @@ export const state = {
|
|
|
3999
4125
|
"type": "string",
|
|
4000
4126
|
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
4001
4127
|
"in": "path"
|
|
4128
|
+
},
|
|
4129
|
+
"x-multiple-integrations": {
|
|
4130
|
+
"in": "header",
|
|
4131
|
+
"type": "string",
|
|
4132
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
4133
|
+
"required": false
|
|
4002
4134
|
}
|
|
4003
4135
|
},
|
|
4004
4136
|
"response": {
|
|
@@ -4640,7 +4772,20 @@ export const state = {
|
|
|
4640
4772
|
"tags": [
|
|
4641
4773
|
"documented"
|
|
4642
4774
|
],
|
|
4643
|
-
"parameters": {
|
|
4775
|
+
"parameters": {
|
|
4776
|
+
"x-workspace-id": {
|
|
4777
|
+
"in": "header",
|
|
4778
|
+
"type": "string",
|
|
4779
|
+
"description": "Workspace ID",
|
|
4780
|
+
"required": true
|
|
4781
|
+
},
|
|
4782
|
+
"x-multiple-integrations": {
|
|
4783
|
+
"in": "header",
|
|
4784
|
+
"type": "string",
|
|
4785
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
4786
|
+
"required": false
|
|
4787
|
+
}
|
|
4788
|
+
}
|
|
4644
4789
|
},
|
|
4645
4790
|
"updateBot": {
|
|
4646
4791
|
"name": "updateBot",
|
|
@@ -4653,6 +4798,18 @@ export const state = {
|
|
|
4653
4798
|
"type": "string",
|
|
4654
4799
|
"description": "Bot ID",
|
|
4655
4800
|
"in": "path"
|
|
4801
|
+
},
|
|
4802
|
+
"x-workspace-id": {
|
|
4803
|
+
"in": "header",
|
|
4804
|
+
"type": "string",
|
|
4805
|
+
"description": "Workspace ID",
|
|
4806
|
+
"required": true
|
|
4807
|
+
},
|
|
4808
|
+
"x-multiple-integrations": {
|
|
4809
|
+
"in": "header",
|
|
4810
|
+
"type": "string",
|
|
4811
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
4812
|
+
"required": false
|
|
4656
4813
|
}
|
|
4657
4814
|
},
|
|
4658
4815
|
"requestBody": {
|
|
@@ -5152,6 +5309,18 @@ export const state = {
|
|
|
5152
5309
|
"type": "string",
|
|
5153
5310
|
"description": "Bot ID",
|
|
5154
5311
|
"in": "path"
|
|
5312
|
+
},
|
|
5313
|
+
"x-workspace-id": {
|
|
5314
|
+
"in": "header",
|
|
5315
|
+
"type": "string",
|
|
5316
|
+
"description": "Workspace ID",
|
|
5317
|
+
"required": true
|
|
5318
|
+
},
|
|
5319
|
+
"x-multiple-integrations": {
|
|
5320
|
+
"in": "header",
|
|
5321
|
+
"type": "string",
|
|
5322
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5323
|
+
"required": false
|
|
5155
5324
|
}
|
|
5156
5325
|
},
|
|
5157
5326
|
"requestBody": {
|
|
@@ -5226,6 +5395,18 @@ export const state = {
|
|
|
5226
5395
|
"asc",
|
|
5227
5396
|
"desc"
|
|
5228
5397
|
]
|
|
5398
|
+
},
|
|
5399
|
+
"x-workspace-id": {
|
|
5400
|
+
"in": "header",
|
|
5401
|
+
"type": "string",
|
|
5402
|
+
"description": "Workspace ID",
|
|
5403
|
+
"required": true
|
|
5404
|
+
},
|
|
5405
|
+
"x-multiple-integrations": {
|
|
5406
|
+
"in": "header",
|
|
5407
|
+
"type": "string",
|
|
5408
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5409
|
+
"required": false
|
|
5229
5410
|
}
|
|
5230
5411
|
},
|
|
5231
5412
|
"section": "bot",
|
|
@@ -5319,6 +5500,18 @@ export const state = {
|
|
|
5319
5500
|
"type": "boolean",
|
|
5320
5501
|
"required": false,
|
|
5321
5502
|
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
5503
|
+
},
|
|
5504
|
+
"x-workspace-id": {
|
|
5505
|
+
"in": "header",
|
|
5506
|
+
"type": "string",
|
|
5507
|
+
"description": "Workspace ID",
|
|
5508
|
+
"required": true
|
|
5509
|
+
},
|
|
5510
|
+
"x-multiple-integrations": {
|
|
5511
|
+
"in": "header",
|
|
5512
|
+
"type": "string",
|
|
5513
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5514
|
+
"required": false
|
|
5322
5515
|
}
|
|
5323
5516
|
},
|
|
5324
5517
|
"response": {
|
|
@@ -5352,6 +5545,18 @@ export const state = {
|
|
|
5352
5545
|
"type": "string",
|
|
5353
5546
|
"description": "Bot ID",
|
|
5354
5547
|
"in": "path"
|
|
5548
|
+
},
|
|
5549
|
+
"x-workspace-id": {
|
|
5550
|
+
"in": "header",
|
|
5551
|
+
"type": "string",
|
|
5552
|
+
"description": "Workspace ID",
|
|
5553
|
+
"required": true
|
|
5554
|
+
},
|
|
5555
|
+
"x-multiple-integrations": {
|
|
5556
|
+
"in": "header",
|
|
5557
|
+
"type": "string",
|
|
5558
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5559
|
+
"required": false
|
|
5355
5560
|
}
|
|
5356
5561
|
},
|
|
5357
5562
|
"response": {
|
|
@@ -5425,6 +5630,18 @@ export const state = {
|
|
|
5425
5630
|
"description": "Token to get the next page of logs",
|
|
5426
5631
|
"type": "string",
|
|
5427
5632
|
"required": false
|
|
5633
|
+
},
|
|
5634
|
+
"x-workspace-id": {
|
|
5635
|
+
"in": "header",
|
|
5636
|
+
"type": "string",
|
|
5637
|
+
"description": "Workspace ID",
|
|
5638
|
+
"required": true
|
|
5639
|
+
},
|
|
5640
|
+
"x-multiple-integrations": {
|
|
5641
|
+
"in": "header",
|
|
5642
|
+
"type": "string",
|
|
5643
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5644
|
+
"required": false
|
|
5428
5645
|
}
|
|
5429
5646
|
},
|
|
5430
5647
|
"response": {
|
|
@@ -5501,6 +5718,18 @@ export const state = {
|
|
|
5501
5718
|
"fullscreen",
|
|
5502
5719
|
"sharableUrl"
|
|
5503
5720
|
]
|
|
5721
|
+
},
|
|
5722
|
+
"x-workspace-id": {
|
|
5723
|
+
"in": "header",
|
|
5724
|
+
"type": "string",
|
|
5725
|
+
"description": "Workspace ID",
|
|
5726
|
+
"required": true
|
|
5727
|
+
},
|
|
5728
|
+
"x-multiple-integrations": {
|
|
5729
|
+
"in": "header",
|
|
5730
|
+
"type": "string",
|
|
5731
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5732
|
+
"required": false
|
|
5504
5733
|
}
|
|
5505
5734
|
},
|
|
5506
5735
|
"response": {
|
|
@@ -5543,6 +5772,18 @@ export const state = {
|
|
|
5543
5772
|
"description": "End date/time (inclusive)",
|
|
5544
5773
|
"type": "string",
|
|
5545
5774
|
"required": true
|
|
5775
|
+
},
|
|
5776
|
+
"x-workspace-id": {
|
|
5777
|
+
"in": "header",
|
|
5778
|
+
"type": "string",
|
|
5779
|
+
"description": "Workspace ID",
|
|
5780
|
+
"required": true
|
|
5781
|
+
},
|
|
5782
|
+
"x-multiple-integrations": {
|
|
5783
|
+
"in": "header",
|
|
5784
|
+
"type": "string",
|
|
5785
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
5786
|
+
"required": false
|
|
5546
5787
|
}
|
|
5547
5788
|
},
|
|
5548
5789
|
"response": {
|
|
@@ -5760,6 +6001,18 @@ export const state = {
|
|
|
5760
6001
|
"in": "query",
|
|
5761
6002
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
5762
6003
|
"type": "string"
|
|
6004
|
+
},
|
|
6005
|
+
"x-workspace-id": {
|
|
6006
|
+
"in": "header",
|
|
6007
|
+
"type": "string",
|
|
6008
|
+
"description": "Workspace ID",
|
|
6009
|
+
"required": true
|
|
6010
|
+
},
|
|
6011
|
+
"x-multiple-integrations": {
|
|
6012
|
+
"in": "header",
|
|
6013
|
+
"type": "string",
|
|
6014
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6015
|
+
"required": false
|
|
5763
6016
|
}
|
|
5764
6017
|
},
|
|
5765
6018
|
"response": {
|
|
@@ -5859,6 +6112,18 @@ export const state = {
|
|
|
5859
6112
|
"in": "path",
|
|
5860
6113
|
"description": "Issue ID",
|
|
5861
6114
|
"type": "string"
|
|
6115
|
+
},
|
|
6116
|
+
"x-workspace-id": {
|
|
6117
|
+
"in": "header",
|
|
6118
|
+
"type": "string",
|
|
6119
|
+
"description": "Workspace ID",
|
|
6120
|
+
"required": true
|
|
6121
|
+
},
|
|
6122
|
+
"x-multiple-integrations": {
|
|
6123
|
+
"in": "header",
|
|
6124
|
+
"type": "string",
|
|
6125
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6126
|
+
"required": false
|
|
5862
6127
|
}
|
|
5863
6128
|
},
|
|
5864
6129
|
"response": {
|
|
@@ -5966,6 +6231,18 @@ export const state = {
|
|
|
5966
6231
|
"in": "query",
|
|
5967
6232
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
5968
6233
|
"type": "string"
|
|
6234
|
+
},
|
|
6235
|
+
"x-workspace-id": {
|
|
6236
|
+
"in": "header",
|
|
6237
|
+
"type": "string",
|
|
6238
|
+
"description": "Workspace ID",
|
|
6239
|
+
"required": true
|
|
6240
|
+
},
|
|
6241
|
+
"x-multiple-integrations": {
|
|
6242
|
+
"in": "header",
|
|
6243
|
+
"type": "string",
|
|
6244
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6245
|
+
"required": false
|
|
5969
6246
|
}
|
|
5970
6247
|
},
|
|
5971
6248
|
"response": {
|
|
@@ -6085,6 +6362,18 @@ export const state = {
|
|
|
6085
6362
|
"in": "path",
|
|
6086
6363
|
"description": "Issue ID",
|
|
6087
6364
|
"type": "string"
|
|
6365
|
+
},
|
|
6366
|
+
"x-workspace-id": {
|
|
6367
|
+
"in": "header",
|
|
6368
|
+
"type": "string",
|
|
6369
|
+
"description": "Workspace ID",
|
|
6370
|
+
"required": true
|
|
6371
|
+
},
|
|
6372
|
+
"x-multiple-integrations": {
|
|
6373
|
+
"in": "header",
|
|
6374
|
+
"type": "string",
|
|
6375
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6376
|
+
"required": false
|
|
6088
6377
|
}
|
|
6089
6378
|
},
|
|
6090
6379
|
"response": {
|
|
@@ -6115,6 +6404,18 @@ export const state = {
|
|
|
6115
6404
|
"in": "path",
|
|
6116
6405
|
"description": "Issue ID",
|
|
6117
6406
|
"type": "string"
|
|
6407
|
+
},
|
|
6408
|
+
"x-workspace-id": {
|
|
6409
|
+
"in": "header",
|
|
6410
|
+
"type": "string",
|
|
6411
|
+
"description": "Workspace ID",
|
|
6412
|
+
"required": true
|
|
6413
|
+
},
|
|
6414
|
+
"x-multiple-integrations": {
|
|
6415
|
+
"in": "header",
|
|
6416
|
+
"type": "string",
|
|
6417
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6418
|
+
"required": false
|
|
6118
6419
|
}
|
|
6119
6420
|
},
|
|
6120
6421
|
"response": {
|
|
@@ -6182,6 +6483,18 @@ export const state = {
|
|
|
6182
6483
|
"type": "string",
|
|
6183
6484
|
"description": "Bot ID",
|
|
6184
6485
|
"in": "path"
|
|
6486
|
+
},
|
|
6487
|
+
"x-workspace-id": {
|
|
6488
|
+
"in": "header",
|
|
6489
|
+
"type": "string",
|
|
6490
|
+
"description": "Workspace ID",
|
|
6491
|
+
"required": true
|
|
6492
|
+
},
|
|
6493
|
+
"x-multiple-integrations": {
|
|
6494
|
+
"in": "header",
|
|
6495
|
+
"type": "string",
|
|
6496
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6497
|
+
"required": false
|
|
6185
6498
|
}
|
|
6186
6499
|
},
|
|
6187
6500
|
"response": {
|
|
@@ -6235,6 +6548,18 @@ export const state = {
|
|
|
6235
6548
|
"type": "string",
|
|
6236
6549
|
"description": "Version ID",
|
|
6237
6550
|
"in": "path"
|
|
6551
|
+
},
|
|
6552
|
+
"x-workspace-id": {
|
|
6553
|
+
"in": "header",
|
|
6554
|
+
"type": "string",
|
|
6555
|
+
"description": "Workspace ID",
|
|
6556
|
+
"required": true
|
|
6557
|
+
},
|
|
6558
|
+
"x-multiple-integrations": {
|
|
6559
|
+
"in": "header",
|
|
6560
|
+
"type": "string",
|
|
6561
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6562
|
+
"required": false
|
|
6238
6563
|
}
|
|
6239
6564
|
},
|
|
6240
6565
|
"response": {
|
|
@@ -6266,6 +6591,18 @@ export const state = {
|
|
|
6266
6591
|
"type": "string",
|
|
6267
6592
|
"description": "Bot ID",
|
|
6268
6593
|
"in": "path"
|
|
6594
|
+
},
|
|
6595
|
+
"x-workspace-id": {
|
|
6596
|
+
"in": "header",
|
|
6597
|
+
"type": "string",
|
|
6598
|
+
"description": "Workspace ID",
|
|
6599
|
+
"required": true
|
|
6600
|
+
},
|
|
6601
|
+
"x-multiple-integrations": {
|
|
6602
|
+
"in": "header",
|
|
6603
|
+
"type": "string",
|
|
6604
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6605
|
+
"required": false
|
|
6269
6606
|
}
|
|
6270
6607
|
},
|
|
6271
6608
|
"response": {
|
|
@@ -6288,6 +6625,18 @@ export const state = {
|
|
|
6288
6625
|
"type": "string",
|
|
6289
6626
|
"description": "Bot ID",
|
|
6290
6627
|
"in": "path"
|
|
6628
|
+
},
|
|
6629
|
+
"x-workspace-id": {
|
|
6630
|
+
"in": "header",
|
|
6631
|
+
"type": "string",
|
|
6632
|
+
"description": "Workspace ID",
|
|
6633
|
+
"required": true
|
|
6634
|
+
},
|
|
6635
|
+
"x-multiple-integrations": {
|
|
6636
|
+
"in": "header",
|
|
6637
|
+
"type": "string",
|
|
6638
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6639
|
+
"required": false
|
|
6291
6640
|
}
|
|
6292
6641
|
},
|
|
6293
6642
|
"requestBody": {
|
|
@@ -6327,6 +6676,18 @@ export const state = {
|
|
|
6327
6676
|
"type": "string",
|
|
6328
6677
|
"description": "Bot ID",
|
|
6329
6678
|
"in": "path"
|
|
6679
|
+
},
|
|
6680
|
+
"x-workspace-id": {
|
|
6681
|
+
"in": "header",
|
|
6682
|
+
"type": "string",
|
|
6683
|
+
"description": "Workspace ID",
|
|
6684
|
+
"required": true
|
|
6685
|
+
},
|
|
6686
|
+
"x-multiple-integrations": {
|
|
6687
|
+
"in": "header",
|
|
6688
|
+
"type": "string",
|
|
6689
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6690
|
+
"required": false
|
|
6330
6691
|
}
|
|
6331
6692
|
},
|
|
6332
6693
|
"requestBody": {
|
|
@@ -6392,6 +6753,18 @@ export const state = {
|
|
|
6392
6753
|
"type": "string",
|
|
6393
6754
|
"description": "Bot ID",
|
|
6394
6755
|
"in": "path"
|
|
6756
|
+
},
|
|
6757
|
+
"x-workspace-id": {
|
|
6758
|
+
"in": "header",
|
|
6759
|
+
"type": "string",
|
|
6760
|
+
"description": "Workspace ID",
|
|
6761
|
+
"required": true
|
|
6762
|
+
},
|
|
6763
|
+
"x-multiple-integrations": {
|
|
6764
|
+
"in": "header",
|
|
6765
|
+
"type": "string",
|
|
6766
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6767
|
+
"required": false
|
|
6395
6768
|
}
|
|
6396
6769
|
},
|
|
6397
6770
|
"requestBody": {
|
|
@@ -6440,6 +6813,18 @@ export const state = {
|
|
|
6440
6813
|
"in": "query",
|
|
6441
6814
|
"type": "string",
|
|
6442
6815
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
6816
|
+
},
|
|
6817
|
+
"x-workspace-id": {
|
|
6818
|
+
"in": "header",
|
|
6819
|
+
"type": "string",
|
|
6820
|
+
"description": "Workspace ID",
|
|
6821
|
+
"required": true
|
|
6822
|
+
},
|
|
6823
|
+
"x-multiple-integrations": {
|
|
6824
|
+
"in": "header",
|
|
6825
|
+
"type": "string",
|
|
6826
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6827
|
+
"required": false
|
|
6443
6828
|
}
|
|
6444
6829
|
},
|
|
6445
6830
|
"requestBody": {
|
|
@@ -6491,6 +6876,18 @@ export const state = {
|
|
|
6491
6876
|
"in": "query",
|
|
6492
6877
|
"type": "string",
|
|
6493
6878
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
6879
|
+
},
|
|
6880
|
+
"x-workspace-id": {
|
|
6881
|
+
"in": "header",
|
|
6882
|
+
"type": "string",
|
|
6883
|
+
"description": "Workspace ID",
|
|
6884
|
+
"required": true
|
|
6885
|
+
},
|
|
6886
|
+
"x-multiple-integrations": {
|
|
6887
|
+
"in": "header",
|
|
6888
|
+
"type": "string",
|
|
6889
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6890
|
+
"required": false
|
|
6494
6891
|
}
|
|
6495
6892
|
},
|
|
6496
6893
|
"response": {
|
|
@@ -6526,6 +6923,18 @@ export const state = {
|
|
|
6526
6923
|
"in": "query",
|
|
6527
6924
|
"type": "string",
|
|
6528
6925
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
6926
|
+
},
|
|
6927
|
+
"x-workspace-id": {
|
|
6928
|
+
"in": "header",
|
|
6929
|
+
"type": "string",
|
|
6930
|
+
"description": "Workspace ID",
|
|
6931
|
+
"required": true
|
|
6932
|
+
},
|
|
6933
|
+
"x-multiple-integrations": {
|
|
6934
|
+
"in": "header",
|
|
6935
|
+
"type": "string",
|
|
6936
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6937
|
+
"required": false
|
|
6529
6938
|
}
|
|
6530
6939
|
},
|
|
6531
6940
|
"response": {
|
|
@@ -6573,6 +6982,18 @@ export const state = {
|
|
|
6573
6982
|
"in": "query",
|
|
6574
6983
|
"type": "string",
|
|
6575
6984
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
6985
|
+
},
|
|
6986
|
+
"x-workspace-id": {
|
|
6987
|
+
"in": "header",
|
|
6988
|
+
"type": "string",
|
|
6989
|
+
"description": "Workspace ID",
|
|
6990
|
+
"required": true
|
|
6991
|
+
},
|
|
6992
|
+
"x-multiple-integrations": {
|
|
6993
|
+
"in": "header",
|
|
6994
|
+
"type": "string",
|
|
6995
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
6996
|
+
"required": false
|
|
6576
6997
|
}
|
|
6577
6998
|
},
|
|
6578
6999
|
"response": {
|
|
@@ -6599,6 +7020,18 @@ export const state = {
|
|
|
6599
7020
|
"description": "ID of the bot",
|
|
6600
7021
|
"type": "string",
|
|
6601
7022
|
"required": true
|
|
7023
|
+
},
|
|
7024
|
+
"x-workspace-id": {
|
|
7025
|
+
"in": "header",
|
|
7026
|
+
"type": "string",
|
|
7027
|
+
"description": "Workspace ID",
|
|
7028
|
+
"required": true
|
|
7029
|
+
},
|
|
7030
|
+
"x-multiple-integrations": {
|
|
7031
|
+
"in": "header",
|
|
7032
|
+
"type": "string",
|
|
7033
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7034
|
+
"required": false
|
|
6602
7035
|
}
|
|
6603
7036
|
},
|
|
6604
7037
|
"response": {
|
|
@@ -6693,7 +7126,20 @@ export const state = {
|
|
|
6693
7126
|
"additionalProperties": false
|
|
6694
7127
|
}
|
|
6695
7128
|
},
|
|
6696
|
-
"parameters": {
|
|
7129
|
+
"parameters": {
|
|
7130
|
+
"x-workspace-id": {
|
|
7131
|
+
"in": "header",
|
|
7132
|
+
"type": "string",
|
|
7133
|
+
"description": "Workspace ID",
|
|
7134
|
+
"required": true
|
|
7135
|
+
},
|
|
7136
|
+
"x-multiple-integrations": {
|
|
7137
|
+
"in": "header",
|
|
7138
|
+
"type": "string",
|
|
7139
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7140
|
+
"required": false
|
|
7141
|
+
}
|
|
7142
|
+
}
|
|
6697
7143
|
},
|
|
6698
7144
|
"deleteBotApiKey": {
|
|
6699
7145
|
"name": "deleteBotApiKey",
|
|
@@ -6706,6 +7152,18 @@ export const state = {
|
|
|
6706
7152
|
"type": "string",
|
|
6707
7153
|
"description": "ID of Bot Api Key",
|
|
6708
7154
|
"in": "path"
|
|
7155
|
+
},
|
|
7156
|
+
"x-workspace-id": {
|
|
7157
|
+
"in": "header",
|
|
7158
|
+
"type": "string",
|
|
7159
|
+
"description": "Workspace ID",
|
|
7160
|
+
"required": true
|
|
7161
|
+
},
|
|
7162
|
+
"x-multiple-integrations": {
|
|
7163
|
+
"in": "header",
|
|
7164
|
+
"type": "string",
|
|
7165
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7166
|
+
"required": false
|
|
6709
7167
|
}
|
|
6710
7168
|
},
|
|
6711
7169
|
"response": {
|
|
@@ -6728,6 +7186,18 @@ export const state = {
|
|
|
6728
7186
|
"type": "string",
|
|
6729
7187
|
"description": "Bot ID",
|
|
6730
7188
|
"in": "path"
|
|
7189
|
+
},
|
|
7190
|
+
"x-workspace-id": {
|
|
7191
|
+
"in": "header",
|
|
7192
|
+
"type": "string",
|
|
7193
|
+
"description": "Workspace ID",
|
|
7194
|
+
"required": true
|
|
7195
|
+
},
|
|
7196
|
+
"x-multiple-integrations": {
|
|
7197
|
+
"in": "header",
|
|
7198
|
+
"type": "string",
|
|
7199
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7200
|
+
"required": false
|
|
6731
7201
|
}
|
|
6732
7202
|
},
|
|
6733
7203
|
"response": {
|
|
@@ -6778,6 +7248,18 @@ export const state = {
|
|
|
6778
7248
|
"type": "string",
|
|
6779
7249
|
"description": "Bot ID",
|
|
6780
7250
|
"in": "path"
|
|
7251
|
+
},
|
|
7252
|
+
"x-workspace-id": {
|
|
7253
|
+
"in": "header",
|
|
7254
|
+
"type": "string",
|
|
7255
|
+
"description": "Workspace ID",
|
|
7256
|
+
"required": true
|
|
7257
|
+
},
|
|
7258
|
+
"x-multiple-integrations": {
|
|
7259
|
+
"in": "header",
|
|
7260
|
+
"type": "string",
|
|
7261
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7262
|
+
"required": false
|
|
6781
7263
|
}
|
|
6782
7264
|
},
|
|
6783
7265
|
"requestBody": {
|
|
@@ -6827,6 +7309,12 @@ export const state = {
|
|
|
6827
7309
|
"type": "string",
|
|
6828
7310
|
"description": "Workspace ID",
|
|
6829
7311
|
"in": "path"
|
|
7312
|
+
},
|
|
7313
|
+
"x-multiple-integrations": {
|
|
7314
|
+
"in": "header",
|
|
7315
|
+
"type": "string",
|
|
7316
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7317
|
+
"required": false
|
|
6830
7318
|
}
|
|
6831
7319
|
},
|
|
6832
7320
|
"section": "workspace",
|
|
@@ -6940,6 +7428,12 @@ export const state = {
|
|
|
6940
7428
|
"type": "string",
|
|
6941
7429
|
"description": "Workspace ID",
|
|
6942
7430
|
"in": "path"
|
|
7431
|
+
},
|
|
7432
|
+
"x-multiple-integrations": {
|
|
7433
|
+
"in": "header",
|
|
7434
|
+
"type": "string",
|
|
7435
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7436
|
+
"required": false
|
|
6943
7437
|
}
|
|
6944
7438
|
},
|
|
6945
7439
|
"section": "workspace",
|
|
@@ -7041,6 +7535,12 @@ export const state = {
|
|
|
7041
7535
|
"type": "string",
|
|
7042
7536
|
"description": "Workspace ID",
|
|
7043
7537
|
"in": "path"
|
|
7538
|
+
},
|
|
7539
|
+
"x-multiple-integrations": {
|
|
7540
|
+
"in": "header",
|
|
7541
|
+
"type": "string",
|
|
7542
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7543
|
+
"required": false
|
|
7044
7544
|
}
|
|
7045
7545
|
},
|
|
7046
7546
|
"section": "workspace",
|
|
@@ -7243,7 +7743,14 @@ export const state = {
|
|
|
7243
7743
|
"tags": [
|
|
7244
7744
|
"documented"
|
|
7245
7745
|
],
|
|
7246
|
-
"parameters": {
|
|
7746
|
+
"parameters": {
|
|
7747
|
+
"x-multiple-integrations": {
|
|
7748
|
+
"in": "header",
|
|
7749
|
+
"type": "string",
|
|
7750
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7751
|
+
"required": false
|
|
7752
|
+
}
|
|
7753
|
+
}
|
|
7247
7754
|
},
|
|
7248
7755
|
"getPublicWorkspace": {
|
|
7249
7756
|
"name": "getPublicWorkspace",
|
|
@@ -7259,6 +7766,12 @@ export const state = {
|
|
|
7259
7766
|
"type": "string",
|
|
7260
7767
|
"description": "Workspace ID",
|
|
7261
7768
|
"in": "path"
|
|
7769
|
+
},
|
|
7770
|
+
"x-multiple-integrations": {
|
|
7771
|
+
"in": "header",
|
|
7772
|
+
"type": "string",
|
|
7773
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7774
|
+
"required": false
|
|
7262
7775
|
}
|
|
7263
7776
|
},
|
|
7264
7777
|
"response": {
|
|
@@ -7334,6 +7847,12 @@ export const state = {
|
|
|
7334
7847
|
"type": "string",
|
|
7335
7848
|
"description": "Workspace ID",
|
|
7336
7849
|
"in": "path"
|
|
7850
|
+
},
|
|
7851
|
+
"x-multiple-integrations": {
|
|
7852
|
+
"in": "header",
|
|
7853
|
+
"type": "string",
|
|
7854
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
7855
|
+
"required": false
|
|
7337
7856
|
}
|
|
7338
7857
|
},
|
|
7339
7858
|
"response": {
|
|
@@ -7478,6 +7997,12 @@ export const state = {
|
|
|
7478
7997
|
"description": "Period to get",
|
|
7479
7998
|
"type": "string",
|
|
7480
7999
|
"required": false
|
|
8000
|
+
},
|
|
8001
|
+
"x-multiple-integrations": {
|
|
8002
|
+
"in": "header",
|
|
8003
|
+
"type": "string",
|
|
8004
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8005
|
+
"required": false
|
|
7481
8006
|
}
|
|
7482
8007
|
},
|
|
7483
8008
|
"response": {
|
|
@@ -7541,6 +8066,12 @@ export const state = {
|
|
|
7541
8066
|
"description": "Period to get",
|
|
7542
8067
|
"type": "string",
|
|
7543
8068
|
"required": false
|
|
8069
|
+
},
|
|
8070
|
+
"x-multiple-integrations": {
|
|
8071
|
+
"in": "header",
|
|
8072
|
+
"type": "string",
|
|
8073
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8074
|
+
"required": false
|
|
7544
8075
|
}
|
|
7545
8076
|
},
|
|
7546
8077
|
"response": {
|
|
@@ -7622,7 +8153,14 @@ export const state = {
|
|
|
7622
8153
|
"title": "getAllWorkspaceQuotaCompletionResponse"
|
|
7623
8154
|
}
|
|
7624
8155
|
},
|
|
7625
|
-
"parameters": {
|
|
8156
|
+
"parameters": {
|
|
8157
|
+
"x-multiple-integrations": {
|
|
8158
|
+
"in": "header",
|
|
8159
|
+
"type": "string",
|
|
8160
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8161
|
+
"required": false
|
|
8162
|
+
}
|
|
8163
|
+
}
|
|
7626
8164
|
},
|
|
7627
8165
|
"getWorkspaceQuota": {
|
|
7628
8166
|
"name": "getWorkspaceQuota",
|
|
@@ -7665,6 +8203,12 @@ export const state = {
|
|
|
7665
8203
|
"description": "Period to get",
|
|
7666
8204
|
"type": "string",
|
|
7667
8205
|
"required": false
|
|
8206
|
+
},
|
|
8207
|
+
"x-multiple-integrations": {
|
|
8208
|
+
"in": "header",
|
|
8209
|
+
"type": "string",
|
|
8210
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8211
|
+
"required": false
|
|
7668
8212
|
}
|
|
7669
8213
|
},
|
|
7670
8214
|
"response": {
|
|
@@ -7739,6 +8283,12 @@ export const state = {
|
|
|
7739
8283
|
"description": "Period to get",
|
|
7740
8284
|
"type": "string",
|
|
7741
8285
|
"required": false
|
|
8286
|
+
},
|
|
8287
|
+
"x-multiple-integrations": {
|
|
8288
|
+
"in": "header",
|
|
8289
|
+
"type": "string",
|
|
8290
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8291
|
+
"required": false
|
|
7742
8292
|
}
|
|
7743
8293
|
},
|
|
7744
8294
|
"response": {
|
|
@@ -7809,6 +8359,12 @@ export const state = {
|
|
|
7809
8359
|
"type": "string",
|
|
7810
8360
|
"description": "Workspace ID",
|
|
7811
8361
|
"in": "path"
|
|
8362
|
+
},
|
|
8363
|
+
"x-multiple-integrations": {
|
|
8364
|
+
"in": "header",
|
|
8365
|
+
"type": "string",
|
|
8366
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8367
|
+
"required": false
|
|
7812
8368
|
}
|
|
7813
8369
|
},
|
|
7814
8370
|
"requestBody": {
|
|
@@ -8014,7 +8570,14 @@ export const state = {
|
|
|
8014
8570
|
"additionalProperties": false
|
|
8015
8571
|
}
|
|
8016
8572
|
},
|
|
8017
|
-
"parameters": {
|
|
8573
|
+
"parameters": {
|
|
8574
|
+
"x-multiple-integrations": {
|
|
8575
|
+
"in": "header",
|
|
8576
|
+
"type": "string",
|
|
8577
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8578
|
+
"required": false
|
|
8579
|
+
}
|
|
8580
|
+
}
|
|
8018
8581
|
},
|
|
8019
8582
|
"listWorkspaces": {
|
|
8020
8583
|
"name": "listWorkspaces",
|
|
@@ -8036,6 +8599,12 @@ export const state = {
|
|
|
8036
8599
|
"description": "Workspace handle",
|
|
8037
8600
|
"type": "string",
|
|
8038
8601
|
"required": false
|
|
8602
|
+
},
|
|
8603
|
+
"x-multiple-integrations": {
|
|
8604
|
+
"in": "header",
|
|
8605
|
+
"type": "string",
|
|
8606
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8607
|
+
"required": false
|
|
8039
8608
|
}
|
|
8040
8609
|
},
|
|
8041
8610
|
"response": {
|
|
@@ -8188,6 +8757,12 @@ export const state = {
|
|
|
8188
8757
|
"description": "Search query",
|
|
8189
8758
|
"type": "string",
|
|
8190
8759
|
"required": false
|
|
8760
|
+
},
|
|
8761
|
+
"x-multiple-integrations": {
|
|
8762
|
+
"in": "header",
|
|
8763
|
+
"type": "string",
|
|
8764
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8765
|
+
"required": false
|
|
8191
8766
|
}
|
|
8192
8767
|
},
|
|
8193
8768
|
"response": {
|
|
@@ -8286,6 +8861,12 @@ export const state = {
|
|
|
8286
8861
|
"type": "string",
|
|
8287
8862
|
"description": "Workspace ID",
|
|
8288
8863
|
"in": "path"
|
|
8864
|
+
},
|
|
8865
|
+
"x-multiple-integrations": {
|
|
8866
|
+
"in": "header",
|
|
8867
|
+
"type": "string",
|
|
8868
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8869
|
+
"required": false
|
|
8289
8870
|
}
|
|
8290
8871
|
},
|
|
8291
8872
|
"response": {
|
|
@@ -8316,6 +8897,12 @@ export const state = {
|
|
|
8316
8897
|
"type": "string",
|
|
8317
8898
|
"description": "Workspace ID",
|
|
8318
8899
|
"in": "path"
|
|
8900
|
+
},
|
|
8901
|
+
"x-multiple-integrations": {
|
|
8902
|
+
"in": "header",
|
|
8903
|
+
"type": "string",
|
|
8904
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
8905
|
+
"required": false
|
|
8319
8906
|
}
|
|
8320
8907
|
},
|
|
8321
8908
|
"disableDefaultParameters": {
|
|
@@ -8432,6 +9019,12 @@ export const state = {
|
|
|
8432
9019
|
"type": "string",
|
|
8433
9020
|
"description": "Preference key",
|
|
8434
9021
|
"in": "path"
|
|
9022
|
+
},
|
|
9023
|
+
"x-multiple-integrations": {
|
|
9024
|
+
"in": "header",
|
|
9025
|
+
"type": "string",
|
|
9026
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9027
|
+
"required": false
|
|
8435
9028
|
}
|
|
8436
9029
|
},
|
|
8437
9030
|
"requestBody": {
|
|
@@ -8468,6 +9061,12 @@ export const state = {
|
|
|
8468
9061
|
"type": "string",
|
|
8469
9062
|
"description": "Preference key",
|
|
8470
9063
|
"in": "path"
|
|
9064
|
+
},
|
|
9065
|
+
"x-multiple-integrations": {
|
|
9066
|
+
"in": "header",
|
|
9067
|
+
"type": "string",
|
|
9068
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9069
|
+
"required": false
|
|
8471
9070
|
}
|
|
8472
9071
|
},
|
|
8473
9072
|
"response": {
|
|
@@ -8495,6 +9094,18 @@ export const state = {
|
|
|
8495
9094
|
"in": "query",
|
|
8496
9095
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
8497
9096
|
"type": "string"
|
|
9097
|
+
},
|
|
9098
|
+
"x-workspace-id": {
|
|
9099
|
+
"in": "header",
|
|
9100
|
+
"type": "string",
|
|
9101
|
+
"description": "Workspace ID",
|
|
9102
|
+
"required": true
|
|
9103
|
+
},
|
|
9104
|
+
"x-multiple-integrations": {
|
|
9105
|
+
"in": "header",
|
|
9106
|
+
"type": "string",
|
|
9107
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9108
|
+
"required": false
|
|
8498
9109
|
}
|
|
8499
9110
|
},
|
|
8500
9111
|
"response": {
|
|
@@ -8626,7 +9237,20 @@ export const state = {
|
|
|
8626
9237
|
"tags": [
|
|
8627
9238
|
"documented"
|
|
8628
9239
|
],
|
|
8629
|
-
"parameters": {
|
|
9240
|
+
"parameters": {
|
|
9241
|
+
"x-workspace-id": {
|
|
9242
|
+
"in": "header",
|
|
9243
|
+
"type": "string",
|
|
9244
|
+
"description": "Workspace ID",
|
|
9245
|
+
"required": true
|
|
9246
|
+
},
|
|
9247
|
+
"x-multiple-integrations": {
|
|
9248
|
+
"in": "header",
|
|
9249
|
+
"type": "string",
|
|
9250
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9251
|
+
"required": false
|
|
9252
|
+
}
|
|
9253
|
+
}
|
|
8630
9254
|
},
|
|
8631
9255
|
"deleteWorkspaceMember": {
|
|
8632
9256
|
"name": "deleteWorkspaceMember",
|
|
@@ -8639,6 +9263,18 @@ export const state = {
|
|
|
8639
9263
|
"type": "string",
|
|
8640
9264
|
"description": "Workspace member ID",
|
|
8641
9265
|
"in": "path"
|
|
9266
|
+
},
|
|
9267
|
+
"x-workspace-id": {
|
|
9268
|
+
"in": "header",
|
|
9269
|
+
"type": "string",
|
|
9270
|
+
"description": "Workspace ID",
|
|
9271
|
+
"required": true
|
|
9272
|
+
},
|
|
9273
|
+
"x-multiple-integrations": {
|
|
9274
|
+
"in": "header",
|
|
9275
|
+
"type": "string",
|
|
9276
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9277
|
+
"required": false
|
|
8642
9278
|
}
|
|
8643
9279
|
},
|
|
8644
9280
|
"response": {
|
|
@@ -8738,7 +9374,20 @@ export const state = {
|
|
|
8738
9374
|
"tags": [
|
|
8739
9375
|
"documented"
|
|
8740
9376
|
],
|
|
8741
|
-
"parameters": {
|
|
9377
|
+
"parameters": {
|
|
9378
|
+
"x-workspace-id": {
|
|
9379
|
+
"in": "header",
|
|
9380
|
+
"type": "string",
|
|
9381
|
+
"description": "Workspace ID",
|
|
9382
|
+
"required": true
|
|
9383
|
+
},
|
|
9384
|
+
"x-multiple-integrations": {
|
|
9385
|
+
"in": "header",
|
|
9386
|
+
"type": "string",
|
|
9387
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9388
|
+
"required": false
|
|
9389
|
+
}
|
|
9390
|
+
}
|
|
8742
9391
|
},
|
|
8743
9392
|
"updateWorkspaceMember": {
|
|
8744
9393
|
"name": "updateWorkspaceMember",
|
|
@@ -8749,8 +9398,20 @@ export const state = {
|
|
|
8749
9398
|
"parameters": {
|
|
8750
9399
|
"id": {
|
|
8751
9400
|
"type": "string",
|
|
8752
|
-
"description": "Workspace member ID",
|
|
8753
|
-
"in": "path"
|
|
9401
|
+
"description": "Workspace member ID",
|
|
9402
|
+
"in": "path"
|
|
9403
|
+
},
|
|
9404
|
+
"x-workspace-id": {
|
|
9405
|
+
"in": "header",
|
|
9406
|
+
"type": "string",
|
|
9407
|
+
"description": "Workspace ID",
|
|
9408
|
+
"required": true
|
|
9409
|
+
},
|
|
9410
|
+
"x-multiple-integrations": {
|
|
9411
|
+
"in": "header",
|
|
9412
|
+
"type": "string",
|
|
9413
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9414
|
+
"required": false
|
|
8754
9415
|
}
|
|
8755
9416
|
},
|
|
8756
9417
|
"requestBody": {
|
|
@@ -8837,6 +9498,18 @@ export const state = {
|
|
|
8837
9498
|
"description": "ID of the integration",
|
|
8838
9499
|
"type": "string",
|
|
8839
9500
|
"required": true
|
|
9501
|
+
},
|
|
9502
|
+
"x-workspace-id": {
|
|
9503
|
+
"in": "header",
|
|
9504
|
+
"type": "string",
|
|
9505
|
+
"description": "Workspace ID",
|
|
9506
|
+
"required": true
|
|
9507
|
+
},
|
|
9508
|
+
"x-multiple-integrations": {
|
|
9509
|
+
"in": "header",
|
|
9510
|
+
"type": "string",
|
|
9511
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9512
|
+
"required": false
|
|
8840
9513
|
}
|
|
8841
9514
|
},
|
|
8842
9515
|
"response": {
|
|
@@ -8931,7 +9604,20 @@ export const state = {
|
|
|
8931
9604
|
"additionalProperties": false
|
|
8932
9605
|
}
|
|
8933
9606
|
},
|
|
8934
|
-
"parameters": {
|
|
9607
|
+
"parameters": {
|
|
9608
|
+
"x-workspace-id": {
|
|
9609
|
+
"in": "header",
|
|
9610
|
+
"type": "string",
|
|
9611
|
+
"description": "Workspace ID",
|
|
9612
|
+
"required": true
|
|
9613
|
+
},
|
|
9614
|
+
"x-multiple-integrations": {
|
|
9615
|
+
"in": "header",
|
|
9616
|
+
"type": "string",
|
|
9617
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9618
|
+
"required": false
|
|
9619
|
+
}
|
|
9620
|
+
}
|
|
8935
9621
|
},
|
|
8936
9622
|
"deleteIntegrationApiKey": {
|
|
8937
9623
|
"name": "deleteIntegrationApiKey",
|
|
@@ -8944,6 +9630,18 @@ export const state = {
|
|
|
8944
9630
|
"type": "string",
|
|
8945
9631
|
"description": "ID of Integration Api Key",
|
|
8946
9632
|
"in": "path"
|
|
9633
|
+
},
|
|
9634
|
+
"x-workspace-id": {
|
|
9635
|
+
"in": "header",
|
|
9636
|
+
"type": "string",
|
|
9637
|
+
"description": "Workspace ID",
|
|
9638
|
+
"required": true
|
|
9639
|
+
},
|
|
9640
|
+
"x-multiple-integrations": {
|
|
9641
|
+
"in": "header",
|
|
9642
|
+
"type": "string",
|
|
9643
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
9644
|
+
"required": false
|
|
8947
9645
|
}
|
|
8948
9646
|
},
|
|
8949
9647
|
"response": {
|
|
@@ -9572,7 +10270,20 @@ export const state = {
|
|
|
9572
10270
|
"tags": [
|
|
9573
10271
|
"documented"
|
|
9574
10272
|
],
|
|
9575
|
-
"parameters": {
|
|
10273
|
+
"parameters": {
|
|
10274
|
+
"x-workspace-id": {
|
|
10275
|
+
"in": "header",
|
|
10276
|
+
"type": "string",
|
|
10277
|
+
"description": "Workspace ID",
|
|
10278
|
+
"required": true
|
|
10279
|
+
},
|
|
10280
|
+
"x-multiple-integrations": {
|
|
10281
|
+
"in": "header",
|
|
10282
|
+
"type": "string",
|
|
10283
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
10284
|
+
"required": false
|
|
10285
|
+
}
|
|
10286
|
+
}
|
|
9576
10287
|
},
|
|
9577
10288
|
"validateIntegrationCreation": {
|
|
9578
10289
|
"name": "validateIntegrationCreation",
|
|
@@ -10183,7 +10894,20 @@ export const state = {
|
|
|
10183
10894
|
"tags": [
|
|
10184
10895
|
"documented"
|
|
10185
10896
|
],
|
|
10186
|
-
"parameters": {
|
|
10897
|
+
"parameters": {
|
|
10898
|
+
"x-workspace-id": {
|
|
10899
|
+
"in": "header",
|
|
10900
|
+
"type": "string",
|
|
10901
|
+
"description": "Workspace ID",
|
|
10902
|
+
"required": true
|
|
10903
|
+
},
|
|
10904
|
+
"x-multiple-integrations": {
|
|
10905
|
+
"in": "header",
|
|
10906
|
+
"type": "string",
|
|
10907
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
10908
|
+
"required": false
|
|
10909
|
+
}
|
|
10910
|
+
}
|
|
10187
10911
|
},
|
|
10188
10912
|
"updateIntegration": {
|
|
10189
10913
|
"name": "updateIntegration",
|
|
@@ -10196,6 +10920,18 @@ export const state = {
|
|
|
10196
10920
|
"type": "string",
|
|
10197
10921
|
"description": "Integration Version ID",
|
|
10198
10922
|
"in": "path"
|
|
10923
|
+
},
|
|
10924
|
+
"x-workspace-id": {
|
|
10925
|
+
"in": "header",
|
|
10926
|
+
"type": "string",
|
|
10927
|
+
"description": "Workspace ID",
|
|
10928
|
+
"required": true
|
|
10929
|
+
},
|
|
10930
|
+
"x-multiple-integrations": {
|
|
10931
|
+
"in": "header",
|
|
10932
|
+
"type": "string",
|
|
10933
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
10934
|
+
"required": false
|
|
10199
10935
|
}
|
|
10200
10936
|
},
|
|
10201
10937
|
"requestBody": {
|
|
@@ -10821,6 +11557,18 @@ export const state = {
|
|
|
10821
11557
|
"type": "string",
|
|
10822
11558
|
"description": "Integration Version ID",
|
|
10823
11559
|
"in": "path"
|
|
11560
|
+
},
|
|
11561
|
+
"x-workspace-id": {
|
|
11562
|
+
"in": "header",
|
|
11563
|
+
"type": "string",
|
|
11564
|
+
"description": "Workspace ID",
|
|
11565
|
+
"required": true
|
|
11566
|
+
},
|
|
11567
|
+
"x-multiple-integrations": {
|
|
11568
|
+
"in": "header",
|
|
11569
|
+
"type": "string",
|
|
11570
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
11571
|
+
"required": false
|
|
10824
11572
|
}
|
|
10825
11573
|
},
|
|
10826
11574
|
"requestBody": {
|
|
@@ -11522,6 +12270,18 @@ export const state = {
|
|
|
11522
12270
|
"description": "If true, only dev integrations are returned. Otherwise, only production integrations are returned.",
|
|
11523
12271
|
"type": "boolean",
|
|
11524
12272
|
"required": false
|
|
12273
|
+
},
|
|
12274
|
+
"x-workspace-id": {
|
|
12275
|
+
"in": "header",
|
|
12276
|
+
"type": "string",
|
|
12277
|
+
"description": "Workspace ID",
|
|
12278
|
+
"required": true
|
|
12279
|
+
},
|
|
12280
|
+
"x-multiple-integrations": {
|
|
12281
|
+
"in": "header",
|
|
12282
|
+
"type": "string",
|
|
12283
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12284
|
+
"required": false
|
|
11525
12285
|
}
|
|
11526
12286
|
},
|
|
11527
12287
|
"response": {
|
|
@@ -11701,6 +12461,18 @@ export const state = {
|
|
|
11701
12461
|
"type": "string",
|
|
11702
12462
|
"description": "Integration Version ID",
|
|
11703
12463
|
"in": "path"
|
|
12464
|
+
},
|
|
12465
|
+
"x-workspace-id": {
|
|
12466
|
+
"in": "header",
|
|
12467
|
+
"type": "string",
|
|
12468
|
+
"description": "Workspace ID",
|
|
12469
|
+
"required": true
|
|
12470
|
+
},
|
|
12471
|
+
"x-multiple-integrations": {
|
|
12472
|
+
"in": "header",
|
|
12473
|
+
"type": "string",
|
|
12474
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12475
|
+
"required": false
|
|
11704
12476
|
}
|
|
11705
12477
|
},
|
|
11706
12478
|
"response": {
|
|
@@ -11776,6 +12548,18 @@ export const state = {
|
|
|
11776
12548
|
"description": "Token to get the next page of logs",
|
|
11777
12549
|
"type": "string",
|
|
11778
12550
|
"required": false
|
|
12551
|
+
},
|
|
12552
|
+
"x-workspace-id": {
|
|
12553
|
+
"in": "header",
|
|
12554
|
+
"type": "string",
|
|
12555
|
+
"description": "Workspace ID",
|
|
12556
|
+
"required": true
|
|
12557
|
+
},
|
|
12558
|
+
"x-multiple-integrations": {
|
|
12559
|
+
"in": "header",
|
|
12560
|
+
"type": "string",
|
|
12561
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12562
|
+
"required": false
|
|
11779
12563
|
}
|
|
11780
12564
|
},
|
|
11781
12565
|
"response": {
|
|
@@ -11845,6 +12629,18 @@ export const state = {
|
|
|
11845
12629
|
"type": "string",
|
|
11846
12630
|
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
11847
12631
|
"in": "path"
|
|
12632
|
+
},
|
|
12633
|
+
"x-workspace-id": {
|
|
12634
|
+
"in": "header",
|
|
12635
|
+
"type": "string",
|
|
12636
|
+
"description": "Workspace ID",
|
|
12637
|
+
"required": true
|
|
12638
|
+
},
|
|
12639
|
+
"x-multiple-integrations": {
|
|
12640
|
+
"in": "header",
|
|
12641
|
+
"type": "string",
|
|
12642
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12643
|
+
"required": false
|
|
11848
12644
|
}
|
|
11849
12645
|
},
|
|
11850
12646
|
"response": {
|
|
@@ -11878,6 +12674,18 @@ export const state = {
|
|
|
11878
12674
|
"type": "string",
|
|
11879
12675
|
"description": "Integration Version ID",
|
|
11880
12676
|
"in": "path"
|
|
12677
|
+
},
|
|
12678
|
+
"x-workspace-id": {
|
|
12679
|
+
"in": "header",
|
|
12680
|
+
"type": "string",
|
|
12681
|
+
"description": "Workspace ID",
|
|
12682
|
+
"required": true
|
|
12683
|
+
},
|
|
12684
|
+
"x-multiple-integrations": {
|
|
12685
|
+
"in": "header",
|
|
12686
|
+
"type": "string",
|
|
12687
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12688
|
+
"required": false
|
|
11881
12689
|
}
|
|
11882
12690
|
},
|
|
11883
12691
|
"response": {
|
|
@@ -11922,14 +12730,40 @@ export const state = {
|
|
|
11922
12730
|
"additionalProperties": false
|
|
11923
12731
|
}
|
|
11924
12732
|
},
|
|
11925
|
-
"parameters": {
|
|
12733
|
+
"parameters": {
|
|
12734
|
+
"x-workspace-id": {
|
|
12735
|
+
"in": "header",
|
|
12736
|
+
"type": "string",
|
|
12737
|
+
"description": "Workspace ID",
|
|
12738
|
+
"required": true
|
|
12739
|
+
},
|
|
12740
|
+
"x-multiple-integrations": {
|
|
12741
|
+
"in": "header",
|
|
12742
|
+
"type": "string",
|
|
12743
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12744
|
+
"required": false
|
|
12745
|
+
}
|
|
12746
|
+
}
|
|
11926
12747
|
},
|
|
11927
12748
|
"createInterface": {
|
|
11928
12749
|
"name": "createInterface",
|
|
11929
12750
|
"description": "Create Interface",
|
|
11930
12751
|
"method": "post",
|
|
11931
12752
|
"path": "/v1/admin/interfaces",
|
|
11932
|
-
"parameters": {
|
|
12753
|
+
"parameters": {
|
|
12754
|
+
"x-workspace-id": {
|
|
12755
|
+
"in": "header",
|
|
12756
|
+
"type": "string",
|
|
12757
|
+
"description": "Workspace ID",
|
|
12758
|
+
"required": true
|
|
12759
|
+
},
|
|
12760
|
+
"x-multiple-integrations": {
|
|
12761
|
+
"in": "header",
|
|
12762
|
+
"type": "string",
|
|
12763
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
12764
|
+
"required": false
|
|
12765
|
+
}
|
|
12766
|
+
},
|
|
11933
12767
|
"requestBody": {
|
|
11934
12768
|
"description": "Interface to create",
|
|
11935
12769
|
"schema": {
|
|
@@ -12197,6 +13031,18 @@ export const state = {
|
|
|
12197
13031
|
"in": "path",
|
|
12198
13032
|
"type": "string",
|
|
12199
13033
|
"description": "Interface id"
|
|
13034
|
+
},
|
|
13035
|
+
"x-workspace-id": {
|
|
13036
|
+
"in": "header",
|
|
13037
|
+
"type": "string",
|
|
13038
|
+
"description": "Workspace ID",
|
|
13039
|
+
"required": true
|
|
13040
|
+
},
|
|
13041
|
+
"x-multiple-integrations": {
|
|
13042
|
+
"in": "header",
|
|
13043
|
+
"type": "string",
|
|
13044
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13045
|
+
"required": false
|
|
12200
13046
|
}
|
|
12201
13047
|
},
|
|
12202
13048
|
"section": "interface",
|
|
@@ -12232,6 +13078,18 @@ export const state = {
|
|
|
12232
13078
|
"type": "string",
|
|
12233
13079
|
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
12234
13080
|
"in": "path"
|
|
13081
|
+
},
|
|
13082
|
+
"x-workspace-id": {
|
|
13083
|
+
"in": "header",
|
|
13084
|
+
"type": "string",
|
|
13085
|
+
"description": "Workspace ID",
|
|
13086
|
+
"required": true
|
|
13087
|
+
},
|
|
13088
|
+
"x-multiple-integrations": {
|
|
13089
|
+
"in": "header",
|
|
13090
|
+
"type": "string",
|
|
13091
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13092
|
+
"required": false
|
|
12235
13093
|
}
|
|
12236
13094
|
},
|
|
12237
13095
|
"section": "interface",
|
|
@@ -12262,6 +13120,18 @@ export const state = {
|
|
|
12262
13120
|
"in": "path",
|
|
12263
13121
|
"type": "string",
|
|
12264
13122
|
"description": "Interface id"
|
|
13123
|
+
},
|
|
13124
|
+
"x-workspace-id": {
|
|
13125
|
+
"in": "header",
|
|
13126
|
+
"type": "string",
|
|
13127
|
+
"description": "Workspace ID",
|
|
13128
|
+
"required": true
|
|
13129
|
+
},
|
|
13130
|
+
"x-multiple-integrations": {
|
|
13131
|
+
"in": "header",
|
|
13132
|
+
"type": "string",
|
|
13133
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13134
|
+
"required": false
|
|
12265
13135
|
}
|
|
12266
13136
|
},
|
|
12267
13137
|
"requestBody": {
|
|
@@ -12521,6 +13391,18 @@ export const state = {
|
|
|
12521
13391
|
"in": "path",
|
|
12522
13392
|
"type": "string",
|
|
12523
13393
|
"description": "Interface id"
|
|
13394
|
+
},
|
|
13395
|
+
"x-workspace-id": {
|
|
13396
|
+
"in": "header",
|
|
13397
|
+
"type": "string",
|
|
13398
|
+
"description": "Workspace ID",
|
|
13399
|
+
"required": true
|
|
13400
|
+
},
|
|
13401
|
+
"x-multiple-integrations": {
|
|
13402
|
+
"in": "header",
|
|
13403
|
+
"type": "string",
|
|
13404
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13405
|
+
"required": false
|
|
12524
13406
|
}
|
|
12525
13407
|
},
|
|
12526
13408
|
"section": "interface",
|
|
@@ -12554,6 +13436,18 @@ export const state = {
|
|
|
12554
13436
|
"in": "query",
|
|
12555
13437
|
"type": "string",
|
|
12556
13438
|
"description": "Filter an interface by name and version"
|
|
13439
|
+
},
|
|
13440
|
+
"x-workspace-id": {
|
|
13441
|
+
"in": "header",
|
|
13442
|
+
"type": "string",
|
|
13443
|
+
"description": "Workspace ID",
|
|
13444
|
+
"required": true
|
|
13445
|
+
},
|
|
13446
|
+
"x-multiple-integrations": {
|
|
13447
|
+
"in": "header",
|
|
13448
|
+
"type": "string",
|
|
13449
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13450
|
+
"required": false
|
|
12557
13451
|
}
|
|
12558
13452
|
},
|
|
12559
13453
|
"response": {
|
|
@@ -12655,7 +13549,20 @@ export const state = {
|
|
|
12655
13549
|
"description": "Create Plugin",
|
|
12656
13550
|
"method": "post",
|
|
12657
13551
|
"path": "/v1/admin/plugins",
|
|
12658
|
-
"parameters": {
|
|
13552
|
+
"parameters": {
|
|
13553
|
+
"x-workspace-id": {
|
|
13554
|
+
"in": "header",
|
|
13555
|
+
"type": "string",
|
|
13556
|
+
"description": "Workspace ID",
|
|
13557
|
+
"required": true
|
|
13558
|
+
},
|
|
13559
|
+
"x-multiple-integrations": {
|
|
13560
|
+
"in": "header",
|
|
13561
|
+
"type": "string",
|
|
13562
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13563
|
+
"required": false
|
|
13564
|
+
}
|
|
13565
|
+
},
|
|
12659
13566
|
"requestBody": {
|
|
12660
13567
|
"description": "Plugin to create",
|
|
12661
13568
|
"schema": {
|
|
@@ -13025,6 +13932,18 @@ export const state = {
|
|
|
13025
13932
|
"in": "path",
|
|
13026
13933
|
"type": "string",
|
|
13027
13934
|
"description": "Plugin id"
|
|
13935
|
+
},
|
|
13936
|
+
"x-workspace-id": {
|
|
13937
|
+
"in": "header",
|
|
13938
|
+
"type": "string",
|
|
13939
|
+
"description": "Workspace ID",
|
|
13940
|
+
"required": true
|
|
13941
|
+
},
|
|
13942
|
+
"x-multiple-integrations": {
|
|
13943
|
+
"in": "header",
|
|
13944
|
+
"type": "string",
|
|
13945
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
13946
|
+
"required": false
|
|
13028
13947
|
}
|
|
13029
13948
|
},
|
|
13030
13949
|
"section": "plugin",
|
|
@@ -13070,6 +13989,18 @@ export const state = {
|
|
|
13070
13989
|
},
|
|
13071
13990
|
"description": "Interfaces and their backing integrations. The plugin will be returned with all entity references resolved to the corresponding entities as extended by the backing integrations.",
|
|
13072
13991
|
"required": true
|
|
13992
|
+
},
|
|
13993
|
+
"x-workspace-id": {
|
|
13994
|
+
"in": "header",
|
|
13995
|
+
"type": "string",
|
|
13996
|
+
"description": "Workspace ID",
|
|
13997
|
+
"required": true
|
|
13998
|
+
},
|
|
13999
|
+
"x-multiple-integrations": {
|
|
14000
|
+
"in": "header",
|
|
14001
|
+
"type": "string",
|
|
14002
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14003
|
+
"required": false
|
|
13073
14004
|
}
|
|
13074
14005
|
},
|
|
13075
14006
|
"response": {
|
|
@@ -13104,6 +14035,18 @@ export const state = {
|
|
|
13104
14035
|
"type": "string",
|
|
13105
14036
|
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
13106
14037
|
"in": "path"
|
|
14038
|
+
},
|
|
14039
|
+
"x-workspace-id": {
|
|
14040
|
+
"in": "header",
|
|
14041
|
+
"type": "string",
|
|
14042
|
+
"description": "Workspace ID",
|
|
14043
|
+
"required": true
|
|
14044
|
+
},
|
|
14045
|
+
"x-multiple-integrations": {
|
|
14046
|
+
"in": "header",
|
|
14047
|
+
"type": "string",
|
|
14048
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14049
|
+
"required": false
|
|
13107
14050
|
}
|
|
13108
14051
|
},
|
|
13109
14052
|
"section": "plugin",
|
|
@@ -13134,6 +14077,18 @@ export const state = {
|
|
|
13134
14077
|
"in": "path",
|
|
13135
14078
|
"type": "string",
|
|
13136
14079
|
"description": "Plugin id"
|
|
14080
|
+
},
|
|
14081
|
+
"x-workspace-id": {
|
|
14082
|
+
"in": "header",
|
|
14083
|
+
"type": "string",
|
|
14084
|
+
"description": "Workspace ID",
|
|
14085
|
+
"required": true
|
|
14086
|
+
},
|
|
14087
|
+
"x-multiple-integrations": {
|
|
14088
|
+
"in": "header",
|
|
14089
|
+
"type": "string",
|
|
14090
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14091
|
+
"required": false
|
|
13137
14092
|
}
|
|
13138
14093
|
},
|
|
13139
14094
|
"requestBody": {
|
|
@@ -13493,6 +14448,18 @@ export const state = {
|
|
|
13493
14448
|
"in": "path",
|
|
13494
14449
|
"type": "string",
|
|
13495
14450
|
"description": "Plugin id"
|
|
14451
|
+
},
|
|
14452
|
+
"x-workspace-id": {
|
|
14453
|
+
"in": "header",
|
|
14454
|
+
"type": "string",
|
|
14455
|
+
"description": "Workspace ID",
|
|
14456
|
+
"required": true
|
|
14457
|
+
},
|
|
14458
|
+
"x-multiple-integrations": {
|
|
14459
|
+
"in": "header",
|
|
14460
|
+
"type": "string",
|
|
14461
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14462
|
+
"required": false
|
|
13496
14463
|
}
|
|
13497
14464
|
},
|
|
13498
14465
|
"section": "plugin",
|
|
@@ -13526,6 +14493,18 @@ export const state = {
|
|
|
13526
14493
|
"in": "query",
|
|
13527
14494
|
"type": "string",
|
|
13528
14495
|
"description": "Filter a plugin by name and version"
|
|
14496
|
+
},
|
|
14497
|
+
"x-workspace-id": {
|
|
14498
|
+
"in": "header",
|
|
14499
|
+
"type": "string",
|
|
14500
|
+
"description": "Workspace ID",
|
|
14501
|
+
"required": true
|
|
14502
|
+
},
|
|
14503
|
+
"x-multiple-integrations": {
|
|
14504
|
+
"in": "header",
|
|
14505
|
+
"type": "string",
|
|
14506
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14507
|
+
"required": false
|
|
13529
14508
|
}
|
|
13530
14509
|
},
|
|
13531
14510
|
"response": {
|
|
@@ -13642,6 +14621,18 @@ export const state = {
|
|
|
13642
14621
|
"browser"
|
|
13643
14622
|
],
|
|
13644
14623
|
"description": "Platform"
|
|
14624
|
+
},
|
|
14625
|
+
"x-workspace-id": {
|
|
14626
|
+
"in": "header",
|
|
14627
|
+
"type": "string",
|
|
14628
|
+
"description": "Workspace ID",
|
|
14629
|
+
"required": true
|
|
14630
|
+
},
|
|
14631
|
+
"x-multiple-integrations": {
|
|
14632
|
+
"in": "header",
|
|
14633
|
+
"type": "string",
|
|
14634
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14635
|
+
"required": false
|
|
13645
14636
|
}
|
|
13646
14637
|
},
|
|
13647
14638
|
"response": {
|
|
@@ -13699,6 +14690,18 @@ export const state = {
|
|
|
13699
14690
|
"type": "string",
|
|
13700
14691
|
"description": "ID of a bot or a workspace, depending on the \"type\" parameter",
|
|
13701
14692
|
"in": "path"
|
|
14693
|
+
},
|
|
14694
|
+
"x-workspace-id": {
|
|
14695
|
+
"in": "header",
|
|
14696
|
+
"type": "string",
|
|
14697
|
+
"description": "Workspace ID",
|
|
14698
|
+
"required": true
|
|
14699
|
+
},
|
|
14700
|
+
"x-multiple-integrations": {
|
|
14701
|
+
"in": "header",
|
|
14702
|
+
"type": "string",
|
|
14703
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14704
|
+
"required": false
|
|
13702
14705
|
}
|
|
13703
14706
|
},
|
|
13704
14707
|
"response": {
|
|
@@ -13745,6 +14748,12 @@ export const state = {
|
|
|
13745
14748
|
"description": "Period to get",
|
|
13746
14749
|
"type": "string",
|
|
13747
14750
|
"required": false
|
|
14751
|
+
},
|
|
14752
|
+
"x-multiple-integrations": {
|
|
14753
|
+
"in": "header",
|
|
14754
|
+
"type": "string",
|
|
14755
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14756
|
+
"required": false
|
|
13748
14757
|
}
|
|
13749
14758
|
},
|
|
13750
14759
|
"response": {
|
|
@@ -13798,6 +14807,18 @@ export const state = {
|
|
|
13798
14807
|
"type": "string",
|
|
13799
14808
|
"description": "ID of a bot or a workspace, depending on the \"type\" parameter",
|
|
13800
14809
|
"in": "path"
|
|
14810
|
+
},
|
|
14811
|
+
"x-workspace-id": {
|
|
14812
|
+
"in": "header",
|
|
14813
|
+
"type": "string",
|
|
14814
|
+
"description": "Workspace ID",
|
|
14815
|
+
"required": true
|
|
14816
|
+
},
|
|
14817
|
+
"x-multiple-integrations": {
|
|
14818
|
+
"in": "header",
|
|
14819
|
+
"type": "string",
|
|
14820
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14821
|
+
"required": false
|
|
13801
14822
|
}
|
|
13802
14823
|
},
|
|
13803
14824
|
"response": {
|
|
@@ -13866,6 +14887,18 @@ export const state = {
|
|
|
13866
14887
|
"in": "query",
|
|
13867
14888
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
13868
14889
|
"type": "string"
|
|
14890
|
+
},
|
|
14891
|
+
"x-workspace-id": {
|
|
14892
|
+
"in": "header",
|
|
14893
|
+
"type": "string",
|
|
14894
|
+
"description": "Workspace ID",
|
|
14895
|
+
"required": true
|
|
14896
|
+
},
|
|
14897
|
+
"x-multiple-integrations": {
|
|
14898
|
+
"in": "header",
|
|
14899
|
+
"type": "string",
|
|
14900
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
14901
|
+
"required": false
|
|
13869
14902
|
}
|
|
13870
14903
|
},
|
|
13871
14904
|
"response": {
|
|
@@ -13968,6 +15001,18 @@ export const state = {
|
|
|
13968
15001
|
"in": "query",
|
|
13969
15002
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
13970
15003
|
"type": "string"
|
|
15004
|
+
},
|
|
15005
|
+
"x-workspace-id": {
|
|
15006
|
+
"in": "header",
|
|
15007
|
+
"type": "string",
|
|
15008
|
+
"description": "Workspace ID",
|
|
15009
|
+
"required": true
|
|
15010
|
+
},
|
|
15011
|
+
"x-multiple-integrations": {
|
|
15012
|
+
"in": "header",
|
|
15013
|
+
"type": "string",
|
|
15014
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
15015
|
+
"required": false
|
|
13971
15016
|
}
|
|
13972
15017
|
},
|
|
13973
15018
|
"response": {
|
|
@@ -14073,7 +15118,20 @@ export const state = {
|
|
|
14073
15118
|
"additionalProperties": false
|
|
14074
15119
|
}
|
|
14075
15120
|
},
|
|
14076
|
-
"parameters": {
|
|
15121
|
+
"parameters": {
|
|
15122
|
+
"x-workspace-id": {
|
|
15123
|
+
"in": "header",
|
|
15124
|
+
"type": "string",
|
|
15125
|
+
"description": "Workspace ID",
|
|
15126
|
+
"required": true
|
|
15127
|
+
},
|
|
15128
|
+
"x-multiple-integrations": {
|
|
15129
|
+
"in": "header",
|
|
15130
|
+
"type": "string",
|
|
15131
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
15132
|
+
"required": false
|
|
15133
|
+
}
|
|
15134
|
+
}
|
|
14077
15135
|
},
|
|
14078
15136
|
"listActivities": {
|
|
14079
15137
|
"name": "listActivities",
|
|
@@ -14101,6 +15159,12 @@ export const state = {
|
|
|
14101
15159
|
"description": "ID of the bot to list activities for",
|
|
14102
15160
|
"type": "string",
|
|
14103
15161
|
"required": true
|
|
15162
|
+
},
|
|
15163
|
+
"x-multiple-integrations": {
|
|
15164
|
+
"in": "header",
|
|
15165
|
+
"type": "string",
|
|
15166
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
15167
|
+
"required": false
|
|
14104
15168
|
}
|
|
14105
15169
|
},
|
|
14106
15170
|
"response": {
|
|
@@ -14182,16 +15246,37 @@ export const state = {
|
|
|
14182
15246
|
"additionalProperties": false
|
|
14183
15247
|
}
|
|
14184
15248
|
},
|
|
14185
|
-
"parameters": {
|
|
15249
|
+
"parameters": {
|
|
15250
|
+
"x-multiple-integrations": {
|
|
15251
|
+
"in": "header",
|
|
15252
|
+
"type": "string",
|
|
15253
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
15254
|
+
"required": false
|
|
15255
|
+
}
|
|
15256
|
+
}
|
|
14186
15257
|
}
|
|
14187
15258
|
},
|
|
14188
15259
|
"metadata": {
|
|
14189
15260
|
"title": "Botpress Admin API",
|
|
14190
15261
|
"description": "API for Botpress Cloud Manager",
|
|
14191
15262
|
"server": "https://api.botpress.cloud",
|
|
14192
|
-
"version": "1.
|
|
15263
|
+
"version": "1.52.0",
|
|
14193
15264
|
"prefix": "v1"
|
|
14194
15265
|
},
|
|
15266
|
+
"defaultParameters": {
|
|
15267
|
+
"x-workspace-id": {
|
|
15268
|
+
"in": "header",
|
|
15269
|
+
"type": "string",
|
|
15270
|
+
"description": "Workspace ID",
|
|
15271
|
+
"required": true
|
|
15272
|
+
},
|
|
15273
|
+
"x-multiple-integrations": {
|
|
15274
|
+
"in": "header",
|
|
15275
|
+
"type": "string",
|
|
15276
|
+
"description": "Whether the client supports bots with multiple instances of the same integration. Set to \"true\" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.",
|
|
15277
|
+
"required": false
|
|
15278
|
+
}
|
|
15279
|
+
},
|
|
14195
15280
|
"errors": [
|
|
14196
15281
|
{
|
|
14197
15282
|
"status": 500,
|
|
@@ -17124,5 +18209,8 @@ export const state = {
|
|
|
17124
18209
|
],
|
|
17125
18210
|
"options": {
|
|
17126
18211
|
"allowUnions": false
|
|
17127
|
-
}
|
|
18212
|
+
},
|
|
18213
|
+
"security": [
|
|
18214
|
+
"BearerAuth"
|
|
18215
|
+
]
|
|
17128
18216
|
} satisfies State
|