@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/dist/index.js
CHANGED
|
@@ -268286,7 +268286,7 @@ __export(src_exports, {
|
|
|
268286
268286
|
});
|
|
268287
268287
|
module.exports = __toCommonJS(src_exports);
|
|
268288
268288
|
|
|
268289
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
268289
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.18.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
268290
268290
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
268291
268291
|
var import_zod_openapi2 = __toESM(require_src(), 1);
|
|
268292
268292
|
var import_path = __toESM(require("path"), 1);
|
|
@@ -268332,7 +268332,7 @@ var title = (str2) => {
|
|
|
268332
268332
|
return str2.split(/(?=[A-Z])|[\.\-\s_]/).map((s2) => s2.trim()).filter((s2) => !!s2).map((s2) => capitalize(s2.toLowerCase())).join(" ");
|
|
268333
268333
|
};
|
|
268334
268334
|
|
|
268335
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
268335
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.18.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
268336
268336
|
var import_decompress = __toESM(require_decompress(), 1);
|
|
268337
268337
|
var import_fs3 = __toESM(require("fs"), 1);
|
|
268338
268338
|
var import_promises = __toESM(require("fs/promises"), 1);
|
|
@@ -271568,7 +271568,7 @@ var {
|
|
|
271568
271568
|
mergeConfig: mergeConfig2
|
|
271569
271569
|
} = axios_default;
|
|
271570
271570
|
|
|
271571
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
271571
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.18.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
271572
271572
|
var import_json_schema_to_typescript = __toESM(require_src3(), 1);
|
|
271573
271573
|
var import_fs4 = __toESM(require("fs"), 1);
|
|
271574
271574
|
var import_path3 = __toESM(require("path"), 1);
|
|
@@ -275904,7 +275904,7 @@ async function openapiTS(schema3, options = {}) {
|
|
|
275904
275904
|
}
|
|
275905
275905
|
var dist_default = openapiTS;
|
|
275906
275906
|
|
|
275907
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
275907
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.18.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
275908
275908
|
var import_openapi3_ts = __toESM(require_dist3(), 1);
|
|
275909
275909
|
var import_verror2 = __toESM(require_verror(), 1);
|
|
275910
275910
|
var import_verror3 = __toESM(require_verror(), 1);
|
|
@@ -279878,7 +279878,7 @@ var z = /* @__PURE__ */ Object.freeze({
|
|
|
279878
279878
|
ZodError
|
|
279879
279879
|
});
|
|
279880
279880
|
|
|
279881
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
279881
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.18.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
279882
279882
|
var import_openapi_parser = __toESM(require_lib8(), 1);
|
|
279883
279883
|
var import_json_schema_to_typescript2 = __toESM(require_src3(), 1);
|
|
279884
279884
|
var import_zod_openapi4 = __toESM(require_src(), 1);
|
|
@@ -282447,19 +282447,47 @@ var generateHandler2 = async (state6, outDir) => {
|
|
|
282447
282447
|
await exportHandler(handlerFile);
|
|
282448
282448
|
generateOpenapi(state6, outDir);
|
|
282449
282449
|
};
|
|
282450
|
+
var applyExportOptions = (state6, options) => {
|
|
282451
|
+
var _a, _b;
|
|
282452
|
+
if ((options == null ? void 0 : options.ignoreDefaultParameters) && state6.defaultParameters) {
|
|
282453
|
+
const defaultParametersName = Object.keys(state6.defaultParameters);
|
|
282454
|
+
for (const operationId of Object.keys(state6.operations)) {
|
|
282455
|
+
if (!((_a = state6.operations[operationId]) == null ? void 0 : _a.parameters)) {
|
|
282456
|
+
continue;
|
|
282457
|
+
}
|
|
282458
|
+
state6.operations[operationId].parameters = Object.fromEntries(
|
|
282459
|
+
Object.entries(state6.operations[operationId].parameters).filter(
|
|
282460
|
+
([parameterName]) => !defaultParametersName.includes(parameterName)
|
|
282461
|
+
)
|
|
282462
|
+
);
|
|
282463
|
+
}
|
|
282464
|
+
}
|
|
282465
|
+
if (options == null ? void 0 : options.ignoreSecurity) {
|
|
282466
|
+
delete state6.security;
|
|
282467
|
+
for (const operationId of Object.keys(state6.operations)) {
|
|
282468
|
+
(_b = state6.operations[operationId]) == null ? true : delete _b.security;
|
|
282469
|
+
}
|
|
282470
|
+
}
|
|
282471
|
+
return state6;
|
|
282472
|
+
};
|
|
282450
282473
|
var schema2 = (schema22, schemaObject) => {
|
|
282451
282474
|
const This = schema22.constructor;
|
|
282452
282475
|
const copy = new This(schema22._def);
|
|
282453
282476
|
return (0, import_zod_openapi2.extendApi)(copy, schemaObject);
|
|
282454
282477
|
};
|
|
282455
282478
|
function exportClient(state6) {
|
|
282456
|
-
function _exportClient(dir = ".",
|
|
282479
|
+
function _exportClient(dir = ".", propsOrEndpoint, postProcessorsAndStateOpts) {
|
|
282457
282480
|
let options;
|
|
282458
|
-
if (typeof
|
|
282459
|
-
options = {
|
|
282481
|
+
if (typeof propsOrEndpoint === "string") {
|
|
282482
|
+
options = {
|
|
282483
|
+
generator: "openapi-generator",
|
|
282484
|
+
endpoint: propsOrEndpoint,
|
|
282485
|
+
postProcessors: postProcessorsAndStateOpts
|
|
282486
|
+
};
|
|
282460
282487
|
} else {
|
|
282461
|
-
options =
|
|
282488
|
+
options = propsOrEndpoint;
|
|
282462
282489
|
}
|
|
282490
|
+
state6 = applyExportOptions(state6, postProcessorsAndStateOpts);
|
|
282463
282491
|
if (options.generator === "openapi-generator") {
|
|
282464
282492
|
return generateClientWithOpenapiGenerator(state6, dir, options.endpoint, options.postProcessors);
|
|
282465
282493
|
}
|
|
@@ -282473,14 +282501,15 @@ function exportClient(state6) {
|
|
|
282473
282501
|
var createOpapiFromState = (state6) => {
|
|
282474
282502
|
return {
|
|
282475
282503
|
getModelRef: (name) => getRef(state6, "schemas", name),
|
|
282504
|
+
getState: () => state6,
|
|
282476
282505
|
addOperation: (operationProps) => addOperation(state6, operationProps),
|
|
282477
282506
|
exportClient: exportClient(state6),
|
|
282478
|
-
exportTypesBySection: (dir = ".") => generateTypesBySection(state6, dir),
|
|
282479
|
-
exportServer: (dir = ".", useExpressTypes) => generateServer(state6, dir, useExpressTypes),
|
|
282480
|
-
exportOpenapi: (dir = ".") => generateOpenapi(state6, dir),
|
|
282481
|
-
exportState: (dir = ".", opts) => exportStateAsTypescript(state6, dir, opts),
|
|
282507
|
+
exportTypesBySection: (dir = ".", opts) => generateTypesBySection(applyExportOptions(state6, opts), dir),
|
|
282508
|
+
exportServer: (dir = ".", useExpressTypes, opts) => generateServer(applyExportOptions(state6, opts), dir, useExpressTypes),
|
|
282509
|
+
exportOpenapi: (dir = ".", opts) => generateOpenapi(applyExportOptions(state6, opts), dir),
|
|
282510
|
+
exportState: (dir = ".", opts) => exportStateAsTypescript(applyExportOptions(state6, opts), dir, opts),
|
|
282482
282511
|
exportErrors: (dir = ".") => generateErrorsFile(state6.errors ?? [], dir),
|
|
282483
|
-
exportHandler: (dir = ".") => generateHandler2(state6, dir)
|
|
282512
|
+
exportHandler: (dir = ".", opts) => generateHandler2(applyExportOptions(state6, opts), dir)
|
|
282484
282513
|
};
|
|
282485
282514
|
};
|
|
282486
282515
|
function OpenApi(props, opts = {}) {
|
|
@@ -282557,7 +282586,26 @@ var state = {
|
|
|
282557
282586
|
"tags": [
|
|
282558
282587
|
"documented"
|
|
282559
282588
|
],
|
|
282560
|
-
"parameters": {
|
|
282589
|
+
"parameters": {
|
|
282590
|
+
"x-bot-id": {
|
|
282591
|
+
"in": "header",
|
|
282592
|
+
"description": "Bot id",
|
|
282593
|
+
"type": "string",
|
|
282594
|
+
"required": true
|
|
282595
|
+
},
|
|
282596
|
+
"x-integration-id": {
|
|
282597
|
+
"in": "header",
|
|
282598
|
+
"description": "Integration id",
|
|
282599
|
+
"type": "string",
|
|
282600
|
+
"required": false
|
|
282601
|
+
},
|
|
282602
|
+
"x-integration-alias": {
|
|
282603
|
+
"in": "header",
|
|
282604
|
+
"description": "Integration alias",
|
|
282605
|
+
"type": "string",
|
|
282606
|
+
"required": false
|
|
282607
|
+
}
|
|
282608
|
+
}
|
|
282561
282609
|
},
|
|
282562
282610
|
"getConversation": {
|
|
282563
282611
|
"name": "getConversation",
|
|
@@ -282569,6 +282617,24 @@ var state = {
|
|
|
282569
282617
|
"in": "path",
|
|
282570
282618
|
"type": "string",
|
|
282571
282619
|
"description": "Conversation id"
|
|
282620
|
+
},
|
|
282621
|
+
"x-bot-id": {
|
|
282622
|
+
"in": "header",
|
|
282623
|
+
"description": "Bot id",
|
|
282624
|
+
"type": "string",
|
|
282625
|
+
"required": true
|
|
282626
|
+
},
|
|
282627
|
+
"x-integration-id": {
|
|
282628
|
+
"in": "header",
|
|
282629
|
+
"description": "Integration id",
|
|
282630
|
+
"type": "string",
|
|
282631
|
+
"required": false
|
|
282632
|
+
},
|
|
282633
|
+
"x-integration-alias": {
|
|
282634
|
+
"in": "header",
|
|
282635
|
+
"description": "Integration alias",
|
|
282636
|
+
"type": "string",
|
|
282637
|
+
"required": false
|
|
282572
282638
|
}
|
|
282573
282639
|
},
|
|
282574
282640
|
"section": "conversation",
|
|
@@ -282646,6 +282712,24 @@ var state = {
|
|
|
282646
282712
|
"in": "query",
|
|
282647
282713
|
"type": "string",
|
|
282648
282714
|
"description": "Filter by integration channel name"
|
|
282715
|
+
},
|
|
282716
|
+
"x-bot-id": {
|
|
282717
|
+
"in": "header",
|
|
282718
|
+
"description": "Bot id",
|
|
282719
|
+
"type": "string",
|
|
282720
|
+
"required": true
|
|
282721
|
+
},
|
|
282722
|
+
"x-integration-id": {
|
|
282723
|
+
"in": "header",
|
|
282724
|
+
"description": "Integration id",
|
|
282725
|
+
"type": "string",
|
|
282726
|
+
"required": false
|
|
282727
|
+
},
|
|
282728
|
+
"x-integration-alias": {
|
|
282729
|
+
"in": "header",
|
|
282730
|
+
"description": "Integration alias",
|
|
282731
|
+
"type": "string",
|
|
282732
|
+
"required": false
|
|
282649
282733
|
}
|
|
282650
282734
|
},
|
|
282651
282735
|
"section": "conversation",
|
|
@@ -282749,7 +282833,26 @@ var state = {
|
|
|
282749
282833
|
"tags": [
|
|
282750
282834
|
"documented"
|
|
282751
282835
|
],
|
|
282752
|
-
"parameters": {
|
|
282836
|
+
"parameters": {
|
|
282837
|
+
"x-bot-id": {
|
|
282838
|
+
"in": "header",
|
|
282839
|
+
"description": "Bot id",
|
|
282840
|
+
"type": "string",
|
|
282841
|
+
"required": true
|
|
282842
|
+
},
|
|
282843
|
+
"x-integration-id": {
|
|
282844
|
+
"in": "header",
|
|
282845
|
+
"description": "Integration id",
|
|
282846
|
+
"type": "string",
|
|
282847
|
+
"required": false
|
|
282848
|
+
},
|
|
282849
|
+
"x-integration-alias": {
|
|
282850
|
+
"in": "header",
|
|
282851
|
+
"description": "Integration alias",
|
|
282852
|
+
"type": "string",
|
|
282853
|
+
"required": false
|
|
282854
|
+
}
|
|
282855
|
+
}
|
|
282753
282856
|
},
|
|
282754
282857
|
"updateConversation": {
|
|
282755
282858
|
"name": "updateConversation",
|
|
@@ -282761,6 +282864,24 @@ var state = {
|
|
|
282761
282864
|
"in": "path",
|
|
282762
282865
|
"type": "string",
|
|
282763
282866
|
"description": "Conversation id"
|
|
282867
|
+
},
|
|
282868
|
+
"x-bot-id": {
|
|
282869
|
+
"in": "header",
|
|
282870
|
+
"description": "Bot id",
|
|
282871
|
+
"type": "string",
|
|
282872
|
+
"required": true
|
|
282873
|
+
},
|
|
282874
|
+
"x-integration-id": {
|
|
282875
|
+
"in": "header",
|
|
282876
|
+
"description": "Integration id",
|
|
282877
|
+
"type": "string",
|
|
282878
|
+
"required": false
|
|
282879
|
+
},
|
|
282880
|
+
"x-integration-alias": {
|
|
282881
|
+
"in": "header",
|
|
282882
|
+
"description": "Integration alias",
|
|
282883
|
+
"type": "string",
|
|
282884
|
+
"required": false
|
|
282764
282885
|
}
|
|
282765
282886
|
},
|
|
282766
282887
|
"requestBody": {
|
|
@@ -282814,6 +282935,24 @@ var state = {
|
|
|
282814
282935
|
"in": "path",
|
|
282815
282936
|
"type": "string",
|
|
282816
282937
|
"description": "Conversation id"
|
|
282938
|
+
},
|
|
282939
|
+
"x-bot-id": {
|
|
282940
|
+
"in": "header",
|
|
282941
|
+
"description": "Bot id",
|
|
282942
|
+
"type": "string",
|
|
282943
|
+
"required": true
|
|
282944
|
+
},
|
|
282945
|
+
"x-integration-id": {
|
|
282946
|
+
"in": "header",
|
|
282947
|
+
"description": "Integration id",
|
|
282948
|
+
"type": "string",
|
|
282949
|
+
"required": false
|
|
282950
|
+
},
|
|
282951
|
+
"x-integration-alias": {
|
|
282952
|
+
"in": "header",
|
|
282953
|
+
"description": "Integration alias",
|
|
282954
|
+
"type": "string",
|
|
282955
|
+
"required": false
|
|
282817
282956
|
}
|
|
282818
282957
|
},
|
|
282819
282958
|
"section": "conversation",
|
|
@@ -282844,6 +282983,24 @@ var state = {
|
|
|
282844
282983
|
"in": "path",
|
|
282845
282984
|
"type": "string",
|
|
282846
282985
|
"description": "Conversation id"
|
|
282986
|
+
},
|
|
282987
|
+
"x-bot-id": {
|
|
282988
|
+
"in": "header",
|
|
282989
|
+
"description": "Bot id",
|
|
282990
|
+
"type": "string",
|
|
282991
|
+
"required": true
|
|
282992
|
+
},
|
|
282993
|
+
"x-integration-id": {
|
|
282994
|
+
"in": "header",
|
|
282995
|
+
"description": "Integration id",
|
|
282996
|
+
"type": "string",
|
|
282997
|
+
"required": false
|
|
282998
|
+
},
|
|
282999
|
+
"x-integration-alias": {
|
|
283000
|
+
"in": "header",
|
|
283001
|
+
"description": "Integration alias",
|
|
283002
|
+
"type": "string",
|
|
283003
|
+
"required": false
|
|
282847
283004
|
}
|
|
282848
283005
|
},
|
|
282849
283006
|
"section": "conversation",
|
|
@@ -282891,6 +283048,24 @@ var state = {
|
|
|
282891
283048
|
"in": "path",
|
|
282892
283049
|
"type": "string",
|
|
282893
283050
|
"description": "Conversation id"
|
|
283051
|
+
},
|
|
283052
|
+
"x-bot-id": {
|
|
283053
|
+
"in": "header",
|
|
283054
|
+
"description": "Bot id",
|
|
283055
|
+
"type": "string",
|
|
283056
|
+
"required": true
|
|
283057
|
+
},
|
|
283058
|
+
"x-integration-id": {
|
|
283059
|
+
"in": "header",
|
|
283060
|
+
"description": "Integration id",
|
|
283061
|
+
"type": "string",
|
|
283062
|
+
"required": false
|
|
283063
|
+
},
|
|
283064
|
+
"x-integration-alias": {
|
|
283065
|
+
"in": "header",
|
|
283066
|
+
"description": "Integration alias",
|
|
283067
|
+
"type": "string",
|
|
283068
|
+
"required": false
|
|
282894
283069
|
}
|
|
282895
283070
|
},
|
|
282896
283071
|
"requestBody": {
|
|
@@ -282948,6 +283123,24 @@ var state = {
|
|
|
282948
283123
|
"in": "path",
|
|
282949
283124
|
"type": "string",
|
|
282950
283125
|
"description": "User id"
|
|
283126
|
+
},
|
|
283127
|
+
"x-bot-id": {
|
|
283128
|
+
"in": "header",
|
|
283129
|
+
"description": "Bot id",
|
|
283130
|
+
"type": "string",
|
|
283131
|
+
"required": true
|
|
283132
|
+
},
|
|
283133
|
+
"x-integration-id": {
|
|
283134
|
+
"in": "header",
|
|
283135
|
+
"description": "Integration id",
|
|
283136
|
+
"type": "string",
|
|
283137
|
+
"required": false
|
|
283138
|
+
},
|
|
283139
|
+
"x-integration-alias": {
|
|
283140
|
+
"in": "header",
|
|
283141
|
+
"description": "Integration alias",
|
|
283142
|
+
"type": "string",
|
|
283143
|
+
"required": false
|
|
282951
283144
|
}
|
|
282952
283145
|
},
|
|
282953
283146
|
"section": "conversation",
|
|
@@ -282986,6 +283179,24 @@ var state = {
|
|
|
282986
283179
|
"in": "path",
|
|
282987
283180
|
"type": "string",
|
|
282988
283181
|
"description": "User id"
|
|
283182
|
+
},
|
|
283183
|
+
"x-bot-id": {
|
|
283184
|
+
"in": "header",
|
|
283185
|
+
"description": "Bot id",
|
|
283186
|
+
"type": "string",
|
|
283187
|
+
"required": true
|
|
283188
|
+
},
|
|
283189
|
+
"x-integration-id": {
|
|
283190
|
+
"in": "header",
|
|
283191
|
+
"description": "Integration id",
|
|
283192
|
+
"type": "string",
|
|
283193
|
+
"required": false
|
|
283194
|
+
},
|
|
283195
|
+
"x-integration-alias": {
|
|
283196
|
+
"in": "header",
|
|
283197
|
+
"description": "Integration alias",
|
|
283198
|
+
"type": "string",
|
|
283199
|
+
"required": false
|
|
282989
283200
|
}
|
|
282990
283201
|
},
|
|
282991
283202
|
"section": "conversation",
|
|
@@ -283092,7 +283303,26 @@ var state = {
|
|
|
283092
283303
|
"tags": [
|
|
283093
283304
|
"documented"
|
|
283094
283305
|
],
|
|
283095
|
-
"parameters": {
|
|
283306
|
+
"parameters": {
|
|
283307
|
+
"x-bot-id": {
|
|
283308
|
+
"in": "header",
|
|
283309
|
+
"description": "Bot id",
|
|
283310
|
+
"type": "string",
|
|
283311
|
+
"required": true
|
|
283312
|
+
},
|
|
283313
|
+
"x-integration-id": {
|
|
283314
|
+
"in": "header",
|
|
283315
|
+
"description": "Integration id",
|
|
283316
|
+
"type": "string",
|
|
283317
|
+
"required": false
|
|
283318
|
+
},
|
|
283319
|
+
"x-integration-alias": {
|
|
283320
|
+
"in": "header",
|
|
283321
|
+
"description": "Integration alias",
|
|
283322
|
+
"type": "string",
|
|
283323
|
+
"required": false
|
|
283324
|
+
}
|
|
283325
|
+
}
|
|
283096
283326
|
},
|
|
283097
283327
|
"getEvent": {
|
|
283098
283328
|
"name": "getEvent",
|
|
@@ -283104,6 +283334,24 @@ var state = {
|
|
|
283104
283334
|
"in": "path",
|
|
283105
283335
|
"type": "string",
|
|
283106
283336
|
"description": "Event id"
|
|
283337
|
+
},
|
|
283338
|
+
"x-bot-id": {
|
|
283339
|
+
"in": "header",
|
|
283340
|
+
"description": "Bot id",
|
|
283341
|
+
"type": "string",
|
|
283342
|
+
"required": true
|
|
283343
|
+
},
|
|
283344
|
+
"x-integration-id": {
|
|
283345
|
+
"in": "header",
|
|
283346
|
+
"description": "Integration id",
|
|
283347
|
+
"type": "string",
|
|
283348
|
+
"required": false
|
|
283349
|
+
},
|
|
283350
|
+
"x-integration-alias": {
|
|
283351
|
+
"in": "header",
|
|
283352
|
+
"description": "Integration alias",
|
|
283353
|
+
"type": "string",
|
|
283354
|
+
"required": false
|
|
283107
283355
|
}
|
|
283108
283356
|
},
|
|
283109
283357
|
"section": "event",
|
|
@@ -283175,6 +283423,24 @@ var state = {
|
|
|
283175
283423
|
"scheduled"
|
|
283176
283424
|
],
|
|
283177
283425
|
"description": "Filter by status. Allowed values: pending, ignored, processed, failed."
|
|
283426
|
+
},
|
|
283427
|
+
"x-bot-id": {
|
|
283428
|
+
"in": "header",
|
|
283429
|
+
"description": "Bot id",
|
|
283430
|
+
"type": "string",
|
|
283431
|
+
"required": true
|
|
283432
|
+
},
|
|
283433
|
+
"x-integration-id": {
|
|
283434
|
+
"in": "header",
|
|
283435
|
+
"description": "Integration id",
|
|
283436
|
+
"type": "string",
|
|
283437
|
+
"required": false
|
|
283438
|
+
},
|
|
283439
|
+
"x-integration-alias": {
|
|
283440
|
+
"in": "header",
|
|
283441
|
+
"description": "Integration alias",
|
|
283442
|
+
"type": "string",
|
|
283443
|
+
"required": false
|
|
283178
283444
|
}
|
|
283179
283445
|
},
|
|
283180
283446
|
"response": {
|
|
@@ -283221,6 +283487,24 @@ var state = {
|
|
|
283221
283487
|
"in": "path",
|
|
283222
283488
|
"type": "string",
|
|
283223
283489
|
"description": "Event id"
|
|
283490
|
+
},
|
|
283491
|
+
"x-bot-id": {
|
|
283492
|
+
"in": "header",
|
|
283493
|
+
"description": "Bot id",
|
|
283494
|
+
"type": "string",
|
|
283495
|
+
"required": true
|
|
283496
|
+
},
|
|
283497
|
+
"x-integration-id": {
|
|
283498
|
+
"in": "header",
|
|
283499
|
+
"description": "Integration id",
|
|
283500
|
+
"type": "string",
|
|
283501
|
+
"required": false
|
|
283502
|
+
},
|
|
283503
|
+
"x-integration-alias": {
|
|
283504
|
+
"in": "header",
|
|
283505
|
+
"description": "Integration alias",
|
|
283506
|
+
"type": "string",
|
|
283507
|
+
"required": false
|
|
283224
283508
|
}
|
|
283225
283509
|
},
|
|
283226
283510
|
"section": "event",
|
|
@@ -283332,7 +283616,26 @@ var state = {
|
|
|
283332
283616
|
"tags": [
|
|
283333
283617
|
"documented"
|
|
283334
283618
|
],
|
|
283335
|
-
"parameters": {
|
|
283619
|
+
"parameters": {
|
|
283620
|
+
"x-bot-id": {
|
|
283621
|
+
"in": "header",
|
|
283622
|
+
"description": "Bot id",
|
|
283623
|
+
"type": "string",
|
|
283624
|
+
"required": true
|
|
283625
|
+
},
|
|
283626
|
+
"x-integration-id": {
|
|
283627
|
+
"in": "header",
|
|
283628
|
+
"description": "Integration id",
|
|
283629
|
+
"type": "string",
|
|
283630
|
+
"required": false
|
|
283631
|
+
},
|
|
283632
|
+
"x-integration-alias": {
|
|
283633
|
+
"in": "header",
|
|
283634
|
+
"description": "Integration alias",
|
|
283635
|
+
"type": "string",
|
|
283636
|
+
"required": false
|
|
283637
|
+
}
|
|
283638
|
+
}
|
|
283336
283639
|
},
|
|
283337
283640
|
"getOrCreateMessage": {
|
|
283338
283641
|
"name": "getOrCreateMessage",
|
|
@@ -283437,7 +283740,26 @@ var state = {
|
|
|
283437
283740
|
"tags": [
|
|
283438
283741
|
"documented"
|
|
283439
283742
|
],
|
|
283440
|
-
"parameters": {
|
|
283743
|
+
"parameters": {
|
|
283744
|
+
"x-bot-id": {
|
|
283745
|
+
"in": "header",
|
|
283746
|
+
"description": "Bot id",
|
|
283747
|
+
"type": "string",
|
|
283748
|
+
"required": true
|
|
283749
|
+
},
|
|
283750
|
+
"x-integration-id": {
|
|
283751
|
+
"in": "header",
|
|
283752
|
+
"description": "Integration id",
|
|
283753
|
+
"type": "string",
|
|
283754
|
+
"required": false
|
|
283755
|
+
},
|
|
283756
|
+
"x-integration-alias": {
|
|
283757
|
+
"in": "header",
|
|
283758
|
+
"description": "Integration alias",
|
|
283759
|
+
"type": "string",
|
|
283760
|
+
"required": false
|
|
283761
|
+
}
|
|
283762
|
+
}
|
|
283441
283763
|
},
|
|
283442
283764
|
"getMessage": {
|
|
283443
283765
|
"name": "getMessage",
|
|
@@ -283449,6 +283771,24 @@ var state = {
|
|
|
283449
283771
|
"in": "path",
|
|
283450
283772
|
"type": "string",
|
|
283451
283773
|
"description": "Id of the Message"
|
|
283774
|
+
},
|
|
283775
|
+
"x-bot-id": {
|
|
283776
|
+
"in": "header",
|
|
283777
|
+
"description": "Bot id",
|
|
283778
|
+
"type": "string",
|
|
283779
|
+
"required": true
|
|
283780
|
+
},
|
|
283781
|
+
"x-integration-id": {
|
|
283782
|
+
"in": "header",
|
|
283783
|
+
"description": "Integration id",
|
|
283784
|
+
"type": "string",
|
|
283785
|
+
"required": false
|
|
283786
|
+
},
|
|
283787
|
+
"x-integration-alias": {
|
|
283788
|
+
"in": "header",
|
|
283789
|
+
"description": "Integration alias",
|
|
283790
|
+
"type": "string",
|
|
283791
|
+
"required": false
|
|
283452
283792
|
}
|
|
283453
283793
|
},
|
|
283454
283794
|
"section": "message",
|
|
@@ -283482,6 +283822,24 @@ var state = {
|
|
|
283482
283822
|
"in": "path",
|
|
283483
283823
|
"type": "string",
|
|
283484
283824
|
"description": "Message id"
|
|
283825
|
+
},
|
|
283826
|
+
"x-bot-id": {
|
|
283827
|
+
"in": "header",
|
|
283828
|
+
"description": "Bot id",
|
|
283829
|
+
"type": "string",
|
|
283830
|
+
"required": true
|
|
283831
|
+
},
|
|
283832
|
+
"x-integration-id": {
|
|
283833
|
+
"in": "header",
|
|
283834
|
+
"description": "Integration id",
|
|
283835
|
+
"type": "string",
|
|
283836
|
+
"required": false
|
|
283837
|
+
},
|
|
283838
|
+
"x-integration-alias": {
|
|
283839
|
+
"in": "header",
|
|
283840
|
+
"description": "Integration alias",
|
|
283841
|
+
"type": "string",
|
|
283842
|
+
"required": false
|
|
283485
283843
|
}
|
|
283486
283844
|
},
|
|
283487
283845
|
"section": "message",
|
|
@@ -283556,6 +283914,24 @@ var state = {
|
|
|
283556
283914
|
}
|
|
283557
283915
|
},
|
|
283558
283916
|
"description": "Filter by tags"
|
|
283917
|
+
},
|
|
283918
|
+
"x-bot-id": {
|
|
283919
|
+
"in": "header",
|
|
283920
|
+
"description": "Bot id",
|
|
283921
|
+
"type": "string",
|
|
283922
|
+
"required": true
|
|
283923
|
+
},
|
|
283924
|
+
"x-integration-id": {
|
|
283925
|
+
"in": "header",
|
|
283926
|
+
"description": "Integration id",
|
|
283927
|
+
"type": "string",
|
|
283928
|
+
"required": false
|
|
283929
|
+
},
|
|
283930
|
+
"x-integration-alias": {
|
|
283931
|
+
"in": "header",
|
|
283932
|
+
"description": "Integration alias",
|
|
283933
|
+
"type": "string",
|
|
283934
|
+
"required": false
|
|
283559
283935
|
}
|
|
283560
283936
|
},
|
|
283561
283937
|
"section": "message",
|
|
@@ -283603,6 +283979,24 @@ var state = {
|
|
|
283603
283979
|
"in": "path",
|
|
283604
283980
|
"type": "string",
|
|
283605
283981
|
"description": "Message id"
|
|
283982
|
+
},
|
|
283983
|
+
"x-bot-id": {
|
|
283984
|
+
"in": "header",
|
|
283985
|
+
"description": "Bot id",
|
|
283986
|
+
"type": "string",
|
|
283987
|
+
"required": true
|
|
283988
|
+
},
|
|
283989
|
+
"x-integration-id": {
|
|
283990
|
+
"in": "header",
|
|
283991
|
+
"description": "Integration id",
|
|
283992
|
+
"type": "string",
|
|
283993
|
+
"required": false
|
|
283994
|
+
},
|
|
283995
|
+
"x-integration-alias": {
|
|
283996
|
+
"in": "header",
|
|
283997
|
+
"description": "Integration alias",
|
|
283998
|
+
"type": "string",
|
|
283999
|
+
"required": false
|
|
283606
284000
|
}
|
|
283607
284001
|
},
|
|
283608
284002
|
"section": "message",
|
|
@@ -283681,7 +284075,26 @@ var state = {
|
|
|
283681
284075
|
"tags": [
|
|
283682
284076
|
"documented"
|
|
283683
284077
|
],
|
|
283684
|
-
"parameters": {
|
|
284078
|
+
"parameters": {
|
|
284079
|
+
"x-bot-id": {
|
|
284080
|
+
"in": "header",
|
|
284081
|
+
"description": "Bot id",
|
|
284082
|
+
"type": "string",
|
|
284083
|
+
"required": true
|
|
284084
|
+
},
|
|
284085
|
+
"x-integration-id": {
|
|
284086
|
+
"in": "header",
|
|
284087
|
+
"description": "Integration id",
|
|
284088
|
+
"type": "string",
|
|
284089
|
+
"required": false
|
|
284090
|
+
},
|
|
284091
|
+
"x-integration-alias": {
|
|
284092
|
+
"in": "header",
|
|
284093
|
+
"description": "Integration alias",
|
|
284094
|
+
"type": "string",
|
|
284095
|
+
"required": false
|
|
284096
|
+
}
|
|
284097
|
+
}
|
|
283685
284098
|
},
|
|
283686
284099
|
"getUser": {
|
|
283687
284100
|
"name": "getUser",
|
|
@@ -283693,6 +284106,24 @@ var state = {
|
|
|
283693
284106
|
"in": "path",
|
|
283694
284107
|
"type": "string",
|
|
283695
284108
|
"description": "User ID"
|
|
284109
|
+
},
|
|
284110
|
+
"x-bot-id": {
|
|
284111
|
+
"in": "header",
|
|
284112
|
+
"description": "Bot id",
|
|
284113
|
+
"type": "string",
|
|
284114
|
+
"required": true
|
|
284115
|
+
},
|
|
284116
|
+
"x-integration-id": {
|
|
284117
|
+
"in": "header",
|
|
284118
|
+
"description": "Integration id",
|
|
284119
|
+
"type": "string",
|
|
284120
|
+
"required": false
|
|
284121
|
+
},
|
|
284122
|
+
"x-integration-alias": {
|
|
284123
|
+
"in": "header",
|
|
284124
|
+
"description": "Integration alias",
|
|
284125
|
+
"type": "string",
|
|
284126
|
+
"required": false
|
|
283696
284127
|
}
|
|
283697
284128
|
},
|
|
283698
284129
|
"section": "user",
|
|
@@ -283742,6 +284173,24 @@ var state = {
|
|
|
283742
284173
|
}
|
|
283743
284174
|
},
|
|
283744
284175
|
"description": "Filter by tags"
|
|
284176
|
+
},
|
|
284177
|
+
"x-bot-id": {
|
|
284178
|
+
"in": "header",
|
|
284179
|
+
"description": "Bot id",
|
|
284180
|
+
"type": "string",
|
|
284181
|
+
"required": true
|
|
284182
|
+
},
|
|
284183
|
+
"x-integration-id": {
|
|
284184
|
+
"in": "header",
|
|
284185
|
+
"description": "Integration id",
|
|
284186
|
+
"type": "string",
|
|
284187
|
+
"required": false
|
|
284188
|
+
},
|
|
284189
|
+
"x-integration-alias": {
|
|
284190
|
+
"in": "header",
|
|
284191
|
+
"description": "Integration alias",
|
|
284192
|
+
"type": "string",
|
|
284193
|
+
"required": false
|
|
283745
284194
|
}
|
|
283746
284195
|
},
|
|
283747
284196
|
"section": "user",
|
|
@@ -283849,7 +284298,26 @@ var state = {
|
|
|
283849
284298
|
"tags": [
|
|
283850
284299
|
"documented"
|
|
283851
284300
|
],
|
|
283852
|
-
"parameters": {
|
|
284301
|
+
"parameters": {
|
|
284302
|
+
"x-bot-id": {
|
|
284303
|
+
"in": "header",
|
|
284304
|
+
"description": "Bot id",
|
|
284305
|
+
"type": "string",
|
|
284306
|
+
"required": true
|
|
284307
|
+
},
|
|
284308
|
+
"x-integration-id": {
|
|
284309
|
+
"in": "header",
|
|
284310
|
+
"description": "Integration id",
|
|
284311
|
+
"type": "string",
|
|
284312
|
+
"required": false
|
|
284313
|
+
},
|
|
284314
|
+
"x-integration-alias": {
|
|
284315
|
+
"in": "header",
|
|
284316
|
+
"description": "Integration alias",
|
|
284317
|
+
"type": "string",
|
|
284318
|
+
"required": false
|
|
284319
|
+
}
|
|
284320
|
+
}
|
|
283853
284321
|
},
|
|
283854
284322
|
"updateUser": {
|
|
283855
284323
|
"name": "updateUser",
|
|
@@ -283861,6 +284329,24 @@ var state = {
|
|
|
283861
284329
|
"in": "path",
|
|
283862
284330
|
"type": "string",
|
|
283863
284331
|
"description": "User ID"
|
|
284332
|
+
},
|
|
284333
|
+
"x-bot-id": {
|
|
284334
|
+
"in": "header",
|
|
284335
|
+
"description": "Bot id",
|
|
284336
|
+
"type": "string",
|
|
284337
|
+
"required": true
|
|
284338
|
+
},
|
|
284339
|
+
"x-integration-id": {
|
|
284340
|
+
"in": "header",
|
|
284341
|
+
"description": "Integration id",
|
|
284342
|
+
"type": "string",
|
|
284343
|
+
"required": false
|
|
284344
|
+
},
|
|
284345
|
+
"x-integration-alias": {
|
|
284346
|
+
"in": "header",
|
|
284347
|
+
"description": "Integration alias",
|
|
284348
|
+
"type": "string",
|
|
284349
|
+
"required": false
|
|
283864
284350
|
}
|
|
283865
284351
|
},
|
|
283866
284352
|
"requestBody": {
|
|
@@ -283924,6 +284410,24 @@ var state = {
|
|
|
283924
284410
|
"in": "path",
|
|
283925
284411
|
"type": "string",
|
|
283926
284412
|
"description": "User ID"
|
|
284413
|
+
},
|
|
284414
|
+
"x-bot-id": {
|
|
284415
|
+
"in": "header",
|
|
284416
|
+
"description": "Bot id",
|
|
284417
|
+
"type": "string",
|
|
284418
|
+
"required": true
|
|
284419
|
+
},
|
|
284420
|
+
"x-integration-id": {
|
|
284421
|
+
"in": "header",
|
|
284422
|
+
"description": "Integration id",
|
|
284423
|
+
"type": "string",
|
|
284424
|
+
"required": false
|
|
284425
|
+
},
|
|
284426
|
+
"x-integration-alias": {
|
|
284427
|
+
"in": "header",
|
|
284428
|
+
"description": "Integration alias",
|
|
284429
|
+
"type": "string",
|
|
284430
|
+
"required": false
|
|
283927
284431
|
}
|
|
283928
284432
|
},
|
|
283929
284433
|
"section": "user",
|
|
@@ -283967,6 +284471,24 @@ var state = {
|
|
|
283967
284471
|
"in": "path",
|
|
283968
284472
|
"type": "string",
|
|
283969
284473
|
"description": "Name of the State which is declared inside the bot definition"
|
|
284474
|
+
},
|
|
284475
|
+
"x-bot-id": {
|
|
284476
|
+
"in": "header",
|
|
284477
|
+
"description": "Bot id",
|
|
284478
|
+
"type": "string",
|
|
284479
|
+
"required": true
|
|
284480
|
+
},
|
|
284481
|
+
"x-integration-id": {
|
|
284482
|
+
"in": "header",
|
|
284483
|
+
"description": "Integration id",
|
|
284484
|
+
"type": "string",
|
|
284485
|
+
"required": false
|
|
284486
|
+
},
|
|
284487
|
+
"x-integration-alias": {
|
|
284488
|
+
"in": "header",
|
|
284489
|
+
"description": "Integration alias",
|
|
284490
|
+
"type": "string",
|
|
284491
|
+
"required": false
|
|
283970
284492
|
}
|
|
283971
284493
|
},
|
|
283972
284494
|
"requestBody": {
|
|
@@ -284038,6 +284560,24 @@ var state = {
|
|
|
284038
284560
|
"in": "path",
|
|
284039
284561
|
"type": "string",
|
|
284040
284562
|
"description": "Name of the State which is declared inside the bot definition"
|
|
284563
|
+
},
|
|
284564
|
+
"x-bot-id": {
|
|
284565
|
+
"in": "header",
|
|
284566
|
+
"description": "Bot id",
|
|
284567
|
+
"type": "string",
|
|
284568
|
+
"required": true
|
|
284569
|
+
},
|
|
284570
|
+
"x-integration-id": {
|
|
284571
|
+
"in": "header",
|
|
284572
|
+
"description": "Integration id",
|
|
284573
|
+
"type": "string",
|
|
284574
|
+
"required": false
|
|
284575
|
+
},
|
|
284576
|
+
"x-integration-alias": {
|
|
284577
|
+
"in": "header",
|
|
284578
|
+
"description": "Integration alias",
|
|
284579
|
+
"type": "string",
|
|
284580
|
+
"required": false
|
|
284041
284581
|
}
|
|
284042
284582
|
},
|
|
284043
284583
|
"section": "state",
|
|
@@ -284102,6 +284642,24 @@ var state = {
|
|
|
284102
284642
|
"in": "path",
|
|
284103
284643
|
"type": "string",
|
|
284104
284644
|
"description": "Name of the State which is declared inside the bot definition"
|
|
284645
|
+
},
|
|
284646
|
+
"x-bot-id": {
|
|
284647
|
+
"in": "header",
|
|
284648
|
+
"description": "Bot id",
|
|
284649
|
+
"type": "string",
|
|
284650
|
+
"required": true
|
|
284651
|
+
},
|
|
284652
|
+
"x-integration-id": {
|
|
284653
|
+
"in": "header",
|
|
284654
|
+
"description": "Integration id",
|
|
284655
|
+
"type": "string",
|
|
284656
|
+
"required": false
|
|
284657
|
+
},
|
|
284658
|
+
"x-integration-alias": {
|
|
284659
|
+
"in": "header",
|
|
284660
|
+
"description": "Integration alias",
|
|
284661
|
+
"type": "string",
|
|
284662
|
+
"required": false
|
|
284105
284663
|
}
|
|
284106
284664
|
},
|
|
284107
284665
|
"requestBody": {
|
|
@@ -284179,6 +284737,24 @@ var state = {
|
|
|
284179
284737
|
"in": "path",
|
|
284180
284738
|
"type": "string",
|
|
284181
284739
|
"description": "Name of the State which is declared inside the bot definition"
|
|
284740
|
+
},
|
|
284741
|
+
"x-bot-id": {
|
|
284742
|
+
"in": "header",
|
|
284743
|
+
"description": "Bot id",
|
|
284744
|
+
"type": "string",
|
|
284745
|
+
"required": true
|
|
284746
|
+
},
|
|
284747
|
+
"x-integration-id": {
|
|
284748
|
+
"in": "header",
|
|
284749
|
+
"description": "Integration id",
|
|
284750
|
+
"type": "string",
|
|
284751
|
+
"required": false
|
|
284752
|
+
},
|
|
284753
|
+
"x-integration-alias": {
|
|
284754
|
+
"in": "header",
|
|
284755
|
+
"description": "Integration alias",
|
|
284756
|
+
"type": "string",
|
|
284757
|
+
"required": false
|
|
284182
284758
|
}
|
|
284183
284759
|
},
|
|
284184
284760
|
"requestBody": {
|
|
@@ -284268,6 +284844,24 @@ var state = {
|
|
|
284268
284844
|
"in": "path",
|
|
284269
284845
|
"type": "string",
|
|
284270
284846
|
"description": "Name of the State which is declared inside the bot definition"
|
|
284847
|
+
},
|
|
284848
|
+
"x-bot-id": {
|
|
284849
|
+
"in": "header",
|
|
284850
|
+
"description": "Bot id",
|
|
284851
|
+
"type": "string",
|
|
284852
|
+
"required": true
|
|
284853
|
+
},
|
|
284854
|
+
"x-integration-id": {
|
|
284855
|
+
"in": "header",
|
|
284856
|
+
"description": "Integration id",
|
|
284857
|
+
"type": "string",
|
|
284858
|
+
"required": false
|
|
284859
|
+
},
|
|
284860
|
+
"x-integration-alias": {
|
|
284861
|
+
"in": "header",
|
|
284862
|
+
"description": "Integration alias",
|
|
284863
|
+
"type": "string",
|
|
284864
|
+
"required": false
|
|
284271
284865
|
}
|
|
284272
284866
|
},
|
|
284273
284867
|
"requestBody": {
|
|
@@ -284373,7 +284967,26 @@ var state = {
|
|
|
284373
284967
|
"tags": [
|
|
284374
284968
|
"documented"
|
|
284375
284969
|
],
|
|
284376
|
-
"parameters": {
|
|
284970
|
+
"parameters": {
|
|
284971
|
+
"x-bot-id": {
|
|
284972
|
+
"in": "header",
|
|
284973
|
+
"description": "Bot id",
|
|
284974
|
+
"type": "string",
|
|
284975
|
+
"required": true
|
|
284976
|
+
},
|
|
284977
|
+
"x-integration-id": {
|
|
284978
|
+
"in": "header",
|
|
284979
|
+
"description": "Integration id",
|
|
284980
|
+
"type": "string",
|
|
284981
|
+
"required": false
|
|
284982
|
+
},
|
|
284983
|
+
"x-integration-alias": {
|
|
284984
|
+
"in": "header",
|
|
284985
|
+
"description": "Integration alias",
|
|
284986
|
+
"type": "string",
|
|
284987
|
+
"required": false
|
|
284988
|
+
}
|
|
284989
|
+
}
|
|
284377
284990
|
},
|
|
284378
284991
|
"configureIntegration": {
|
|
284379
284992
|
"name": "configureIntegration",
|
|
@@ -284427,7 +285040,26 @@ var state = {
|
|
|
284427
285040
|
"tags": [
|
|
284428
285041
|
"documented"
|
|
284429
285042
|
],
|
|
284430
|
-
"parameters": {
|
|
285043
|
+
"parameters": {
|
|
285044
|
+
"x-bot-id": {
|
|
285045
|
+
"in": "header",
|
|
285046
|
+
"description": "Bot id",
|
|
285047
|
+
"type": "string",
|
|
285048
|
+
"required": true
|
|
285049
|
+
},
|
|
285050
|
+
"x-integration-id": {
|
|
285051
|
+
"in": "header",
|
|
285052
|
+
"description": "Integration id",
|
|
285053
|
+
"type": "string",
|
|
285054
|
+
"required": false
|
|
285055
|
+
},
|
|
285056
|
+
"x-integration-alias": {
|
|
285057
|
+
"in": "header",
|
|
285058
|
+
"description": "Integration alias",
|
|
285059
|
+
"type": "string",
|
|
285060
|
+
"required": false
|
|
285061
|
+
}
|
|
285062
|
+
}
|
|
284431
285063
|
},
|
|
284432
285064
|
"getTask": {
|
|
284433
285065
|
"name": "getTask",
|
|
@@ -284439,6 +285071,24 @@ var state = {
|
|
|
284439
285071
|
"in": "path",
|
|
284440
285072
|
"type": "string",
|
|
284441
285073
|
"description": "Task id"
|
|
285074
|
+
},
|
|
285075
|
+
"x-bot-id": {
|
|
285076
|
+
"in": "header",
|
|
285077
|
+
"description": "Bot id",
|
|
285078
|
+
"type": "string",
|
|
285079
|
+
"required": true
|
|
285080
|
+
},
|
|
285081
|
+
"x-integration-id": {
|
|
285082
|
+
"in": "header",
|
|
285083
|
+
"description": "Integration id",
|
|
285084
|
+
"type": "string",
|
|
285085
|
+
"required": false
|
|
285086
|
+
},
|
|
285087
|
+
"x-integration-alias": {
|
|
285088
|
+
"in": "header",
|
|
285089
|
+
"description": "Integration alias",
|
|
285090
|
+
"type": "string",
|
|
285091
|
+
"required": false
|
|
284442
285092
|
}
|
|
284443
285093
|
},
|
|
284444
285094
|
"section": "task",
|
|
@@ -284541,7 +285191,26 @@ var state = {
|
|
|
284541
285191
|
"additionalProperties": false
|
|
284542
285192
|
}
|
|
284543
285193
|
},
|
|
284544
|
-
"parameters": {
|
|
285194
|
+
"parameters": {
|
|
285195
|
+
"x-bot-id": {
|
|
285196
|
+
"in": "header",
|
|
285197
|
+
"description": "Bot id",
|
|
285198
|
+
"type": "string",
|
|
285199
|
+
"required": true
|
|
285200
|
+
},
|
|
285201
|
+
"x-integration-id": {
|
|
285202
|
+
"in": "header",
|
|
285203
|
+
"description": "Integration id",
|
|
285204
|
+
"type": "string",
|
|
285205
|
+
"required": false
|
|
285206
|
+
},
|
|
285207
|
+
"x-integration-alias": {
|
|
285208
|
+
"in": "header",
|
|
285209
|
+
"description": "Integration alias",
|
|
285210
|
+
"type": "string",
|
|
285211
|
+
"required": false
|
|
285212
|
+
}
|
|
285213
|
+
}
|
|
284545
285214
|
},
|
|
284546
285215
|
"updateTask": {
|
|
284547
285216
|
"name": "updateTask",
|
|
@@ -284553,6 +285222,24 @@ var state = {
|
|
|
284553
285222
|
"in": "path",
|
|
284554
285223
|
"type": "string",
|
|
284555
285224
|
"description": "Task id"
|
|
285225
|
+
},
|
|
285226
|
+
"x-bot-id": {
|
|
285227
|
+
"in": "header",
|
|
285228
|
+
"description": "Bot id",
|
|
285229
|
+
"type": "string",
|
|
285230
|
+
"required": true
|
|
285231
|
+
},
|
|
285232
|
+
"x-integration-id": {
|
|
285233
|
+
"in": "header",
|
|
285234
|
+
"description": "Integration id",
|
|
285235
|
+
"type": "string",
|
|
285236
|
+
"required": false
|
|
285237
|
+
},
|
|
285238
|
+
"x-integration-alias": {
|
|
285239
|
+
"in": "header",
|
|
285240
|
+
"description": "Integration alias",
|
|
285241
|
+
"type": "string",
|
|
285242
|
+
"required": false
|
|
284556
285243
|
}
|
|
284557
285244
|
},
|
|
284558
285245
|
"requestBody": {
|
|
@@ -284633,6 +285320,24 @@ var state = {
|
|
|
284633
285320
|
"in": "path",
|
|
284634
285321
|
"type": "string",
|
|
284635
285322
|
"description": "Task id"
|
|
285323
|
+
},
|
|
285324
|
+
"x-bot-id": {
|
|
285325
|
+
"in": "header",
|
|
285326
|
+
"description": "Bot id",
|
|
285327
|
+
"type": "string",
|
|
285328
|
+
"required": true
|
|
285329
|
+
},
|
|
285330
|
+
"x-integration-id": {
|
|
285331
|
+
"in": "header",
|
|
285332
|
+
"description": "Integration id",
|
|
285333
|
+
"type": "string",
|
|
285334
|
+
"required": false
|
|
285335
|
+
},
|
|
285336
|
+
"x-integration-alias": {
|
|
285337
|
+
"in": "header",
|
|
285338
|
+
"description": "Integration alias",
|
|
285339
|
+
"type": "string",
|
|
285340
|
+
"required": false
|
|
284636
285341
|
}
|
|
284637
285342
|
},
|
|
284638
285343
|
"section": "task",
|
|
@@ -284701,6 +285406,24 @@ var state = {
|
|
|
284701
285406
|
"in": "query",
|
|
284702
285407
|
"type": "string",
|
|
284703
285408
|
"description": "Type"
|
|
285409
|
+
},
|
|
285410
|
+
"x-bot-id": {
|
|
285411
|
+
"in": "header",
|
|
285412
|
+
"description": "Bot id",
|
|
285413
|
+
"type": "string",
|
|
285414
|
+
"required": true
|
|
285415
|
+
},
|
|
285416
|
+
"x-integration-id": {
|
|
285417
|
+
"in": "header",
|
|
285418
|
+
"description": "Integration id",
|
|
285419
|
+
"type": "string",
|
|
285420
|
+
"required": false
|
|
285421
|
+
},
|
|
285422
|
+
"x-integration-alias": {
|
|
285423
|
+
"in": "header",
|
|
285424
|
+
"description": "Integration alias",
|
|
285425
|
+
"type": "string",
|
|
285426
|
+
"required": false
|
|
284704
285427
|
}
|
|
284705
285428
|
},
|
|
284706
285429
|
"section": "task",
|
|
@@ -284818,7 +285541,26 @@ var state = {
|
|
|
284818
285541
|
"additionalProperties": false
|
|
284819
285542
|
}
|
|
284820
285543
|
},
|
|
284821
|
-
"parameters": {
|
|
285544
|
+
"parameters": {
|
|
285545
|
+
"x-bot-id": {
|
|
285546
|
+
"in": "header",
|
|
285547
|
+
"description": "Bot id",
|
|
285548
|
+
"type": "string",
|
|
285549
|
+
"required": true
|
|
285550
|
+
},
|
|
285551
|
+
"x-integration-id": {
|
|
285552
|
+
"in": "header",
|
|
285553
|
+
"description": "Integration id",
|
|
285554
|
+
"type": "string",
|
|
285555
|
+
"required": false
|
|
285556
|
+
},
|
|
285557
|
+
"x-integration-alias": {
|
|
285558
|
+
"in": "header",
|
|
285559
|
+
"description": "Integration alias",
|
|
285560
|
+
"type": "string",
|
|
285561
|
+
"required": false
|
|
285562
|
+
}
|
|
285563
|
+
}
|
|
284822
285564
|
},
|
|
284823
285565
|
"getWorkflow": {
|
|
284824
285566
|
"name": "getWorkflow",
|
|
@@ -284830,6 +285572,24 @@ var state = {
|
|
|
284830
285572
|
"in": "path",
|
|
284831
285573
|
"type": "string",
|
|
284832
285574
|
"description": "Workflow id"
|
|
285575
|
+
},
|
|
285576
|
+
"x-bot-id": {
|
|
285577
|
+
"in": "header",
|
|
285578
|
+
"description": "Bot id",
|
|
285579
|
+
"type": "string",
|
|
285580
|
+
"required": true
|
|
285581
|
+
},
|
|
285582
|
+
"x-integration-id": {
|
|
285583
|
+
"in": "header",
|
|
285584
|
+
"description": "Integration id",
|
|
285585
|
+
"type": "string",
|
|
285586
|
+
"required": false
|
|
285587
|
+
},
|
|
285588
|
+
"x-integration-alias": {
|
|
285589
|
+
"in": "header",
|
|
285590
|
+
"description": "Integration alias",
|
|
285591
|
+
"type": "string",
|
|
285592
|
+
"required": false
|
|
284833
285593
|
}
|
|
284834
285594
|
},
|
|
284835
285595
|
"section": "workflow",
|
|
@@ -284860,6 +285620,24 @@ var state = {
|
|
|
284860
285620
|
"in": "path",
|
|
284861
285621
|
"type": "string",
|
|
284862
285622
|
"description": "Workflow id"
|
|
285623
|
+
},
|
|
285624
|
+
"x-bot-id": {
|
|
285625
|
+
"in": "header",
|
|
285626
|
+
"description": "Bot id",
|
|
285627
|
+
"type": "string",
|
|
285628
|
+
"required": true
|
|
285629
|
+
},
|
|
285630
|
+
"x-integration-id": {
|
|
285631
|
+
"in": "header",
|
|
285632
|
+
"description": "Integration id",
|
|
285633
|
+
"type": "string",
|
|
285634
|
+
"required": false
|
|
285635
|
+
},
|
|
285636
|
+
"x-integration-alias": {
|
|
285637
|
+
"in": "header",
|
|
285638
|
+
"description": "Integration alias",
|
|
285639
|
+
"type": "string",
|
|
285640
|
+
"required": false
|
|
284863
285641
|
}
|
|
284864
285642
|
},
|
|
284865
285643
|
"requestBody": {
|
|
@@ -284942,6 +285720,24 @@ var state = {
|
|
|
284942
285720
|
"in": "path",
|
|
284943
285721
|
"type": "string",
|
|
284944
285722
|
"description": "Workflow id"
|
|
285723
|
+
},
|
|
285724
|
+
"x-bot-id": {
|
|
285725
|
+
"in": "header",
|
|
285726
|
+
"description": "Bot id",
|
|
285727
|
+
"type": "string",
|
|
285728
|
+
"required": true
|
|
285729
|
+
},
|
|
285730
|
+
"x-integration-id": {
|
|
285731
|
+
"in": "header",
|
|
285732
|
+
"description": "Integration id",
|
|
285733
|
+
"type": "string",
|
|
285734
|
+
"required": false
|
|
285735
|
+
},
|
|
285736
|
+
"x-integration-alias": {
|
|
285737
|
+
"in": "header",
|
|
285738
|
+
"description": "Integration alias",
|
|
285739
|
+
"type": "string",
|
|
285740
|
+
"required": false
|
|
284945
285741
|
}
|
|
284946
285742
|
},
|
|
284947
285743
|
"section": "workflow",
|
|
@@ -285010,6 +285806,24 @@ var state = {
|
|
|
285010
285806
|
"in": "query",
|
|
285011
285807
|
"description": "Workflow name",
|
|
285012
285808
|
"type": "string"
|
|
285809
|
+
},
|
|
285810
|
+
"x-bot-id": {
|
|
285811
|
+
"in": "header",
|
|
285812
|
+
"description": "Bot id",
|
|
285813
|
+
"type": "string",
|
|
285814
|
+
"required": true
|
|
285815
|
+
},
|
|
285816
|
+
"x-integration-id": {
|
|
285817
|
+
"in": "header",
|
|
285818
|
+
"description": "Integration id",
|
|
285819
|
+
"type": "string",
|
|
285820
|
+
"required": false
|
|
285821
|
+
},
|
|
285822
|
+
"x-integration-alias": {
|
|
285823
|
+
"in": "header",
|
|
285824
|
+
"description": "Integration alias",
|
|
285825
|
+
"type": "string",
|
|
285826
|
+
"required": false
|
|
285013
285827
|
}
|
|
285014
285828
|
},
|
|
285015
285829
|
"section": "workflow",
|
|
@@ -285143,7 +285957,26 @@ var state = {
|
|
|
285143
285957
|
"additionalProperties": false
|
|
285144
285958
|
}
|
|
285145
285959
|
},
|
|
285146
|
-
"parameters": {
|
|
285960
|
+
"parameters": {
|
|
285961
|
+
"x-bot-id": {
|
|
285962
|
+
"in": "header",
|
|
285963
|
+
"description": "Bot id",
|
|
285964
|
+
"type": "string",
|
|
285965
|
+
"required": true
|
|
285966
|
+
},
|
|
285967
|
+
"x-integration-id": {
|
|
285968
|
+
"in": "header",
|
|
285969
|
+
"description": "Integration id",
|
|
285970
|
+
"type": "string",
|
|
285971
|
+
"required": false
|
|
285972
|
+
},
|
|
285973
|
+
"x-integration-alias": {
|
|
285974
|
+
"in": "header",
|
|
285975
|
+
"description": "Integration alias",
|
|
285976
|
+
"type": "string",
|
|
285977
|
+
"required": false
|
|
285978
|
+
}
|
|
285979
|
+
}
|
|
285147
285980
|
},
|
|
285148
285981
|
"listTagValues": {
|
|
285149
285982
|
"name": "listTagValues",
|
|
@@ -285172,6 +286005,24 @@ var state = {
|
|
|
285172
286005
|
"conversation",
|
|
285173
286006
|
"message"
|
|
285174
286007
|
]
|
|
286008
|
+
},
|
|
286009
|
+
"x-bot-id": {
|
|
286010
|
+
"in": "header",
|
|
286011
|
+
"description": "Bot id",
|
|
286012
|
+
"type": "string",
|
|
286013
|
+
"required": true
|
|
286014
|
+
},
|
|
286015
|
+
"x-integration-id": {
|
|
286016
|
+
"in": "header",
|
|
286017
|
+
"description": "Integration id",
|
|
286018
|
+
"type": "string",
|
|
286019
|
+
"required": false
|
|
286020
|
+
},
|
|
286021
|
+
"x-integration-alias": {
|
|
286022
|
+
"in": "header",
|
|
286023
|
+
"description": "Integration alias",
|
|
286024
|
+
"type": "string",
|
|
286025
|
+
"required": false
|
|
285175
286026
|
}
|
|
285176
286027
|
},
|
|
285177
286028
|
"response": {
|
|
@@ -285253,16 +286104,55 @@ var state = {
|
|
|
285253
286104
|
"additionalProperties": false
|
|
285254
286105
|
}
|
|
285255
286106
|
},
|
|
285256
|
-
"parameters": {
|
|
286107
|
+
"parameters": {
|
|
286108
|
+
"x-bot-id": {
|
|
286109
|
+
"in": "header",
|
|
286110
|
+
"description": "Bot id",
|
|
286111
|
+
"type": "string",
|
|
286112
|
+
"required": true
|
|
286113
|
+
},
|
|
286114
|
+
"x-integration-id": {
|
|
286115
|
+
"in": "header",
|
|
286116
|
+
"description": "Integration id",
|
|
286117
|
+
"type": "string",
|
|
286118
|
+
"required": false
|
|
286119
|
+
},
|
|
286120
|
+
"x-integration-alias": {
|
|
286121
|
+
"in": "header",
|
|
286122
|
+
"description": "Integration alias",
|
|
286123
|
+
"type": "string",
|
|
286124
|
+
"required": false
|
|
286125
|
+
}
|
|
286126
|
+
}
|
|
285257
286127
|
}
|
|
285258
286128
|
},
|
|
285259
286129
|
"metadata": {
|
|
285260
286130
|
"title": "Botpress Runtime API",
|
|
285261
286131
|
"description": "API for Botpress Runtime",
|
|
285262
286132
|
"server": "https://api.botpress.cloud",
|
|
285263
|
-
"version": "1.
|
|
286133
|
+
"version": "1.52.0",
|
|
285264
286134
|
"prefix": "v1"
|
|
285265
286135
|
},
|
|
286136
|
+
"defaultParameters": {
|
|
286137
|
+
"x-bot-id": {
|
|
286138
|
+
"in": "header",
|
|
286139
|
+
"description": "Bot id",
|
|
286140
|
+
"type": "string",
|
|
286141
|
+
"required": true
|
|
286142
|
+
},
|
|
286143
|
+
"x-integration-id": {
|
|
286144
|
+
"in": "header",
|
|
286145
|
+
"description": "Integration id",
|
|
286146
|
+
"type": "string",
|
|
286147
|
+
"required": false
|
|
286148
|
+
},
|
|
286149
|
+
"x-integration-alias": {
|
|
286150
|
+
"in": "header",
|
|
286151
|
+
"description": "Integration alias",
|
|
286152
|
+
"type": "string",
|
|
286153
|
+
"required": false
|
|
286154
|
+
}
|
|
286155
|
+
},
|
|
285266
286156
|
"errors": [
|
|
285267
286157
|
{
|
|
285268
286158
|
"status": 500,
|
|
@@ -286153,7 +287043,10 @@ var state = {
|
|
|
286153
287043
|
],
|
|
286154
287044
|
"options": {
|
|
286155
287045
|
"allowUnions": false
|
|
286156
|
-
}
|
|
287046
|
+
},
|
|
287047
|
+
"security": [
|
|
287048
|
+
"BearerAuth"
|
|
287049
|
+
]
|
|
286157
287050
|
};
|
|
286158
287051
|
|
|
286159
287052
|
// src/gen/admin/state.ts
|
|
@@ -286210,7 +287103,20 @@ var state2 = {
|
|
|
286210
287103
|
"additionalProperties": false
|
|
286211
287104
|
}
|
|
286212
287105
|
},
|
|
286213
|
-
"parameters": {
|
|
287106
|
+
"parameters": {
|
|
287107
|
+
"x-workspace-id": {
|
|
287108
|
+
"in": "header",
|
|
287109
|
+
"type": "string",
|
|
287110
|
+
"description": "Workspace ID",
|
|
287111
|
+
"required": true
|
|
287112
|
+
},
|
|
287113
|
+
"x-multiple-integrations": {
|
|
287114
|
+
"in": "header",
|
|
287115
|
+
"type": "string",
|
|
287116
|
+
"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.',
|
|
287117
|
+
"required": false
|
|
287118
|
+
}
|
|
287119
|
+
}
|
|
286214
287120
|
},
|
|
286215
287121
|
"getAccount": {
|
|
286216
287122
|
"name": "getAccount",
|
|
@@ -286270,7 +287176,14 @@ var state2 = {
|
|
|
286270
287176
|
"tags": [
|
|
286271
287177
|
"documented"
|
|
286272
287178
|
],
|
|
286273
|
-
"parameters": {
|
|
287179
|
+
"parameters": {
|
|
287180
|
+
"x-multiple-integrations": {
|
|
287181
|
+
"in": "header",
|
|
287182
|
+
"type": "string",
|
|
287183
|
+
"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.',
|
|
287184
|
+
"required": false
|
|
287185
|
+
}
|
|
287186
|
+
}
|
|
286274
287187
|
},
|
|
286275
287188
|
"updateAccount": {
|
|
286276
287189
|
"name": "updateAccount",
|
|
@@ -286350,7 +287263,14 @@ var state2 = {
|
|
|
286350
287263
|
"tags": [
|
|
286351
287264
|
"documented"
|
|
286352
287265
|
],
|
|
286353
|
-
"parameters": {
|
|
287266
|
+
"parameters": {
|
|
287267
|
+
"x-multiple-integrations": {
|
|
287268
|
+
"in": "header",
|
|
287269
|
+
"type": "string",
|
|
287270
|
+
"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.',
|
|
287271
|
+
"required": false
|
|
287272
|
+
}
|
|
287273
|
+
}
|
|
286354
287274
|
},
|
|
286355
287275
|
"deleteAccount": {
|
|
286356
287276
|
"name": "deleteAccount",
|
|
@@ -286377,7 +287297,14 @@ var state2 = {
|
|
|
286377
287297
|
"additionalProperties": false
|
|
286378
287298
|
}
|
|
286379
287299
|
},
|
|
286380
|
-
"parameters": {
|
|
287300
|
+
"parameters": {
|
|
287301
|
+
"x-multiple-integrations": {
|
|
287302
|
+
"in": "header",
|
|
287303
|
+
"type": "string",
|
|
287304
|
+
"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.',
|
|
287305
|
+
"required": false
|
|
287306
|
+
}
|
|
287307
|
+
}
|
|
286381
287308
|
},
|
|
286382
287309
|
"listPersonalAccessTokens": {
|
|
286383
287310
|
"name": "listPersonalAccessTokens",
|
|
@@ -286424,7 +287351,14 @@ var state2 = {
|
|
|
286424
287351
|
"additionalProperties": false
|
|
286425
287352
|
}
|
|
286426
287353
|
},
|
|
286427
|
-
"parameters": {
|
|
287354
|
+
"parameters": {
|
|
287355
|
+
"x-multiple-integrations": {
|
|
287356
|
+
"in": "header",
|
|
287357
|
+
"type": "string",
|
|
287358
|
+
"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.',
|
|
287359
|
+
"required": false
|
|
287360
|
+
}
|
|
287361
|
+
}
|
|
286428
287362
|
},
|
|
286429
287363
|
"createPersonalAccessToken": {
|
|
286430
287364
|
"name": "createPersonalAccessToken",
|
|
@@ -286491,7 +287425,14 @@ var state2 = {
|
|
|
286491
287425
|
"additionalProperties": false
|
|
286492
287426
|
}
|
|
286493
287427
|
},
|
|
286494
|
-
"parameters": {
|
|
287428
|
+
"parameters": {
|
|
287429
|
+
"x-multiple-integrations": {
|
|
287430
|
+
"in": "header",
|
|
287431
|
+
"type": "string",
|
|
287432
|
+
"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.',
|
|
287433
|
+
"required": false
|
|
287434
|
+
}
|
|
287435
|
+
}
|
|
286495
287436
|
},
|
|
286496
287437
|
"deletePersonalAccessToken": {
|
|
286497
287438
|
"name": "deletePersonalAccessToken",
|
|
@@ -286507,6 +287448,12 @@ var state2 = {
|
|
|
286507
287448
|
"type": "string",
|
|
286508
287449
|
"description": "ID of Personal Access Token",
|
|
286509
287450
|
"in": "path"
|
|
287451
|
+
},
|
|
287452
|
+
"x-multiple-integrations": {
|
|
287453
|
+
"in": "header",
|
|
287454
|
+
"type": "string",
|
|
287455
|
+
"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.',
|
|
287456
|
+
"required": false
|
|
286510
287457
|
}
|
|
286511
287458
|
},
|
|
286512
287459
|
"response": {
|
|
@@ -286532,6 +287479,12 @@ var state2 = {
|
|
|
286532
287479
|
"type": "string",
|
|
286533
287480
|
"description": "Preference key",
|
|
286534
287481
|
"in": "path"
|
|
287482
|
+
},
|
|
287483
|
+
"x-multiple-integrations": {
|
|
287484
|
+
"in": "header",
|
|
287485
|
+
"type": "string",
|
|
287486
|
+
"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.',
|
|
287487
|
+
"required": false
|
|
286535
287488
|
}
|
|
286536
287489
|
},
|
|
286537
287490
|
"requestBody": {
|
|
@@ -286568,6 +287521,12 @@ var state2 = {
|
|
|
286568
287521
|
"type": "string",
|
|
286569
287522
|
"description": "Preference key",
|
|
286570
287523
|
"in": "path"
|
|
287524
|
+
},
|
|
287525
|
+
"x-multiple-integrations": {
|
|
287526
|
+
"in": "header",
|
|
287527
|
+
"type": "string",
|
|
287528
|
+
"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.',
|
|
287529
|
+
"required": false
|
|
286571
287530
|
}
|
|
286572
287531
|
},
|
|
286573
287532
|
"response": {
|
|
@@ -286667,6 +287626,12 @@ var state2 = {
|
|
|
286667
287626
|
"asc",
|
|
286668
287627
|
"desc"
|
|
286669
287628
|
]
|
|
287629
|
+
},
|
|
287630
|
+
"x-multiple-integrations": {
|
|
287631
|
+
"in": "header",
|
|
287632
|
+
"type": "string",
|
|
287633
|
+
"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.',
|
|
287634
|
+
"required": false
|
|
286670
287635
|
}
|
|
286671
287636
|
},
|
|
286672
287637
|
"response": {
|
|
@@ -286866,6 +287831,12 @@ var state2 = {
|
|
|
286866
287831
|
"type": "string",
|
|
286867
287832
|
"description": "Integration Version ID",
|
|
286868
287833
|
"in": "path"
|
|
287834
|
+
},
|
|
287835
|
+
"x-multiple-integrations": {
|
|
287836
|
+
"in": "header",
|
|
287837
|
+
"type": "string",
|
|
287838
|
+
"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.',
|
|
287839
|
+
"required": false
|
|
286869
287840
|
}
|
|
286870
287841
|
},
|
|
286871
287842
|
"response": {
|
|
@@ -287625,6 +288596,12 @@ var state2 = {
|
|
|
287625
288596
|
"type": "string",
|
|
287626
288597
|
"description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
|
|
287627
288598
|
"in": "path"
|
|
288599
|
+
},
|
|
288600
|
+
"x-multiple-integrations": {
|
|
288601
|
+
"in": "header",
|
|
288602
|
+
"type": "string",
|
|
288603
|
+
"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.',
|
|
288604
|
+
"required": false
|
|
287628
288605
|
}
|
|
287629
288606
|
},
|
|
287630
288607
|
"response": {
|
|
@@ -288389,6 +289366,12 @@ var state2 = {
|
|
|
288389
289366
|
"in": "query",
|
|
288390
289367
|
"type": "string",
|
|
288391
289368
|
"description": "Filter a plugin by name and version"
|
|
289369
|
+
},
|
|
289370
|
+
"x-multiple-integrations": {
|
|
289371
|
+
"in": "header",
|
|
289372
|
+
"type": "string",
|
|
289373
|
+
"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.',
|
|
289374
|
+
"required": false
|
|
288392
289375
|
}
|
|
288393
289376
|
},
|
|
288394
289377
|
"response": {
|
|
@@ -288499,6 +289482,12 @@ var state2 = {
|
|
|
288499
289482
|
"type": "string",
|
|
288500
289483
|
"description": "Plugin ID",
|
|
288501
289484
|
"in": "path"
|
|
289485
|
+
},
|
|
289486
|
+
"x-multiple-integrations": {
|
|
289487
|
+
"in": "header",
|
|
289488
|
+
"type": "string",
|
|
289489
|
+
"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.',
|
|
289490
|
+
"required": false
|
|
288502
289491
|
}
|
|
288503
289492
|
},
|
|
288504
289493
|
"response": {
|
|
@@ -288906,6 +289895,12 @@ var state2 = {
|
|
|
288906
289895
|
},
|
|
288907
289896
|
"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.",
|
|
288908
289897
|
"required": true
|
|
289898
|
+
},
|
|
289899
|
+
"x-multiple-integrations": {
|
|
289900
|
+
"in": "header",
|
|
289901
|
+
"type": "string",
|
|
289902
|
+
"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.',
|
|
289903
|
+
"required": false
|
|
288909
289904
|
}
|
|
288910
289905
|
},
|
|
288911
289906
|
"response": {
|
|
@@ -289304,6 +290299,12 @@ var state2 = {
|
|
|
289304
290299
|
"type": "string",
|
|
289305
290300
|
"description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
|
|
289306
290301
|
"in": "path"
|
|
290302
|
+
},
|
|
290303
|
+
"x-multiple-integrations": {
|
|
290304
|
+
"in": "header",
|
|
290305
|
+
"type": "string",
|
|
290306
|
+
"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.',
|
|
290307
|
+
"required": false
|
|
289307
290308
|
}
|
|
289308
290309
|
},
|
|
289309
290310
|
"response": {
|
|
@@ -289706,6 +290707,12 @@ var state2 = {
|
|
|
289706
290707
|
"browser"
|
|
289707
290708
|
],
|
|
289708
290709
|
"description": "Platform"
|
|
290710
|
+
},
|
|
290711
|
+
"x-multiple-integrations": {
|
|
290712
|
+
"in": "header",
|
|
290713
|
+
"type": "string",
|
|
290714
|
+
"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.',
|
|
290715
|
+
"required": false
|
|
289709
290716
|
}
|
|
289710
290717
|
},
|
|
289711
290718
|
"response": {
|
|
@@ -289749,6 +290756,12 @@ var state2 = {
|
|
|
289749
290756
|
"in": "query",
|
|
289750
290757
|
"type": "string",
|
|
289751
290758
|
"description": "Filter an interface by name and version"
|
|
290759
|
+
},
|
|
290760
|
+
"x-multiple-integrations": {
|
|
290761
|
+
"in": "header",
|
|
290762
|
+
"type": "string",
|
|
290763
|
+
"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.',
|
|
290764
|
+
"required": false
|
|
289752
290765
|
}
|
|
289753
290766
|
},
|
|
289754
290767
|
"response": {
|
|
@@ -289859,6 +290872,12 @@ var state2 = {
|
|
|
289859
290872
|
"type": "string",
|
|
289860
290873
|
"description": "Interface ID",
|
|
289861
290874
|
"in": "path"
|
|
290875
|
+
},
|
|
290876
|
+
"x-multiple-integrations": {
|
|
290877
|
+
"in": "header",
|
|
290878
|
+
"type": "string",
|
|
290879
|
+
"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.',
|
|
290880
|
+
"required": false
|
|
289862
290881
|
}
|
|
289863
290882
|
},
|
|
289864
290883
|
"response": {
|
|
@@ -290157,6 +291176,12 @@ var state2 = {
|
|
|
290157
291176
|
"type": "string",
|
|
290158
291177
|
"description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
|
|
290159
291178
|
"in": "path"
|
|
291179
|
+
},
|
|
291180
|
+
"x-multiple-integrations": {
|
|
291181
|
+
"in": "header",
|
|
291182
|
+
"type": "string",
|
|
291183
|
+
"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.',
|
|
291184
|
+
"required": false
|
|
290160
291185
|
}
|
|
290161
291186
|
},
|
|
290162
291187
|
"response": {
|
|
@@ -290798,7 +291823,20 @@ var state2 = {
|
|
|
290798
291823
|
"tags": [
|
|
290799
291824
|
"documented"
|
|
290800
291825
|
],
|
|
290801
|
-
"parameters": {
|
|
291826
|
+
"parameters": {
|
|
291827
|
+
"x-workspace-id": {
|
|
291828
|
+
"in": "header",
|
|
291829
|
+
"type": "string",
|
|
291830
|
+
"description": "Workspace ID",
|
|
291831
|
+
"required": true
|
|
291832
|
+
},
|
|
291833
|
+
"x-multiple-integrations": {
|
|
291834
|
+
"in": "header",
|
|
291835
|
+
"type": "string",
|
|
291836
|
+
"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.',
|
|
291837
|
+
"required": false
|
|
291838
|
+
}
|
|
291839
|
+
}
|
|
290802
291840
|
},
|
|
290803
291841
|
"updateBot": {
|
|
290804
291842
|
"name": "updateBot",
|
|
@@ -290811,6 +291849,18 @@ var state2 = {
|
|
|
290811
291849
|
"type": "string",
|
|
290812
291850
|
"description": "Bot ID",
|
|
290813
291851
|
"in": "path"
|
|
291852
|
+
},
|
|
291853
|
+
"x-workspace-id": {
|
|
291854
|
+
"in": "header",
|
|
291855
|
+
"type": "string",
|
|
291856
|
+
"description": "Workspace ID",
|
|
291857
|
+
"required": true
|
|
291858
|
+
},
|
|
291859
|
+
"x-multiple-integrations": {
|
|
291860
|
+
"in": "header",
|
|
291861
|
+
"type": "string",
|
|
291862
|
+
"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.',
|
|
291863
|
+
"required": false
|
|
290814
291864
|
}
|
|
290815
291865
|
},
|
|
290816
291866
|
"requestBody": {
|
|
@@ -291310,6 +292360,18 @@ var state2 = {
|
|
|
291310
292360
|
"type": "string",
|
|
291311
292361
|
"description": "Bot ID",
|
|
291312
292362
|
"in": "path"
|
|
292363
|
+
},
|
|
292364
|
+
"x-workspace-id": {
|
|
292365
|
+
"in": "header",
|
|
292366
|
+
"type": "string",
|
|
292367
|
+
"description": "Workspace ID",
|
|
292368
|
+
"required": true
|
|
292369
|
+
},
|
|
292370
|
+
"x-multiple-integrations": {
|
|
292371
|
+
"in": "header",
|
|
292372
|
+
"type": "string",
|
|
292373
|
+
"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.',
|
|
292374
|
+
"required": false
|
|
291313
292375
|
}
|
|
291314
292376
|
},
|
|
291315
292377
|
"requestBody": {
|
|
@@ -291384,6 +292446,18 @@ var state2 = {
|
|
|
291384
292446
|
"asc",
|
|
291385
292447
|
"desc"
|
|
291386
292448
|
]
|
|
292449
|
+
},
|
|
292450
|
+
"x-workspace-id": {
|
|
292451
|
+
"in": "header",
|
|
292452
|
+
"type": "string",
|
|
292453
|
+
"description": "Workspace ID",
|
|
292454
|
+
"required": true
|
|
292455
|
+
},
|
|
292456
|
+
"x-multiple-integrations": {
|
|
292457
|
+
"in": "header",
|
|
292458
|
+
"type": "string",
|
|
292459
|
+
"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.',
|
|
292460
|
+
"required": false
|
|
291387
292461
|
}
|
|
291388
292462
|
},
|
|
291389
292463
|
"section": "bot",
|
|
@@ -291477,6 +292551,18 @@ var state2 = {
|
|
|
291477
292551
|
"type": "boolean",
|
|
291478
292552
|
"required": false,
|
|
291479
292553
|
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
292554
|
+
},
|
|
292555
|
+
"x-workspace-id": {
|
|
292556
|
+
"in": "header",
|
|
292557
|
+
"type": "string",
|
|
292558
|
+
"description": "Workspace ID",
|
|
292559
|
+
"required": true
|
|
292560
|
+
},
|
|
292561
|
+
"x-multiple-integrations": {
|
|
292562
|
+
"in": "header",
|
|
292563
|
+
"type": "string",
|
|
292564
|
+
"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.',
|
|
292565
|
+
"required": false
|
|
291480
292566
|
}
|
|
291481
292567
|
},
|
|
291482
292568
|
"response": {
|
|
@@ -291510,6 +292596,18 @@ var state2 = {
|
|
|
291510
292596
|
"type": "string",
|
|
291511
292597
|
"description": "Bot ID",
|
|
291512
292598
|
"in": "path"
|
|
292599
|
+
},
|
|
292600
|
+
"x-workspace-id": {
|
|
292601
|
+
"in": "header",
|
|
292602
|
+
"type": "string",
|
|
292603
|
+
"description": "Workspace ID",
|
|
292604
|
+
"required": true
|
|
292605
|
+
},
|
|
292606
|
+
"x-multiple-integrations": {
|
|
292607
|
+
"in": "header",
|
|
292608
|
+
"type": "string",
|
|
292609
|
+
"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.',
|
|
292610
|
+
"required": false
|
|
291513
292611
|
}
|
|
291514
292612
|
},
|
|
291515
292613
|
"response": {
|
|
@@ -291583,6 +292681,18 @@ var state2 = {
|
|
|
291583
292681
|
"description": "Token to get the next page of logs",
|
|
291584
292682
|
"type": "string",
|
|
291585
292683
|
"required": false
|
|
292684
|
+
},
|
|
292685
|
+
"x-workspace-id": {
|
|
292686
|
+
"in": "header",
|
|
292687
|
+
"type": "string",
|
|
292688
|
+
"description": "Workspace ID",
|
|
292689
|
+
"required": true
|
|
292690
|
+
},
|
|
292691
|
+
"x-multiple-integrations": {
|
|
292692
|
+
"in": "header",
|
|
292693
|
+
"type": "string",
|
|
292694
|
+
"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.',
|
|
292695
|
+
"required": false
|
|
291586
292696
|
}
|
|
291587
292697
|
},
|
|
291588
292698
|
"response": {
|
|
@@ -291659,6 +292769,18 @@ var state2 = {
|
|
|
291659
292769
|
"fullscreen",
|
|
291660
292770
|
"sharableUrl"
|
|
291661
292771
|
]
|
|
292772
|
+
},
|
|
292773
|
+
"x-workspace-id": {
|
|
292774
|
+
"in": "header",
|
|
292775
|
+
"type": "string",
|
|
292776
|
+
"description": "Workspace ID",
|
|
292777
|
+
"required": true
|
|
292778
|
+
},
|
|
292779
|
+
"x-multiple-integrations": {
|
|
292780
|
+
"in": "header",
|
|
292781
|
+
"type": "string",
|
|
292782
|
+
"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.',
|
|
292783
|
+
"required": false
|
|
291662
292784
|
}
|
|
291663
292785
|
},
|
|
291664
292786
|
"response": {
|
|
@@ -291701,6 +292823,18 @@ var state2 = {
|
|
|
291701
292823
|
"description": "End date/time (inclusive)",
|
|
291702
292824
|
"type": "string",
|
|
291703
292825
|
"required": true
|
|
292826
|
+
},
|
|
292827
|
+
"x-workspace-id": {
|
|
292828
|
+
"in": "header",
|
|
292829
|
+
"type": "string",
|
|
292830
|
+
"description": "Workspace ID",
|
|
292831
|
+
"required": true
|
|
292832
|
+
},
|
|
292833
|
+
"x-multiple-integrations": {
|
|
292834
|
+
"in": "header",
|
|
292835
|
+
"type": "string",
|
|
292836
|
+
"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.',
|
|
292837
|
+
"required": false
|
|
291704
292838
|
}
|
|
291705
292839
|
},
|
|
291706
292840
|
"response": {
|
|
@@ -291918,6 +293052,18 @@ var state2 = {
|
|
|
291918
293052
|
"in": "query",
|
|
291919
293053
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
291920
293054
|
"type": "string"
|
|
293055
|
+
},
|
|
293056
|
+
"x-workspace-id": {
|
|
293057
|
+
"in": "header",
|
|
293058
|
+
"type": "string",
|
|
293059
|
+
"description": "Workspace ID",
|
|
293060
|
+
"required": true
|
|
293061
|
+
},
|
|
293062
|
+
"x-multiple-integrations": {
|
|
293063
|
+
"in": "header",
|
|
293064
|
+
"type": "string",
|
|
293065
|
+
"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.',
|
|
293066
|
+
"required": false
|
|
291921
293067
|
}
|
|
291922
293068
|
},
|
|
291923
293069
|
"response": {
|
|
@@ -292017,6 +293163,18 @@ var state2 = {
|
|
|
292017
293163
|
"in": "path",
|
|
292018
293164
|
"description": "Issue ID",
|
|
292019
293165
|
"type": "string"
|
|
293166
|
+
},
|
|
293167
|
+
"x-workspace-id": {
|
|
293168
|
+
"in": "header",
|
|
293169
|
+
"type": "string",
|
|
293170
|
+
"description": "Workspace ID",
|
|
293171
|
+
"required": true
|
|
293172
|
+
},
|
|
293173
|
+
"x-multiple-integrations": {
|
|
293174
|
+
"in": "header",
|
|
293175
|
+
"type": "string",
|
|
293176
|
+
"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.',
|
|
293177
|
+
"required": false
|
|
292020
293178
|
}
|
|
292021
293179
|
},
|
|
292022
293180
|
"response": {
|
|
@@ -292124,6 +293282,18 @@ var state2 = {
|
|
|
292124
293282
|
"in": "query",
|
|
292125
293283
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
292126
293284
|
"type": "string"
|
|
293285
|
+
},
|
|
293286
|
+
"x-workspace-id": {
|
|
293287
|
+
"in": "header",
|
|
293288
|
+
"type": "string",
|
|
293289
|
+
"description": "Workspace ID",
|
|
293290
|
+
"required": true
|
|
293291
|
+
},
|
|
293292
|
+
"x-multiple-integrations": {
|
|
293293
|
+
"in": "header",
|
|
293294
|
+
"type": "string",
|
|
293295
|
+
"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.',
|
|
293296
|
+
"required": false
|
|
292127
293297
|
}
|
|
292128
293298
|
},
|
|
292129
293299
|
"response": {
|
|
@@ -292243,6 +293413,18 @@ var state2 = {
|
|
|
292243
293413
|
"in": "path",
|
|
292244
293414
|
"description": "Issue ID",
|
|
292245
293415
|
"type": "string"
|
|
293416
|
+
},
|
|
293417
|
+
"x-workspace-id": {
|
|
293418
|
+
"in": "header",
|
|
293419
|
+
"type": "string",
|
|
293420
|
+
"description": "Workspace ID",
|
|
293421
|
+
"required": true
|
|
293422
|
+
},
|
|
293423
|
+
"x-multiple-integrations": {
|
|
293424
|
+
"in": "header",
|
|
293425
|
+
"type": "string",
|
|
293426
|
+
"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.',
|
|
293427
|
+
"required": false
|
|
292246
293428
|
}
|
|
292247
293429
|
},
|
|
292248
293430
|
"response": {
|
|
@@ -292273,6 +293455,18 @@ var state2 = {
|
|
|
292273
293455
|
"in": "path",
|
|
292274
293456
|
"description": "Issue ID",
|
|
292275
293457
|
"type": "string"
|
|
293458
|
+
},
|
|
293459
|
+
"x-workspace-id": {
|
|
293460
|
+
"in": "header",
|
|
293461
|
+
"type": "string",
|
|
293462
|
+
"description": "Workspace ID",
|
|
293463
|
+
"required": true
|
|
293464
|
+
},
|
|
293465
|
+
"x-multiple-integrations": {
|
|
293466
|
+
"in": "header",
|
|
293467
|
+
"type": "string",
|
|
293468
|
+
"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.',
|
|
293469
|
+
"required": false
|
|
292276
293470
|
}
|
|
292277
293471
|
},
|
|
292278
293472
|
"response": {
|
|
@@ -292340,6 +293534,18 @@ var state2 = {
|
|
|
292340
293534
|
"type": "string",
|
|
292341
293535
|
"description": "Bot ID",
|
|
292342
293536
|
"in": "path"
|
|
293537
|
+
},
|
|
293538
|
+
"x-workspace-id": {
|
|
293539
|
+
"in": "header",
|
|
293540
|
+
"type": "string",
|
|
293541
|
+
"description": "Workspace ID",
|
|
293542
|
+
"required": true
|
|
293543
|
+
},
|
|
293544
|
+
"x-multiple-integrations": {
|
|
293545
|
+
"in": "header",
|
|
293546
|
+
"type": "string",
|
|
293547
|
+
"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.',
|
|
293548
|
+
"required": false
|
|
292343
293549
|
}
|
|
292344
293550
|
},
|
|
292345
293551
|
"response": {
|
|
@@ -292393,6 +293599,18 @@ var state2 = {
|
|
|
292393
293599
|
"type": "string",
|
|
292394
293600
|
"description": "Version ID",
|
|
292395
293601
|
"in": "path"
|
|
293602
|
+
},
|
|
293603
|
+
"x-workspace-id": {
|
|
293604
|
+
"in": "header",
|
|
293605
|
+
"type": "string",
|
|
293606
|
+
"description": "Workspace ID",
|
|
293607
|
+
"required": true
|
|
293608
|
+
},
|
|
293609
|
+
"x-multiple-integrations": {
|
|
293610
|
+
"in": "header",
|
|
293611
|
+
"type": "string",
|
|
293612
|
+
"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.',
|
|
293613
|
+
"required": false
|
|
292396
293614
|
}
|
|
292397
293615
|
},
|
|
292398
293616
|
"response": {
|
|
@@ -292424,6 +293642,18 @@ var state2 = {
|
|
|
292424
293642
|
"type": "string",
|
|
292425
293643
|
"description": "Bot ID",
|
|
292426
293644
|
"in": "path"
|
|
293645
|
+
},
|
|
293646
|
+
"x-workspace-id": {
|
|
293647
|
+
"in": "header",
|
|
293648
|
+
"type": "string",
|
|
293649
|
+
"description": "Workspace ID",
|
|
293650
|
+
"required": true
|
|
293651
|
+
},
|
|
293652
|
+
"x-multiple-integrations": {
|
|
293653
|
+
"in": "header",
|
|
293654
|
+
"type": "string",
|
|
293655
|
+
"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.',
|
|
293656
|
+
"required": false
|
|
292427
293657
|
}
|
|
292428
293658
|
},
|
|
292429
293659
|
"response": {
|
|
@@ -292446,6 +293676,18 @@ var state2 = {
|
|
|
292446
293676
|
"type": "string",
|
|
292447
293677
|
"description": "Bot ID",
|
|
292448
293678
|
"in": "path"
|
|
293679
|
+
},
|
|
293680
|
+
"x-workspace-id": {
|
|
293681
|
+
"in": "header",
|
|
293682
|
+
"type": "string",
|
|
293683
|
+
"description": "Workspace ID",
|
|
293684
|
+
"required": true
|
|
293685
|
+
},
|
|
293686
|
+
"x-multiple-integrations": {
|
|
293687
|
+
"in": "header",
|
|
293688
|
+
"type": "string",
|
|
293689
|
+
"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.',
|
|
293690
|
+
"required": false
|
|
292449
293691
|
}
|
|
292450
293692
|
},
|
|
292451
293693
|
"requestBody": {
|
|
@@ -292485,6 +293727,18 @@ var state2 = {
|
|
|
292485
293727
|
"type": "string",
|
|
292486
293728
|
"description": "Bot ID",
|
|
292487
293729
|
"in": "path"
|
|
293730
|
+
},
|
|
293731
|
+
"x-workspace-id": {
|
|
293732
|
+
"in": "header",
|
|
293733
|
+
"type": "string",
|
|
293734
|
+
"description": "Workspace ID",
|
|
293735
|
+
"required": true
|
|
293736
|
+
},
|
|
293737
|
+
"x-multiple-integrations": {
|
|
293738
|
+
"in": "header",
|
|
293739
|
+
"type": "string",
|
|
293740
|
+
"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.',
|
|
293741
|
+
"required": false
|
|
292488
293742
|
}
|
|
292489
293743
|
},
|
|
292490
293744
|
"requestBody": {
|
|
@@ -292550,6 +293804,18 @@ var state2 = {
|
|
|
292550
293804
|
"type": "string",
|
|
292551
293805
|
"description": "Bot ID",
|
|
292552
293806
|
"in": "path"
|
|
293807
|
+
},
|
|
293808
|
+
"x-workspace-id": {
|
|
293809
|
+
"in": "header",
|
|
293810
|
+
"type": "string",
|
|
293811
|
+
"description": "Workspace ID",
|
|
293812
|
+
"required": true
|
|
293813
|
+
},
|
|
293814
|
+
"x-multiple-integrations": {
|
|
293815
|
+
"in": "header",
|
|
293816
|
+
"type": "string",
|
|
293817
|
+
"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.',
|
|
293818
|
+
"required": false
|
|
292553
293819
|
}
|
|
292554
293820
|
},
|
|
292555
293821
|
"requestBody": {
|
|
@@ -292598,6 +293864,18 @@ var state2 = {
|
|
|
292598
293864
|
"in": "query",
|
|
292599
293865
|
"type": "string",
|
|
292600
293866
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
293867
|
+
},
|
|
293868
|
+
"x-workspace-id": {
|
|
293869
|
+
"in": "header",
|
|
293870
|
+
"type": "string",
|
|
293871
|
+
"description": "Workspace ID",
|
|
293872
|
+
"required": true
|
|
293873
|
+
},
|
|
293874
|
+
"x-multiple-integrations": {
|
|
293875
|
+
"in": "header",
|
|
293876
|
+
"type": "string",
|
|
293877
|
+
"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.',
|
|
293878
|
+
"required": false
|
|
292601
293879
|
}
|
|
292602
293880
|
},
|
|
292603
293881
|
"requestBody": {
|
|
@@ -292649,6 +293927,18 @@ var state2 = {
|
|
|
292649
293927
|
"in": "query",
|
|
292650
293928
|
"type": "string",
|
|
292651
293929
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
293930
|
+
},
|
|
293931
|
+
"x-workspace-id": {
|
|
293932
|
+
"in": "header",
|
|
293933
|
+
"type": "string",
|
|
293934
|
+
"description": "Workspace ID",
|
|
293935
|
+
"required": true
|
|
293936
|
+
},
|
|
293937
|
+
"x-multiple-integrations": {
|
|
293938
|
+
"in": "header",
|
|
293939
|
+
"type": "string",
|
|
293940
|
+
"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.',
|
|
293941
|
+
"required": false
|
|
292652
293942
|
}
|
|
292653
293943
|
},
|
|
292654
293944
|
"response": {
|
|
@@ -292684,6 +293974,18 @@ var state2 = {
|
|
|
292684
293974
|
"in": "query",
|
|
292685
293975
|
"type": "string",
|
|
292686
293976
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
293977
|
+
},
|
|
293978
|
+
"x-workspace-id": {
|
|
293979
|
+
"in": "header",
|
|
293980
|
+
"type": "string",
|
|
293981
|
+
"description": "Workspace ID",
|
|
293982
|
+
"required": true
|
|
293983
|
+
},
|
|
293984
|
+
"x-multiple-integrations": {
|
|
293985
|
+
"in": "header",
|
|
293986
|
+
"type": "string",
|
|
293987
|
+
"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.',
|
|
293988
|
+
"required": false
|
|
292687
293989
|
}
|
|
292688
293990
|
},
|
|
292689
293991
|
"response": {
|
|
@@ -292731,6 +294033,18 @@ var state2 = {
|
|
|
292731
294033
|
"in": "query",
|
|
292732
294034
|
"type": "string",
|
|
292733
294035
|
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
294036
|
+
},
|
|
294037
|
+
"x-workspace-id": {
|
|
294038
|
+
"in": "header",
|
|
294039
|
+
"type": "string",
|
|
294040
|
+
"description": "Workspace ID",
|
|
294041
|
+
"required": true
|
|
294042
|
+
},
|
|
294043
|
+
"x-multiple-integrations": {
|
|
294044
|
+
"in": "header",
|
|
294045
|
+
"type": "string",
|
|
294046
|
+
"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.',
|
|
294047
|
+
"required": false
|
|
292734
294048
|
}
|
|
292735
294049
|
},
|
|
292736
294050
|
"response": {
|
|
@@ -292757,6 +294071,18 @@ var state2 = {
|
|
|
292757
294071
|
"description": "ID of the bot",
|
|
292758
294072
|
"type": "string",
|
|
292759
294073
|
"required": true
|
|
294074
|
+
},
|
|
294075
|
+
"x-workspace-id": {
|
|
294076
|
+
"in": "header",
|
|
294077
|
+
"type": "string",
|
|
294078
|
+
"description": "Workspace ID",
|
|
294079
|
+
"required": true
|
|
294080
|
+
},
|
|
294081
|
+
"x-multiple-integrations": {
|
|
294082
|
+
"in": "header",
|
|
294083
|
+
"type": "string",
|
|
294084
|
+
"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.',
|
|
294085
|
+
"required": false
|
|
292760
294086
|
}
|
|
292761
294087
|
},
|
|
292762
294088
|
"response": {
|
|
@@ -292851,7 +294177,20 @@ var state2 = {
|
|
|
292851
294177
|
"additionalProperties": false
|
|
292852
294178
|
}
|
|
292853
294179
|
},
|
|
292854
|
-
"parameters": {
|
|
294180
|
+
"parameters": {
|
|
294181
|
+
"x-workspace-id": {
|
|
294182
|
+
"in": "header",
|
|
294183
|
+
"type": "string",
|
|
294184
|
+
"description": "Workspace ID",
|
|
294185
|
+
"required": true
|
|
294186
|
+
},
|
|
294187
|
+
"x-multiple-integrations": {
|
|
294188
|
+
"in": "header",
|
|
294189
|
+
"type": "string",
|
|
294190
|
+
"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.',
|
|
294191
|
+
"required": false
|
|
294192
|
+
}
|
|
294193
|
+
}
|
|
292855
294194
|
},
|
|
292856
294195
|
"deleteBotApiKey": {
|
|
292857
294196
|
"name": "deleteBotApiKey",
|
|
@@ -292864,6 +294203,18 @@ var state2 = {
|
|
|
292864
294203
|
"type": "string",
|
|
292865
294204
|
"description": "ID of Bot Api Key",
|
|
292866
294205
|
"in": "path"
|
|
294206
|
+
},
|
|
294207
|
+
"x-workspace-id": {
|
|
294208
|
+
"in": "header",
|
|
294209
|
+
"type": "string",
|
|
294210
|
+
"description": "Workspace ID",
|
|
294211
|
+
"required": true
|
|
294212
|
+
},
|
|
294213
|
+
"x-multiple-integrations": {
|
|
294214
|
+
"in": "header",
|
|
294215
|
+
"type": "string",
|
|
294216
|
+
"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.',
|
|
294217
|
+
"required": false
|
|
292867
294218
|
}
|
|
292868
294219
|
},
|
|
292869
294220
|
"response": {
|
|
@@ -292886,6 +294237,18 @@ var state2 = {
|
|
|
292886
294237
|
"type": "string",
|
|
292887
294238
|
"description": "Bot ID",
|
|
292888
294239
|
"in": "path"
|
|
294240
|
+
},
|
|
294241
|
+
"x-workspace-id": {
|
|
294242
|
+
"in": "header",
|
|
294243
|
+
"type": "string",
|
|
294244
|
+
"description": "Workspace ID",
|
|
294245
|
+
"required": true
|
|
294246
|
+
},
|
|
294247
|
+
"x-multiple-integrations": {
|
|
294248
|
+
"in": "header",
|
|
294249
|
+
"type": "string",
|
|
294250
|
+
"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.',
|
|
294251
|
+
"required": false
|
|
292889
294252
|
}
|
|
292890
294253
|
},
|
|
292891
294254
|
"response": {
|
|
@@ -292936,6 +294299,18 @@ var state2 = {
|
|
|
292936
294299
|
"type": "string",
|
|
292937
294300
|
"description": "Bot ID",
|
|
292938
294301
|
"in": "path"
|
|
294302
|
+
},
|
|
294303
|
+
"x-workspace-id": {
|
|
294304
|
+
"in": "header",
|
|
294305
|
+
"type": "string",
|
|
294306
|
+
"description": "Workspace ID",
|
|
294307
|
+
"required": true
|
|
294308
|
+
},
|
|
294309
|
+
"x-multiple-integrations": {
|
|
294310
|
+
"in": "header",
|
|
294311
|
+
"type": "string",
|
|
294312
|
+
"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.',
|
|
294313
|
+
"required": false
|
|
292939
294314
|
}
|
|
292940
294315
|
},
|
|
292941
294316
|
"requestBody": {
|
|
@@ -292985,6 +294360,12 @@ var state2 = {
|
|
|
292985
294360
|
"type": "string",
|
|
292986
294361
|
"description": "Workspace ID",
|
|
292987
294362
|
"in": "path"
|
|
294363
|
+
},
|
|
294364
|
+
"x-multiple-integrations": {
|
|
294365
|
+
"in": "header",
|
|
294366
|
+
"type": "string",
|
|
294367
|
+
"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.',
|
|
294368
|
+
"required": false
|
|
292988
294369
|
}
|
|
292989
294370
|
},
|
|
292990
294371
|
"section": "workspace",
|
|
@@ -293098,6 +294479,12 @@ var state2 = {
|
|
|
293098
294479
|
"type": "string",
|
|
293099
294480
|
"description": "Workspace ID",
|
|
293100
294481
|
"in": "path"
|
|
294482
|
+
},
|
|
294483
|
+
"x-multiple-integrations": {
|
|
294484
|
+
"in": "header",
|
|
294485
|
+
"type": "string",
|
|
294486
|
+
"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.',
|
|
294487
|
+
"required": false
|
|
293101
294488
|
}
|
|
293102
294489
|
},
|
|
293103
294490
|
"section": "workspace",
|
|
@@ -293199,6 +294586,12 @@ var state2 = {
|
|
|
293199
294586
|
"type": "string",
|
|
293200
294587
|
"description": "Workspace ID",
|
|
293201
294588
|
"in": "path"
|
|
294589
|
+
},
|
|
294590
|
+
"x-multiple-integrations": {
|
|
294591
|
+
"in": "header",
|
|
294592
|
+
"type": "string",
|
|
294593
|
+
"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.',
|
|
294594
|
+
"required": false
|
|
293202
294595
|
}
|
|
293203
294596
|
},
|
|
293204
294597
|
"section": "workspace",
|
|
@@ -293401,7 +294794,14 @@ var state2 = {
|
|
|
293401
294794
|
"tags": [
|
|
293402
294795
|
"documented"
|
|
293403
294796
|
],
|
|
293404
|
-
"parameters": {
|
|
294797
|
+
"parameters": {
|
|
294798
|
+
"x-multiple-integrations": {
|
|
294799
|
+
"in": "header",
|
|
294800
|
+
"type": "string",
|
|
294801
|
+
"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.',
|
|
294802
|
+
"required": false
|
|
294803
|
+
}
|
|
294804
|
+
}
|
|
293405
294805
|
},
|
|
293406
294806
|
"getPublicWorkspace": {
|
|
293407
294807
|
"name": "getPublicWorkspace",
|
|
@@ -293417,6 +294817,12 @@ var state2 = {
|
|
|
293417
294817
|
"type": "string",
|
|
293418
294818
|
"description": "Workspace ID",
|
|
293419
294819
|
"in": "path"
|
|
294820
|
+
},
|
|
294821
|
+
"x-multiple-integrations": {
|
|
294822
|
+
"in": "header",
|
|
294823
|
+
"type": "string",
|
|
294824
|
+
"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.',
|
|
294825
|
+
"required": false
|
|
293420
294826
|
}
|
|
293421
294827
|
},
|
|
293422
294828
|
"response": {
|
|
@@ -293492,6 +294898,12 @@ var state2 = {
|
|
|
293492
294898
|
"type": "string",
|
|
293493
294899
|
"description": "Workspace ID",
|
|
293494
294900
|
"in": "path"
|
|
294901
|
+
},
|
|
294902
|
+
"x-multiple-integrations": {
|
|
294903
|
+
"in": "header",
|
|
294904
|
+
"type": "string",
|
|
294905
|
+
"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.',
|
|
294906
|
+
"required": false
|
|
293495
294907
|
}
|
|
293496
294908
|
},
|
|
293497
294909
|
"response": {
|
|
@@ -293636,6 +295048,12 @@ var state2 = {
|
|
|
293636
295048
|
"description": "Period to get",
|
|
293637
295049
|
"type": "string",
|
|
293638
295050
|
"required": false
|
|
295051
|
+
},
|
|
295052
|
+
"x-multiple-integrations": {
|
|
295053
|
+
"in": "header",
|
|
295054
|
+
"type": "string",
|
|
295055
|
+
"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.',
|
|
295056
|
+
"required": false
|
|
293639
295057
|
}
|
|
293640
295058
|
},
|
|
293641
295059
|
"response": {
|
|
@@ -293699,6 +295117,12 @@ var state2 = {
|
|
|
293699
295117
|
"description": "Period to get",
|
|
293700
295118
|
"type": "string",
|
|
293701
295119
|
"required": false
|
|
295120
|
+
},
|
|
295121
|
+
"x-multiple-integrations": {
|
|
295122
|
+
"in": "header",
|
|
295123
|
+
"type": "string",
|
|
295124
|
+
"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.',
|
|
295125
|
+
"required": false
|
|
293702
295126
|
}
|
|
293703
295127
|
},
|
|
293704
295128
|
"response": {
|
|
@@ -293780,7 +295204,14 @@ var state2 = {
|
|
|
293780
295204
|
"title": "getAllWorkspaceQuotaCompletionResponse"
|
|
293781
295205
|
}
|
|
293782
295206
|
},
|
|
293783
|
-
"parameters": {
|
|
295207
|
+
"parameters": {
|
|
295208
|
+
"x-multiple-integrations": {
|
|
295209
|
+
"in": "header",
|
|
295210
|
+
"type": "string",
|
|
295211
|
+
"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.',
|
|
295212
|
+
"required": false
|
|
295213
|
+
}
|
|
295214
|
+
}
|
|
293784
295215
|
},
|
|
293785
295216
|
"getWorkspaceQuota": {
|
|
293786
295217
|
"name": "getWorkspaceQuota",
|
|
@@ -293823,6 +295254,12 @@ var state2 = {
|
|
|
293823
295254
|
"description": "Period to get",
|
|
293824
295255
|
"type": "string",
|
|
293825
295256
|
"required": false
|
|
295257
|
+
},
|
|
295258
|
+
"x-multiple-integrations": {
|
|
295259
|
+
"in": "header",
|
|
295260
|
+
"type": "string",
|
|
295261
|
+
"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.',
|
|
295262
|
+
"required": false
|
|
293826
295263
|
}
|
|
293827
295264
|
},
|
|
293828
295265
|
"response": {
|
|
@@ -293897,6 +295334,12 @@ var state2 = {
|
|
|
293897
295334
|
"description": "Period to get",
|
|
293898
295335
|
"type": "string",
|
|
293899
295336
|
"required": false
|
|
295337
|
+
},
|
|
295338
|
+
"x-multiple-integrations": {
|
|
295339
|
+
"in": "header",
|
|
295340
|
+
"type": "string",
|
|
295341
|
+
"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.',
|
|
295342
|
+
"required": false
|
|
293900
295343
|
}
|
|
293901
295344
|
},
|
|
293902
295345
|
"response": {
|
|
@@ -293967,6 +295410,12 @@ var state2 = {
|
|
|
293967
295410
|
"type": "string",
|
|
293968
295411
|
"description": "Workspace ID",
|
|
293969
295412
|
"in": "path"
|
|
295413
|
+
},
|
|
295414
|
+
"x-multiple-integrations": {
|
|
295415
|
+
"in": "header",
|
|
295416
|
+
"type": "string",
|
|
295417
|
+
"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.',
|
|
295418
|
+
"required": false
|
|
293970
295419
|
}
|
|
293971
295420
|
},
|
|
293972
295421
|
"requestBody": {
|
|
@@ -294172,7 +295621,14 @@ var state2 = {
|
|
|
294172
295621
|
"additionalProperties": false
|
|
294173
295622
|
}
|
|
294174
295623
|
},
|
|
294175
|
-
"parameters": {
|
|
295624
|
+
"parameters": {
|
|
295625
|
+
"x-multiple-integrations": {
|
|
295626
|
+
"in": "header",
|
|
295627
|
+
"type": "string",
|
|
295628
|
+
"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.',
|
|
295629
|
+
"required": false
|
|
295630
|
+
}
|
|
295631
|
+
}
|
|
294176
295632
|
},
|
|
294177
295633
|
"listWorkspaces": {
|
|
294178
295634
|
"name": "listWorkspaces",
|
|
@@ -294194,6 +295650,12 @@ var state2 = {
|
|
|
294194
295650
|
"description": "Workspace handle",
|
|
294195
295651
|
"type": "string",
|
|
294196
295652
|
"required": false
|
|
295653
|
+
},
|
|
295654
|
+
"x-multiple-integrations": {
|
|
295655
|
+
"in": "header",
|
|
295656
|
+
"type": "string",
|
|
295657
|
+
"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.',
|
|
295658
|
+
"required": false
|
|
294197
295659
|
}
|
|
294198
295660
|
},
|
|
294199
295661
|
"response": {
|
|
@@ -294346,6 +295808,12 @@ var state2 = {
|
|
|
294346
295808
|
"description": "Search query",
|
|
294347
295809
|
"type": "string",
|
|
294348
295810
|
"required": false
|
|
295811
|
+
},
|
|
295812
|
+
"x-multiple-integrations": {
|
|
295813
|
+
"in": "header",
|
|
295814
|
+
"type": "string",
|
|
295815
|
+
"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.',
|
|
295816
|
+
"required": false
|
|
294349
295817
|
}
|
|
294350
295818
|
},
|
|
294351
295819
|
"response": {
|
|
@@ -294444,6 +295912,12 @@ var state2 = {
|
|
|
294444
295912
|
"type": "string",
|
|
294445
295913
|
"description": "Workspace ID",
|
|
294446
295914
|
"in": "path"
|
|
295915
|
+
},
|
|
295916
|
+
"x-multiple-integrations": {
|
|
295917
|
+
"in": "header",
|
|
295918
|
+
"type": "string",
|
|
295919
|
+
"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.',
|
|
295920
|
+
"required": false
|
|
294447
295921
|
}
|
|
294448
295922
|
},
|
|
294449
295923
|
"response": {
|
|
@@ -294474,6 +295948,12 @@ var state2 = {
|
|
|
294474
295948
|
"type": "string",
|
|
294475
295949
|
"description": "Workspace ID",
|
|
294476
295950
|
"in": "path"
|
|
295951
|
+
},
|
|
295952
|
+
"x-multiple-integrations": {
|
|
295953
|
+
"in": "header",
|
|
295954
|
+
"type": "string",
|
|
295955
|
+
"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.',
|
|
295956
|
+
"required": false
|
|
294477
295957
|
}
|
|
294478
295958
|
},
|
|
294479
295959
|
"disableDefaultParameters": {
|
|
@@ -294590,6 +296070,12 @@ var state2 = {
|
|
|
294590
296070
|
"type": "string",
|
|
294591
296071
|
"description": "Preference key",
|
|
294592
296072
|
"in": "path"
|
|
296073
|
+
},
|
|
296074
|
+
"x-multiple-integrations": {
|
|
296075
|
+
"in": "header",
|
|
296076
|
+
"type": "string",
|
|
296077
|
+
"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.',
|
|
296078
|
+
"required": false
|
|
294593
296079
|
}
|
|
294594
296080
|
},
|
|
294595
296081
|
"requestBody": {
|
|
@@ -294626,6 +296112,12 @@ var state2 = {
|
|
|
294626
296112
|
"type": "string",
|
|
294627
296113
|
"description": "Preference key",
|
|
294628
296114
|
"in": "path"
|
|
296115
|
+
},
|
|
296116
|
+
"x-multiple-integrations": {
|
|
296117
|
+
"in": "header",
|
|
296118
|
+
"type": "string",
|
|
296119
|
+
"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.',
|
|
296120
|
+
"required": false
|
|
294629
296121
|
}
|
|
294630
296122
|
},
|
|
294631
296123
|
"response": {
|
|
@@ -294653,6 +296145,18 @@ var state2 = {
|
|
|
294653
296145
|
"in": "query",
|
|
294654
296146
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
294655
296147
|
"type": "string"
|
|
296148
|
+
},
|
|
296149
|
+
"x-workspace-id": {
|
|
296150
|
+
"in": "header",
|
|
296151
|
+
"type": "string",
|
|
296152
|
+
"description": "Workspace ID",
|
|
296153
|
+
"required": true
|
|
296154
|
+
},
|
|
296155
|
+
"x-multiple-integrations": {
|
|
296156
|
+
"in": "header",
|
|
296157
|
+
"type": "string",
|
|
296158
|
+
"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.',
|
|
296159
|
+
"required": false
|
|
294656
296160
|
}
|
|
294657
296161
|
},
|
|
294658
296162
|
"response": {
|
|
@@ -294784,7 +296288,20 @@ var state2 = {
|
|
|
294784
296288
|
"tags": [
|
|
294785
296289
|
"documented"
|
|
294786
296290
|
],
|
|
294787
|
-
"parameters": {
|
|
296291
|
+
"parameters": {
|
|
296292
|
+
"x-workspace-id": {
|
|
296293
|
+
"in": "header",
|
|
296294
|
+
"type": "string",
|
|
296295
|
+
"description": "Workspace ID",
|
|
296296
|
+
"required": true
|
|
296297
|
+
},
|
|
296298
|
+
"x-multiple-integrations": {
|
|
296299
|
+
"in": "header",
|
|
296300
|
+
"type": "string",
|
|
296301
|
+
"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.',
|
|
296302
|
+
"required": false
|
|
296303
|
+
}
|
|
296304
|
+
}
|
|
294788
296305
|
},
|
|
294789
296306
|
"deleteWorkspaceMember": {
|
|
294790
296307
|
"name": "deleteWorkspaceMember",
|
|
@@ -294797,6 +296314,18 @@ var state2 = {
|
|
|
294797
296314
|
"type": "string",
|
|
294798
296315
|
"description": "Workspace member ID",
|
|
294799
296316
|
"in": "path"
|
|
296317
|
+
},
|
|
296318
|
+
"x-workspace-id": {
|
|
296319
|
+
"in": "header",
|
|
296320
|
+
"type": "string",
|
|
296321
|
+
"description": "Workspace ID",
|
|
296322
|
+
"required": true
|
|
296323
|
+
},
|
|
296324
|
+
"x-multiple-integrations": {
|
|
296325
|
+
"in": "header",
|
|
296326
|
+
"type": "string",
|
|
296327
|
+
"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.',
|
|
296328
|
+
"required": false
|
|
294800
296329
|
}
|
|
294801
296330
|
},
|
|
294802
296331
|
"response": {
|
|
@@ -294896,7 +296425,20 @@ var state2 = {
|
|
|
294896
296425
|
"tags": [
|
|
294897
296426
|
"documented"
|
|
294898
296427
|
],
|
|
294899
|
-
"parameters": {
|
|
296428
|
+
"parameters": {
|
|
296429
|
+
"x-workspace-id": {
|
|
296430
|
+
"in": "header",
|
|
296431
|
+
"type": "string",
|
|
296432
|
+
"description": "Workspace ID",
|
|
296433
|
+
"required": true
|
|
296434
|
+
},
|
|
296435
|
+
"x-multiple-integrations": {
|
|
296436
|
+
"in": "header",
|
|
296437
|
+
"type": "string",
|
|
296438
|
+
"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.',
|
|
296439
|
+
"required": false
|
|
296440
|
+
}
|
|
296441
|
+
}
|
|
294900
296442
|
},
|
|
294901
296443
|
"updateWorkspaceMember": {
|
|
294902
296444
|
"name": "updateWorkspaceMember",
|
|
@@ -294909,6 +296451,18 @@ var state2 = {
|
|
|
294909
296451
|
"type": "string",
|
|
294910
296452
|
"description": "Workspace member ID",
|
|
294911
296453
|
"in": "path"
|
|
296454
|
+
},
|
|
296455
|
+
"x-workspace-id": {
|
|
296456
|
+
"in": "header",
|
|
296457
|
+
"type": "string",
|
|
296458
|
+
"description": "Workspace ID",
|
|
296459
|
+
"required": true
|
|
296460
|
+
},
|
|
296461
|
+
"x-multiple-integrations": {
|
|
296462
|
+
"in": "header",
|
|
296463
|
+
"type": "string",
|
|
296464
|
+
"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.',
|
|
296465
|
+
"required": false
|
|
294912
296466
|
}
|
|
294913
296467
|
},
|
|
294914
296468
|
"requestBody": {
|
|
@@ -294995,6 +296549,18 @@ var state2 = {
|
|
|
294995
296549
|
"description": "ID of the integration",
|
|
294996
296550
|
"type": "string",
|
|
294997
296551
|
"required": true
|
|
296552
|
+
},
|
|
296553
|
+
"x-workspace-id": {
|
|
296554
|
+
"in": "header",
|
|
296555
|
+
"type": "string",
|
|
296556
|
+
"description": "Workspace ID",
|
|
296557
|
+
"required": true
|
|
296558
|
+
},
|
|
296559
|
+
"x-multiple-integrations": {
|
|
296560
|
+
"in": "header",
|
|
296561
|
+
"type": "string",
|
|
296562
|
+
"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.',
|
|
296563
|
+
"required": false
|
|
294998
296564
|
}
|
|
294999
296565
|
},
|
|
295000
296566
|
"response": {
|
|
@@ -295089,7 +296655,20 @@ var state2 = {
|
|
|
295089
296655
|
"additionalProperties": false
|
|
295090
296656
|
}
|
|
295091
296657
|
},
|
|
295092
|
-
"parameters": {
|
|
296658
|
+
"parameters": {
|
|
296659
|
+
"x-workspace-id": {
|
|
296660
|
+
"in": "header",
|
|
296661
|
+
"type": "string",
|
|
296662
|
+
"description": "Workspace ID",
|
|
296663
|
+
"required": true
|
|
296664
|
+
},
|
|
296665
|
+
"x-multiple-integrations": {
|
|
296666
|
+
"in": "header",
|
|
296667
|
+
"type": "string",
|
|
296668
|
+
"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.',
|
|
296669
|
+
"required": false
|
|
296670
|
+
}
|
|
296671
|
+
}
|
|
295093
296672
|
},
|
|
295094
296673
|
"deleteIntegrationApiKey": {
|
|
295095
296674
|
"name": "deleteIntegrationApiKey",
|
|
@@ -295102,6 +296681,18 @@ var state2 = {
|
|
|
295102
296681
|
"type": "string",
|
|
295103
296682
|
"description": "ID of Integration Api Key",
|
|
295104
296683
|
"in": "path"
|
|
296684
|
+
},
|
|
296685
|
+
"x-workspace-id": {
|
|
296686
|
+
"in": "header",
|
|
296687
|
+
"type": "string",
|
|
296688
|
+
"description": "Workspace ID",
|
|
296689
|
+
"required": true
|
|
296690
|
+
},
|
|
296691
|
+
"x-multiple-integrations": {
|
|
296692
|
+
"in": "header",
|
|
296693
|
+
"type": "string",
|
|
296694
|
+
"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.',
|
|
296695
|
+
"required": false
|
|
295105
296696
|
}
|
|
295106
296697
|
},
|
|
295107
296698
|
"response": {
|
|
@@ -295730,7 +297321,20 @@ var state2 = {
|
|
|
295730
297321
|
"tags": [
|
|
295731
297322
|
"documented"
|
|
295732
297323
|
],
|
|
295733
|
-
"parameters": {
|
|
297324
|
+
"parameters": {
|
|
297325
|
+
"x-workspace-id": {
|
|
297326
|
+
"in": "header",
|
|
297327
|
+
"type": "string",
|
|
297328
|
+
"description": "Workspace ID",
|
|
297329
|
+
"required": true
|
|
297330
|
+
},
|
|
297331
|
+
"x-multiple-integrations": {
|
|
297332
|
+
"in": "header",
|
|
297333
|
+
"type": "string",
|
|
297334
|
+
"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.',
|
|
297335
|
+
"required": false
|
|
297336
|
+
}
|
|
297337
|
+
}
|
|
295734
297338
|
},
|
|
295735
297339
|
"validateIntegrationCreation": {
|
|
295736
297340
|
"name": "validateIntegrationCreation",
|
|
@@ -296341,7 +297945,20 @@ var state2 = {
|
|
|
296341
297945
|
"tags": [
|
|
296342
297946
|
"documented"
|
|
296343
297947
|
],
|
|
296344
|
-
"parameters": {
|
|
297948
|
+
"parameters": {
|
|
297949
|
+
"x-workspace-id": {
|
|
297950
|
+
"in": "header",
|
|
297951
|
+
"type": "string",
|
|
297952
|
+
"description": "Workspace ID",
|
|
297953
|
+
"required": true
|
|
297954
|
+
},
|
|
297955
|
+
"x-multiple-integrations": {
|
|
297956
|
+
"in": "header",
|
|
297957
|
+
"type": "string",
|
|
297958
|
+
"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.',
|
|
297959
|
+
"required": false
|
|
297960
|
+
}
|
|
297961
|
+
}
|
|
296345
297962
|
},
|
|
296346
297963
|
"updateIntegration": {
|
|
296347
297964
|
"name": "updateIntegration",
|
|
@@ -296354,6 +297971,18 @@ var state2 = {
|
|
|
296354
297971
|
"type": "string",
|
|
296355
297972
|
"description": "Integration Version ID",
|
|
296356
297973
|
"in": "path"
|
|
297974
|
+
},
|
|
297975
|
+
"x-workspace-id": {
|
|
297976
|
+
"in": "header",
|
|
297977
|
+
"type": "string",
|
|
297978
|
+
"description": "Workspace ID",
|
|
297979
|
+
"required": true
|
|
297980
|
+
},
|
|
297981
|
+
"x-multiple-integrations": {
|
|
297982
|
+
"in": "header",
|
|
297983
|
+
"type": "string",
|
|
297984
|
+
"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.',
|
|
297985
|
+
"required": false
|
|
296357
297986
|
}
|
|
296358
297987
|
},
|
|
296359
297988
|
"requestBody": {
|
|
@@ -296979,6 +298608,18 @@ var state2 = {
|
|
|
296979
298608
|
"type": "string",
|
|
296980
298609
|
"description": "Integration Version ID",
|
|
296981
298610
|
"in": "path"
|
|
298611
|
+
},
|
|
298612
|
+
"x-workspace-id": {
|
|
298613
|
+
"in": "header",
|
|
298614
|
+
"type": "string",
|
|
298615
|
+
"description": "Workspace ID",
|
|
298616
|
+
"required": true
|
|
298617
|
+
},
|
|
298618
|
+
"x-multiple-integrations": {
|
|
298619
|
+
"in": "header",
|
|
298620
|
+
"type": "string",
|
|
298621
|
+
"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.',
|
|
298622
|
+
"required": false
|
|
296982
298623
|
}
|
|
296983
298624
|
},
|
|
296984
298625
|
"requestBody": {
|
|
@@ -297680,6 +299321,18 @@ var state2 = {
|
|
|
297680
299321
|
"description": "If true, only dev integrations are returned. Otherwise, only production integrations are returned.",
|
|
297681
299322
|
"type": "boolean",
|
|
297682
299323
|
"required": false
|
|
299324
|
+
},
|
|
299325
|
+
"x-workspace-id": {
|
|
299326
|
+
"in": "header",
|
|
299327
|
+
"type": "string",
|
|
299328
|
+
"description": "Workspace ID",
|
|
299329
|
+
"required": true
|
|
299330
|
+
},
|
|
299331
|
+
"x-multiple-integrations": {
|
|
299332
|
+
"in": "header",
|
|
299333
|
+
"type": "string",
|
|
299334
|
+
"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.',
|
|
299335
|
+
"required": false
|
|
297683
299336
|
}
|
|
297684
299337
|
},
|
|
297685
299338
|
"response": {
|
|
@@ -297859,6 +299512,18 @@ var state2 = {
|
|
|
297859
299512
|
"type": "string",
|
|
297860
299513
|
"description": "Integration Version ID",
|
|
297861
299514
|
"in": "path"
|
|
299515
|
+
},
|
|
299516
|
+
"x-workspace-id": {
|
|
299517
|
+
"in": "header",
|
|
299518
|
+
"type": "string",
|
|
299519
|
+
"description": "Workspace ID",
|
|
299520
|
+
"required": true
|
|
299521
|
+
},
|
|
299522
|
+
"x-multiple-integrations": {
|
|
299523
|
+
"in": "header",
|
|
299524
|
+
"type": "string",
|
|
299525
|
+
"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.',
|
|
299526
|
+
"required": false
|
|
297862
299527
|
}
|
|
297863
299528
|
},
|
|
297864
299529
|
"response": {
|
|
@@ -297934,6 +299599,18 @@ var state2 = {
|
|
|
297934
299599
|
"description": "Token to get the next page of logs",
|
|
297935
299600
|
"type": "string",
|
|
297936
299601
|
"required": false
|
|
299602
|
+
},
|
|
299603
|
+
"x-workspace-id": {
|
|
299604
|
+
"in": "header",
|
|
299605
|
+
"type": "string",
|
|
299606
|
+
"description": "Workspace ID",
|
|
299607
|
+
"required": true
|
|
299608
|
+
},
|
|
299609
|
+
"x-multiple-integrations": {
|
|
299610
|
+
"in": "header",
|
|
299611
|
+
"type": "string",
|
|
299612
|
+
"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.',
|
|
299613
|
+
"required": false
|
|
297937
299614
|
}
|
|
297938
299615
|
},
|
|
297939
299616
|
"response": {
|
|
@@ -298003,6 +299680,18 @@ var state2 = {
|
|
|
298003
299680
|
"type": "string",
|
|
298004
299681
|
"description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
|
|
298005
299682
|
"in": "path"
|
|
299683
|
+
},
|
|
299684
|
+
"x-workspace-id": {
|
|
299685
|
+
"in": "header",
|
|
299686
|
+
"type": "string",
|
|
299687
|
+
"description": "Workspace ID",
|
|
299688
|
+
"required": true
|
|
299689
|
+
},
|
|
299690
|
+
"x-multiple-integrations": {
|
|
299691
|
+
"in": "header",
|
|
299692
|
+
"type": "string",
|
|
299693
|
+
"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.',
|
|
299694
|
+
"required": false
|
|
298006
299695
|
}
|
|
298007
299696
|
},
|
|
298008
299697
|
"response": {
|
|
@@ -298036,6 +299725,18 @@ var state2 = {
|
|
|
298036
299725
|
"type": "string",
|
|
298037
299726
|
"description": "Integration Version ID",
|
|
298038
299727
|
"in": "path"
|
|
299728
|
+
},
|
|
299729
|
+
"x-workspace-id": {
|
|
299730
|
+
"in": "header",
|
|
299731
|
+
"type": "string",
|
|
299732
|
+
"description": "Workspace ID",
|
|
299733
|
+
"required": true
|
|
299734
|
+
},
|
|
299735
|
+
"x-multiple-integrations": {
|
|
299736
|
+
"in": "header",
|
|
299737
|
+
"type": "string",
|
|
299738
|
+
"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.',
|
|
299739
|
+
"required": false
|
|
298039
299740
|
}
|
|
298040
299741
|
},
|
|
298041
299742
|
"response": {
|
|
@@ -298080,14 +299781,40 @@ var state2 = {
|
|
|
298080
299781
|
"additionalProperties": false
|
|
298081
299782
|
}
|
|
298082
299783
|
},
|
|
298083
|
-
"parameters": {
|
|
299784
|
+
"parameters": {
|
|
299785
|
+
"x-workspace-id": {
|
|
299786
|
+
"in": "header",
|
|
299787
|
+
"type": "string",
|
|
299788
|
+
"description": "Workspace ID",
|
|
299789
|
+
"required": true
|
|
299790
|
+
},
|
|
299791
|
+
"x-multiple-integrations": {
|
|
299792
|
+
"in": "header",
|
|
299793
|
+
"type": "string",
|
|
299794
|
+
"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.',
|
|
299795
|
+
"required": false
|
|
299796
|
+
}
|
|
299797
|
+
}
|
|
298084
299798
|
},
|
|
298085
299799
|
"createInterface": {
|
|
298086
299800
|
"name": "createInterface",
|
|
298087
299801
|
"description": "Create Interface",
|
|
298088
299802
|
"method": "post",
|
|
298089
299803
|
"path": "/v1/admin/interfaces",
|
|
298090
|
-
"parameters": {
|
|
299804
|
+
"parameters": {
|
|
299805
|
+
"x-workspace-id": {
|
|
299806
|
+
"in": "header",
|
|
299807
|
+
"type": "string",
|
|
299808
|
+
"description": "Workspace ID",
|
|
299809
|
+
"required": true
|
|
299810
|
+
},
|
|
299811
|
+
"x-multiple-integrations": {
|
|
299812
|
+
"in": "header",
|
|
299813
|
+
"type": "string",
|
|
299814
|
+
"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.',
|
|
299815
|
+
"required": false
|
|
299816
|
+
}
|
|
299817
|
+
},
|
|
298091
299818
|
"requestBody": {
|
|
298092
299819
|
"description": "Interface to create",
|
|
298093
299820
|
"schema": {
|
|
@@ -298355,6 +300082,18 @@ var state2 = {
|
|
|
298355
300082
|
"in": "path",
|
|
298356
300083
|
"type": "string",
|
|
298357
300084
|
"description": "Interface id"
|
|
300085
|
+
},
|
|
300086
|
+
"x-workspace-id": {
|
|
300087
|
+
"in": "header",
|
|
300088
|
+
"type": "string",
|
|
300089
|
+
"description": "Workspace ID",
|
|
300090
|
+
"required": true
|
|
300091
|
+
},
|
|
300092
|
+
"x-multiple-integrations": {
|
|
300093
|
+
"in": "header",
|
|
300094
|
+
"type": "string",
|
|
300095
|
+
"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.',
|
|
300096
|
+
"required": false
|
|
298358
300097
|
}
|
|
298359
300098
|
},
|
|
298360
300099
|
"section": "interface",
|
|
@@ -298390,6 +300129,18 @@ var state2 = {
|
|
|
298390
300129
|
"type": "string",
|
|
298391
300130
|
"description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
|
|
298392
300131
|
"in": "path"
|
|
300132
|
+
},
|
|
300133
|
+
"x-workspace-id": {
|
|
300134
|
+
"in": "header",
|
|
300135
|
+
"type": "string",
|
|
300136
|
+
"description": "Workspace ID",
|
|
300137
|
+
"required": true
|
|
300138
|
+
},
|
|
300139
|
+
"x-multiple-integrations": {
|
|
300140
|
+
"in": "header",
|
|
300141
|
+
"type": "string",
|
|
300142
|
+
"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.',
|
|
300143
|
+
"required": false
|
|
298393
300144
|
}
|
|
298394
300145
|
},
|
|
298395
300146
|
"section": "interface",
|
|
@@ -298420,6 +300171,18 @@ var state2 = {
|
|
|
298420
300171
|
"in": "path",
|
|
298421
300172
|
"type": "string",
|
|
298422
300173
|
"description": "Interface id"
|
|
300174
|
+
},
|
|
300175
|
+
"x-workspace-id": {
|
|
300176
|
+
"in": "header",
|
|
300177
|
+
"type": "string",
|
|
300178
|
+
"description": "Workspace ID",
|
|
300179
|
+
"required": true
|
|
300180
|
+
},
|
|
300181
|
+
"x-multiple-integrations": {
|
|
300182
|
+
"in": "header",
|
|
300183
|
+
"type": "string",
|
|
300184
|
+
"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.',
|
|
300185
|
+
"required": false
|
|
298423
300186
|
}
|
|
298424
300187
|
},
|
|
298425
300188
|
"requestBody": {
|
|
@@ -298679,6 +300442,18 @@ var state2 = {
|
|
|
298679
300442
|
"in": "path",
|
|
298680
300443
|
"type": "string",
|
|
298681
300444
|
"description": "Interface id"
|
|
300445
|
+
},
|
|
300446
|
+
"x-workspace-id": {
|
|
300447
|
+
"in": "header",
|
|
300448
|
+
"type": "string",
|
|
300449
|
+
"description": "Workspace ID",
|
|
300450
|
+
"required": true
|
|
300451
|
+
},
|
|
300452
|
+
"x-multiple-integrations": {
|
|
300453
|
+
"in": "header",
|
|
300454
|
+
"type": "string",
|
|
300455
|
+
"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.',
|
|
300456
|
+
"required": false
|
|
298682
300457
|
}
|
|
298683
300458
|
},
|
|
298684
300459
|
"section": "interface",
|
|
@@ -298712,6 +300487,18 @@ var state2 = {
|
|
|
298712
300487
|
"in": "query",
|
|
298713
300488
|
"type": "string",
|
|
298714
300489
|
"description": "Filter an interface by name and version"
|
|
300490
|
+
},
|
|
300491
|
+
"x-workspace-id": {
|
|
300492
|
+
"in": "header",
|
|
300493
|
+
"type": "string",
|
|
300494
|
+
"description": "Workspace ID",
|
|
300495
|
+
"required": true
|
|
300496
|
+
},
|
|
300497
|
+
"x-multiple-integrations": {
|
|
300498
|
+
"in": "header",
|
|
300499
|
+
"type": "string",
|
|
300500
|
+
"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.',
|
|
300501
|
+
"required": false
|
|
298715
300502
|
}
|
|
298716
300503
|
},
|
|
298717
300504
|
"response": {
|
|
@@ -298813,7 +300600,20 @@ var state2 = {
|
|
|
298813
300600
|
"description": "Create Plugin",
|
|
298814
300601
|
"method": "post",
|
|
298815
300602
|
"path": "/v1/admin/plugins",
|
|
298816
|
-
"parameters": {
|
|
300603
|
+
"parameters": {
|
|
300604
|
+
"x-workspace-id": {
|
|
300605
|
+
"in": "header",
|
|
300606
|
+
"type": "string",
|
|
300607
|
+
"description": "Workspace ID",
|
|
300608
|
+
"required": true
|
|
300609
|
+
},
|
|
300610
|
+
"x-multiple-integrations": {
|
|
300611
|
+
"in": "header",
|
|
300612
|
+
"type": "string",
|
|
300613
|
+
"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.',
|
|
300614
|
+
"required": false
|
|
300615
|
+
}
|
|
300616
|
+
},
|
|
298817
300617
|
"requestBody": {
|
|
298818
300618
|
"description": "Plugin to create",
|
|
298819
300619
|
"schema": {
|
|
@@ -299183,6 +300983,18 @@ var state2 = {
|
|
|
299183
300983
|
"in": "path",
|
|
299184
300984
|
"type": "string",
|
|
299185
300985
|
"description": "Plugin id"
|
|
300986
|
+
},
|
|
300987
|
+
"x-workspace-id": {
|
|
300988
|
+
"in": "header",
|
|
300989
|
+
"type": "string",
|
|
300990
|
+
"description": "Workspace ID",
|
|
300991
|
+
"required": true
|
|
300992
|
+
},
|
|
300993
|
+
"x-multiple-integrations": {
|
|
300994
|
+
"in": "header",
|
|
300995
|
+
"type": "string",
|
|
300996
|
+
"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.',
|
|
300997
|
+
"required": false
|
|
299186
300998
|
}
|
|
299187
300999
|
},
|
|
299188
301000
|
"section": "plugin",
|
|
@@ -299228,6 +301040,18 @@ var state2 = {
|
|
|
299228
301040
|
},
|
|
299229
301041
|
"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.",
|
|
299230
301042
|
"required": true
|
|
301043
|
+
},
|
|
301044
|
+
"x-workspace-id": {
|
|
301045
|
+
"in": "header",
|
|
301046
|
+
"type": "string",
|
|
301047
|
+
"description": "Workspace ID",
|
|
301048
|
+
"required": true
|
|
301049
|
+
},
|
|
301050
|
+
"x-multiple-integrations": {
|
|
301051
|
+
"in": "header",
|
|
301052
|
+
"type": "string",
|
|
301053
|
+
"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.',
|
|
301054
|
+
"required": false
|
|
299231
301055
|
}
|
|
299232
301056
|
},
|
|
299233
301057
|
"response": {
|
|
@@ -299262,6 +301086,18 @@ var state2 = {
|
|
|
299262
301086
|
"type": "string",
|
|
299263
301087
|
"description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
|
|
299264
301088
|
"in": "path"
|
|
301089
|
+
},
|
|
301090
|
+
"x-workspace-id": {
|
|
301091
|
+
"in": "header",
|
|
301092
|
+
"type": "string",
|
|
301093
|
+
"description": "Workspace ID",
|
|
301094
|
+
"required": true
|
|
301095
|
+
},
|
|
301096
|
+
"x-multiple-integrations": {
|
|
301097
|
+
"in": "header",
|
|
301098
|
+
"type": "string",
|
|
301099
|
+
"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.',
|
|
301100
|
+
"required": false
|
|
299265
301101
|
}
|
|
299266
301102
|
},
|
|
299267
301103
|
"section": "plugin",
|
|
@@ -299292,6 +301128,18 @@ var state2 = {
|
|
|
299292
301128
|
"in": "path",
|
|
299293
301129
|
"type": "string",
|
|
299294
301130
|
"description": "Plugin id"
|
|
301131
|
+
},
|
|
301132
|
+
"x-workspace-id": {
|
|
301133
|
+
"in": "header",
|
|
301134
|
+
"type": "string",
|
|
301135
|
+
"description": "Workspace ID",
|
|
301136
|
+
"required": true
|
|
301137
|
+
},
|
|
301138
|
+
"x-multiple-integrations": {
|
|
301139
|
+
"in": "header",
|
|
301140
|
+
"type": "string",
|
|
301141
|
+
"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.',
|
|
301142
|
+
"required": false
|
|
299295
301143
|
}
|
|
299296
301144
|
},
|
|
299297
301145
|
"requestBody": {
|
|
@@ -299651,6 +301499,18 @@ var state2 = {
|
|
|
299651
301499
|
"in": "path",
|
|
299652
301500
|
"type": "string",
|
|
299653
301501
|
"description": "Plugin id"
|
|
301502
|
+
},
|
|
301503
|
+
"x-workspace-id": {
|
|
301504
|
+
"in": "header",
|
|
301505
|
+
"type": "string",
|
|
301506
|
+
"description": "Workspace ID",
|
|
301507
|
+
"required": true
|
|
301508
|
+
},
|
|
301509
|
+
"x-multiple-integrations": {
|
|
301510
|
+
"in": "header",
|
|
301511
|
+
"type": "string",
|
|
301512
|
+
"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.',
|
|
301513
|
+
"required": false
|
|
299654
301514
|
}
|
|
299655
301515
|
},
|
|
299656
301516
|
"section": "plugin",
|
|
@@ -299684,6 +301544,18 @@ var state2 = {
|
|
|
299684
301544
|
"in": "query",
|
|
299685
301545
|
"type": "string",
|
|
299686
301546
|
"description": "Filter a plugin by name and version"
|
|
301547
|
+
},
|
|
301548
|
+
"x-workspace-id": {
|
|
301549
|
+
"in": "header",
|
|
301550
|
+
"type": "string",
|
|
301551
|
+
"description": "Workspace ID",
|
|
301552
|
+
"required": true
|
|
301553
|
+
},
|
|
301554
|
+
"x-multiple-integrations": {
|
|
301555
|
+
"in": "header",
|
|
301556
|
+
"type": "string",
|
|
301557
|
+
"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.',
|
|
301558
|
+
"required": false
|
|
299687
301559
|
}
|
|
299688
301560
|
},
|
|
299689
301561
|
"response": {
|
|
@@ -299800,6 +301672,18 @@ var state2 = {
|
|
|
299800
301672
|
"browser"
|
|
299801
301673
|
],
|
|
299802
301674
|
"description": "Platform"
|
|
301675
|
+
},
|
|
301676
|
+
"x-workspace-id": {
|
|
301677
|
+
"in": "header",
|
|
301678
|
+
"type": "string",
|
|
301679
|
+
"description": "Workspace ID",
|
|
301680
|
+
"required": true
|
|
301681
|
+
},
|
|
301682
|
+
"x-multiple-integrations": {
|
|
301683
|
+
"in": "header",
|
|
301684
|
+
"type": "string",
|
|
301685
|
+
"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.',
|
|
301686
|
+
"required": false
|
|
299803
301687
|
}
|
|
299804
301688
|
},
|
|
299805
301689
|
"response": {
|
|
@@ -299857,6 +301741,18 @@ var state2 = {
|
|
|
299857
301741
|
"type": "string",
|
|
299858
301742
|
"description": 'ID of a bot or a workspace, depending on the "type" parameter',
|
|
299859
301743
|
"in": "path"
|
|
301744
|
+
},
|
|
301745
|
+
"x-workspace-id": {
|
|
301746
|
+
"in": "header",
|
|
301747
|
+
"type": "string",
|
|
301748
|
+
"description": "Workspace ID",
|
|
301749
|
+
"required": true
|
|
301750
|
+
},
|
|
301751
|
+
"x-multiple-integrations": {
|
|
301752
|
+
"in": "header",
|
|
301753
|
+
"type": "string",
|
|
301754
|
+
"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.',
|
|
301755
|
+
"required": false
|
|
299860
301756
|
}
|
|
299861
301757
|
},
|
|
299862
301758
|
"response": {
|
|
@@ -299903,6 +301799,12 @@ var state2 = {
|
|
|
299903
301799
|
"description": "Period to get",
|
|
299904
301800
|
"type": "string",
|
|
299905
301801
|
"required": false
|
|
301802
|
+
},
|
|
301803
|
+
"x-multiple-integrations": {
|
|
301804
|
+
"in": "header",
|
|
301805
|
+
"type": "string",
|
|
301806
|
+
"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.',
|
|
301807
|
+
"required": false
|
|
299906
301808
|
}
|
|
299907
301809
|
},
|
|
299908
301810
|
"response": {
|
|
@@ -299956,6 +301858,18 @@ var state2 = {
|
|
|
299956
301858
|
"type": "string",
|
|
299957
301859
|
"description": 'ID of a bot or a workspace, depending on the "type" parameter',
|
|
299958
301860
|
"in": "path"
|
|
301861
|
+
},
|
|
301862
|
+
"x-workspace-id": {
|
|
301863
|
+
"in": "header",
|
|
301864
|
+
"type": "string",
|
|
301865
|
+
"description": "Workspace ID",
|
|
301866
|
+
"required": true
|
|
301867
|
+
},
|
|
301868
|
+
"x-multiple-integrations": {
|
|
301869
|
+
"in": "header",
|
|
301870
|
+
"type": "string",
|
|
301871
|
+
"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.',
|
|
301872
|
+
"required": false
|
|
299959
301873
|
}
|
|
299960
301874
|
},
|
|
299961
301875
|
"response": {
|
|
@@ -300024,6 +301938,18 @@ var state2 = {
|
|
|
300024
301938
|
"in": "query",
|
|
300025
301939
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
300026
301940
|
"type": "string"
|
|
301941
|
+
},
|
|
301942
|
+
"x-workspace-id": {
|
|
301943
|
+
"in": "header",
|
|
301944
|
+
"type": "string",
|
|
301945
|
+
"description": "Workspace ID",
|
|
301946
|
+
"required": true
|
|
301947
|
+
},
|
|
301948
|
+
"x-multiple-integrations": {
|
|
301949
|
+
"in": "header",
|
|
301950
|
+
"type": "string",
|
|
301951
|
+
"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.',
|
|
301952
|
+
"required": false
|
|
300027
301953
|
}
|
|
300028
301954
|
},
|
|
300029
301955
|
"response": {
|
|
@@ -300126,6 +302052,18 @@ var state2 = {
|
|
|
300126
302052
|
"in": "query",
|
|
300127
302053
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
300128
302054
|
"type": "string"
|
|
302055
|
+
},
|
|
302056
|
+
"x-workspace-id": {
|
|
302057
|
+
"in": "header",
|
|
302058
|
+
"type": "string",
|
|
302059
|
+
"description": "Workspace ID",
|
|
302060
|
+
"required": true
|
|
302061
|
+
},
|
|
302062
|
+
"x-multiple-integrations": {
|
|
302063
|
+
"in": "header",
|
|
302064
|
+
"type": "string",
|
|
302065
|
+
"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.',
|
|
302066
|
+
"required": false
|
|
300129
302067
|
}
|
|
300130
302068
|
},
|
|
300131
302069
|
"response": {
|
|
@@ -300231,7 +302169,20 @@ var state2 = {
|
|
|
300231
302169
|
"additionalProperties": false
|
|
300232
302170
|
}
|
|
300233
302171
|
},
|
|
300234
|
-
"parameters": {
|
|
302172
|
+
"parameters": {
|
|
302173
|
+
"x-workspace-id": {
|
|
302174
|
+
"in": "header",
|
|
302175
|
+
"type": "string",
|
|
302176
|
+
"description": "Workspace ID",
|
|
302177
|
+
"required": true
|
|
302178
|
+
},
|
|
302179
|
+
"x-multiple-integrations": {
|
|
302180
|
+
"in": "header",
|
|
302181
|
+
"type": "string",
|
|
302182
|
+
"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.',
|
|
302183
|
+
"required": false
|
|
302184
|
+
}
|
|
302185
|
+
}
|
|
300235
302186
|
},
|
|
300236
302187
|
"listActivities": {
|
|
300237
302188
|
"name": "listActivities",
|
|
@@ -300259,6 +302210,12 @@ var state2 = {
|
|
|
300259
302210
|
"description": "ID of the bot to list activities for",
|
|
300260
302211
|
"type": "string",
|
|
300261
302212
|
"required": true
|
|
302213
|
+
},
|
|
302214
|
+
"x-multiple-integrations": {
|
|
302215
|
+
"in": "header",
|
|
302216
|
+
"type": "string",
|
|
302217
|
+
"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.',
|
|
302218
|
+
"required": false
|
|
300262
302219
|
}
|
|
300263
302220
|
},
|
|
300264
302221
|
"response": {
|
|
@@ -300340,16 +302297,37 @@ var state2 = {
|
|
|
300340
302297
|
"additionalProperties": false
|
|
300341
302298
|
}
|
|
300342
302299
|
},
|
|
300343
|
-
"parameters": {
|
|
302300
|
+
"parameters": {
|
|
302301
|
+
"x-multiple-integrations": {
|
|
302302
|
+
"in": "header",
|
|
302303
|
+
"type": "string",
|
|
302304
|
+
"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.',
|
|
302305
|
+
"required": false
|
|
302306
|
+
}
|
|
302307
|
+
}
|
|
300344
302308
|
}
|
|
300345
302309
|
},
|
|
300346
302310
|
"metadata": {
|
|
300347
302311
|
"title": "Botpress Admin API",
|
|
300348
302312
|
"description": "API for Botpress Cloud Manager",
|
|
300349
302313
|
"server": "https://api.botpress.cloud",
|
|
300350
|
-
"version": "1.
|
|
302314
|
+
"version": "1.52.0",
|
|
300351
302315
|
"prefix": "v1"
|
|
300352
302316
|
},
|
|
302317
|
+
"defaultParameters": {
|
|
302318
|
+
"x-workspace-id": {
|
|
302319
|
+
"in": "header",
|
|
302320
|
+
"type": "string",
|
|
302321
|
+
"description": "Workspace ID",
|
|
302322
|
+
"required": true
|
|
302323
|
+
},
|
|
302324
|
+
"x-multiple-integrations": {
|
|
302325
|
+
"in": "header",
|
|
302326
|
+
"type": "string",
|
|
302327
|
+
"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.',
|
|
302328
|
+
"required": false
|
|
302329
|
+
}
|
|
302330
|
+
},
|
|
300353
302331
|
"errors": [
|
|
300354
302332
|
{
|
|
300355
302333
|
"status": 500,
|
|
@@ -303282,7 +305260,10 @@ var state2 = {
|
|
|
303282
305260
|
],
|
|
303283
305261
|
"options": {
|
|
303284
305262
|
"allowUnions": false
|
|
303285
|
-
}
|
|
305263
|
+
},
|
|
305264
|
+
"security": [
|
|
305265
|
+
"BearerAuth"
|
|
305266
|
+
]
|
|
303286
305267
|
};
|
|
303287
305268
|
|
|
303288
305269
|
// src/gen/files/state.ts
|
|
@@ -303631,7 +305612,44 @@ var state3 = {
|
|
|
303631
305612
|
"tags": [
|
|
303632
305613
|
"documented"
|
|
303633
305614
|
],
|
|
303634
|
-
"parameters": {
|
|
305615
|
+
"parameters": {
|
|
305616
|
+
"x-bot-id": {
|
|
305617
|
+
"in": "header",
|
|
305618
|
+
"description": "Bot id",
|
|
305619
|
+
"type": "string",
|
|
305620
|
+
"required": true
|
|
305621
|
+
},
|
|
305622
|
+
"x-integration-id": {
|
|
305623
|
+
"in": "header",
|
|
305624
|
+
"description": "Integration id",
|
|
305625
|
+
"type": "string",
|
|
305626
|
+
"required": false
|
|
305627
|
+
},
|
|
305628
|
+
"x-integration-alias": {
|
|
305629
|
+
"in": "header",
|
|
305630
|
+
"description": "Integration alias",
|
|
305631
|
+
"type": "string",
|
|
305632
|
+
"required": false
|
|
305633
|
+
},
|
|
305634
|
+
"x-integration-name": {
|
|
305635
|
+
"in": "header",
|
|
305636
|
+
"description": "Integration name",
|
|
305637
|
+
"type": "string",
|
|
305638
|
+
"required": false
|
|
305639
|
+
},
|
|
305640
|
+
"x-user-id": {
|
|
305641
|
+
"in": "header",
|
|
305642
|
+
"description": "User Id",
|
|
305643
|
+
"type": "string",
|
|
305644
|
+
"required": false
|
|
305645
|
+
},
|
|
305646
|
+
"x-user-role": {
|
|
305647
|
+
"in": "header",
|
|
305648
|
+
"description": "User Role",
|
|
305649
|
+
"type": "string",
|
|
305650
|
+
"required": false
|
|
305651
|
+
}
|
|
305652
|
+
}
|
|
303635
305653
|
},
|
|
303636
305654
|
"deleteFile": {
|
|
303637
305655
|
"name": "deleteFile",
|
|
@@ -303644,6 +305662,42 @@ var state3 = {
|
|
|
303644
305662
|
"type": "string",
|
|
303645
305663
|
"description": "File ID or Key",
|
|
303646
305664
|
"in": "path"
|
|
305665
|
+
},
|
|
305666
|
+
"x-bot-id": {
|
|
305667
|
+
"in": "header",
|
|
305668
|
+
"description": "Bot id",
|
|
305669
|
+
"type": "string",
|
|
305670
|
+
"required": true
|
|
305671
|
+
},
|
|
305672
|
+
"x-integration-id": {
|
|
305673
|
+
"in": "header",
|
|
305674
|
+
"description": "Integration id",
|
|
305675
|
+
"type": "string",
|
|
305676
|
+
"required": false
|
|
305677
|
+
},
|
|
305678
|
+
"x-integration-alias": {
|
|
305679
|
+
"in": "header",
|
|
305680
|
+
"description": "Integration alias",
|
|
305681
|
+
"type": "string",
|
|
305682
|
+
"required": false
|
|
305683
|
+
},
|
|
305684
|
+
"x-integration-name": {
|
|
305685
|
+
"in": "header",
|
|
305686
|
+
"description": "Integration name",
|
|
305687
|
+
"type": "string",
|
|
305688
|
+
"required": false
|
|
305689
|
+
},
|
|
305690
|
+
"x-user-id": {
|
|
305691
|
+
"in": "header",
|
|
305692
|
+
"description": "User Id",
|
|
305693
|
+
"type": "string",
|
|
305694
|
+
"required": false
|
|
305695
|
+
},
|
|
305696
|
+
"x-user-role": {
|
|
305697
|
+
"in": "header",
|
|
305698
|
+
"description": "User Role",
|
|
305699
|
+
"type": "string",
|
|
305700
|
+
"required": false
|
|
303647
305701
|
}
|
|
303648
305702
|
},
|
|
303649
305703
|
"response": {
|
|
@@ -303708,6 +305762,42 @@ var state3 = {
|
|
|
303708
305762
|
},
|
|
303709
305763
|
"maxItems": 50
|
|
303710
305764
|
}
|
|
305765
|
+
},
|
|
305766
|
+
"x-bot-id": {
|
|
305767
|
+
"in": "header",
|
|
305768
|
+
"description": "Bot id",
|
|
305769
|
+
"type": "string",
|
|
305770
|
+
"required": true
|
|
305771
|
+
},
|
|
305772
|
+
"x-integration-id": {
|
|
305773
|
+
"in": "header",
|
|
305774
|
+
"description": "Integration id",
|
|
305775
|
+
"type": "string",
|
|
305776
|
+
"required": false
|
|
305777
|
+
},
|
|
305778
|
+
"x-integration-alias": {
|
|
305779
|
+
"in": "header",
|
|
305780
|
+
"description": "Integration alias",
|
|
305781
|
+
"type": "string",
|
|
305782
|
+
"required": false
|
|
305783
|
+
},
|
|
305784
|
+
"x-integration-name": {
|
|
305785
|
+
"in": "header",
|
|
305786
|
+
"description": "Integration name",
|
|
305787
|
+
"type": "string",
|
|
305788
|
+
"required": false
|
|
305789
|
+
},
|
|
305790
|
+
"x-user-id": {
|
|
305791
|
+
"in": "header",
|
|
305792
|
+
"description": "User Id",
|
|
305793
|
+
"type": "string",
|
|
305794
|
+
"required": false
|
|
305795
|
+
},
|
|
305796
|
+
"x-user-role": {
|
|
305797
|
+
"in": "header",
|
|
305798
|
+
"description": "User Role",
|
|
305799
|
+
"type": "string",
|
|
305800
|
+
"required": false
|
|
303711
305801
|
}
|
|
303712
305802
|
},
|
|
303713
305803
|
"response": {
|
|
@@ -303888,6 +305978,42 @@ var state3 = {
|
|
|
303888
305978
|
"type": "string",
|
|
303889
305979
|
"description": "File ID or Key",
|
|
303890
305980
|
"in": "path"
|
|
305981
|
+
},
|
|
305982
|
+
"x-bot-id": {
|
|
305983
|
+
"in": "header",
|
|
305984
|
+
"description": "Bot id",
|
|
305985
|
+
"type": "string",
|
|
305986
|
+
"required": true
|
|
305987
|
+
},
|
|
305988
|
+
"x-integration-id": {
|
|
305989
|
+
"in": "header",
|
|
305990
|
+
"description": "Integration id",
|
|
305991
|
+
"type": "string",
|
|
305992
|
+
"required": false
|
|
305993
|
+
},
|
|
305994
|
+
"x-integration-alias": {
|
|
305995
|
+
"in": "header",
|
|
305996
|
+
"description": "Integration alias",
|
|
305997
|
+
"type": "string",
|
|
305998
|
+
"required": false
|
|
305999
|
+
},
|
|
306000
|
+
"x-integration-name": {
|
|
306001
|
+
"in": "header",
|
|
306002
|
+
"description": "Integration name",
|
|
306003
|
+
"type": "string",
|
|
306004
|
+
"required": false
|
|
306005
|
+
},
|
|
306006
|
+
"x-user-id": {
|
|
306007
|
+
"in": "header",
|
|
306008
|
+
"description": "User Id",
|
|
306009
|
+
"type": "string",
|
|
306010
|
+
"required": false
|
|
306011
|
+
},
|
|
306012
|
+
"x-user-role": {
|
|
306013
|
+
"in": "header",
|
|
306014
|
+
"description": "User Role",
|
|
306015
|
+
"type": "string",
|
|
306016
|
+
"required": false
|
|
303891
306017
|
}
|
|
303892
306018
|
},
|
|
303893
306019
|
"response": {
|
|
@@ -304056,6 +306182,42 @@ var state3 = {
|
|
|
304056
306182
|
"type": "string",
|
|
304057
306183
|
"description": "File ID or Key",
|
|
304058
306184
|
"in": "path"
|
|
306185
|
+
},
|
|
306186
|
+
"x-bot-id": {
|
|
306187
|
+
"in": "header",
|
|
306188
|
+
"description": "Bot id",
|
|
306189
|
+
"type": "string",
|
|
306190
|
+
"required": true
|
|
306191
|
+
},
|
|
306192
|
+
"x-integration-id": {
|
|
306193
|
+
"in": "header",
|
|
306194
|
+
"description": "Integration id",
|
|
306195
|
+
"type": "string",
|
|
306196
|
+
"required": false
|
|
306197
|
+
},
|
|
306198
|
+
"x-integration-alias": {
|
|
306199
|
+
"in": "header",
|
|
306200
|
+
"description": "Integration alias",
|
|
306201
|
+
"type": "string",
|
|
306202
|
+
"required": false
|
|
306203
|
+
},
|
|
306204
|
+
"x-integration-name": {
|
|
306205
|
+
"in": "header",
|
|
306206
|
+
"description": "Integration name",
|
|
306207
|
+
"type": "string",
|
|
306208
|
+
"required": false
|
|
306209
|
+
},
|
|
306210
|
+
"x-user-id": {
|
|
306211
|
+
"in": "header",
|
|
306212
|
+
"description": "User Id",
|
|
306213
|
+
"type": "string",
|
|
306214
|
+
"required": false
|
|
306215
|
+
},
|
|
306216
|
+
"x-user-role": {
|
|
306217
|
+
"in": "header",
|
|
306218
|
+
"description": "User Role",
|
|
306219
|
+
"type": "string",
|
|
306220
|
+
"required": false
|
|
304059
306221
|
}
|
|
304060
306222
|
},
|
|
304061
306223
|
"requestBody": {
|
|
@@ -304273,6 +306435,42 @@ var state3 = {
|
|
|
304273
306435
|
"in": "header",
|
|
304274
306436
|
"type": "string",
|
|
304275
306437
|
"description": "The bot ID to copy the file to. You must have permission to create files in the destination bot. If the destination bot ID is omitted, the file will be copied to the same bot the source file belongs to."
|
|
306438
|
+
},
|
|
306439
|
+
"x-bot-id": {
|
|
306440
|
+
"in": "header",
|
|
306441
|
+
"description": "Bot id",
|
|
306442
|
+
"type": "string",
|
|
306443
|
+
"required": true
|
|
306444
|
+
},
|
|
306445
|
+
"x-integration-id": {
|
|
306446
|
+
"in": "header",
|
|
306447
|
+
"description": "Integration id",
|
|
306448
|
+
"type": "string",
|
|
306449
|
+
"required": false
|
|
306450
|
+
},
|
|
306451
|
+
"x-integration-alias": {
|
|
306452
|
+
"in": "header",
|
|
306453
|
+
"description": "Integration alias",
|
|
306454
|
+
"type": "string",
|
|
306455
|
+
"required": false
|
|
306456
|
+
},
|
|
306457
|
+
"x-integration-name": {
|
|
306458
|
+
"in": "header",
|
|
306459
|
+
"description": "Integration name",
|
|
306460
|
+
"type": "string",
|
|
306461
|
+
"required": false
|
|
306462
|
+
},
|
|
306463
|
+
"x-user-id": {
|
|
306464
|
+
"in": "header",
|
|
306465
|
+
"description": "User Id",
|
|
306466
|
+
"type": "string",
|
|
306467
|
+
"required": false
|
|
306468
|
+
},
|
|
306469
|
+
"x-user-role": {
|
|
306470
|
+
"in": "header",
|
|
306471
|
+
"description": "User Role",
|
|
306472
|
+
"type": "string",
|
|
306473
|
+
"required": false
|
|
304276
306474
|
}
|
|
304277
306475
|
},
|
|
304278
306476
|
"requestBody": {
|
|
@@ -304487,6 +306685,42 @@ var state3 = {
|
|
|
304487
306685
|
"in": "query",
|
|
304488
306686
|
"type": "boolean",
|
|
304489
306687
|
"description": "Include the surrounding context with each passage in the `context` property of each passage. Not supported when `consolidate` is set to `true`."
|
|
306688
|
+
},
|
|
306689
|
+
"x-bot-id": {
|
|
306690
|
+
"in": "header",
|
|
306691
|
+
"description": "Bot id",
|
|
306692
|
+
"type": "string",
|
|
306693
|
+
"required": true
|
|
306694
|
+
},
|
|
306695
|
+
"x-integration-id": {
|
|
306696
|
+
"in": "header",
|
|
306697
|
+
"description": "Integration id",
|
|
306698
|
+
"type": "string",
|
|
306699
|
+
"required": false
|
|
306700
|
+
},
|
|
306701
|
+
"x-integration-alias": {
|
|
306702
|
+
"in": "header",
|
|
306703
|
+
"description": "Integration alias",
|
|
306704
|
+
"type": "string",
|
|
306705
|
+
"required": false
|
|
306706
|
+
},
|
|
306707
|
+
"x-integration-name": {
|
|
306708
|
+
"in": "header",
|
|
306709
|
+
"description": "Integration name",
|
|
306710
|
+
"type": "string",
|
|
306711
|
+
"required": false
|
|
306712
|
+
},
|
|
306713
|
+
"x-user-id": {
|
|
306714
|
+
"in": "header",
|
|
306715
|
+
"description": "User Id",
|
|
306716
|
+
"type": "string",
|
|
306717
|
+
"required": false
|
|
306718
|
+
},
|
|
306719
|
+
"x-user-role": {
|
|
306720
|
+
"in": "header",
|
|
306721
|
+
"description": "User Role",
|
|
306722
|
+
"type": "string",
|
|
306723
|
+
"required": false
|
|
304490
306724
|
}
|
|
304491
306725
|
},
|
|
304492
306726
|
"response": {
|
|
@@ -304677,6 +306911,42 @@ var state3 = {
|
|
|
304677
306911
|
"type": "number",
|
|
304678
306912
|
"description": "The maximum number of passages to return per request (optional, default: 20, max: 200).",
|
|
304679
306913
|
"in": "query"
|
|
306914
|
+
},
|
|
306915
|
+
"x-bot-id": {
|
|
306916
|
+
"in": "header",
|
|
306917
|
+
"description": "Bot id",
|
|
306918
|
+
"type": "string",
|
|
306919
|
+
"required": true
|
|
306920
|
+
},
|
|
306921
|
+
"x-integration-id": {
|
|
306922
|
+
"in": "header",
|
|
306923
|
+
"description": "Integration id",
|
|
306924
|
+
"type": "string",
|
|
306925
|
+
"required": false
|
|
306926
|
+
},
|
|
306927
|
+
"x-integration-alias": {
|
|
306928
|
+
"in": "header",
|
|
306929
|
+
"description": "Integration alias",
|
|
306930
|
+
"type": "string",
|
|
306931
|
+
"required": false
|
|
306932
|
+
},
|
|
306933
|
+
"x-integration-name": {
|
|
306934
|
+
"in": "header",
|
|
306935
|
+
"description": "Integration name",
|
|
306936
|
+
"type": "string",
|
|
306937
|
+
"required": false
|
|
306938
|
+
},
|
|
306939
|
+
"x-user-id": {
|
|
306940
|
+
"in": "header",
|
|
306941
|
+
"description": "User Id",
|
|
306942
|
+
"type": "string",
|
|
306943
|
+
"required": false
|
|
306944
|
+
},
|
|
306945
|
+
"x-user-role": {
|
|
306946
|
+
"in": "header",
|
|
306947
|
+
"description": "User Role",
|
|
306948
|
+
"type": "string",
|
|
306949
|
+
"required": false
|
|
304680
306950
|
}
|
|
304681
306951
|
},
|
|
304682
306952
|
"response": {
|
|
@@ -304783,6 +307053,42 @@ var state3 = {
|
|
|
304783
307053
|
"type": "string",
|
|
304784
307054
|
"description": "File ID or Key",
|
|
304785
307055
|
"in": "path"
|
|
307056
|
+
},
|
|
307057
|
+
"x-bot-id": {
|
|
307058
|
+
"in": "header",
|
|
307059
|
+
"description": "Bot id",
|
|
307060
|
+
"type": "string",
|
|
307061
|
+
"required": true
|
|
307062
|
+
},
|
|
307063
|
+
"x-integration-id": {
|
|
307064
|
+
"in": "header",
|
|
307065
|
+
"description": "Integration id",
|
|
307066
|
+
"type": "string",
|
|
307067
|
+
"required": false
|
|
307068
|
+
},
|
|
307069
|
+
"x-integration-alias": {
|
|
307070
|
+
"in": "header",
|
|
307071
|
+
"description": "Integration alias",
|
|
307072
|
+
"type": "string",
|
|
307073
|
+
"required": false
|
|
307074
|
+
},
|
|
307075
|
+
"x-integration-name": {
|
|
307076
|
+
"in": "header",
|
|
307077
|
+
"description": "Integration name",
|
|
307078
|
+
"type": "string",
|
|
307079
|
+
"required": false
|
|
307080
|
+
},
|
|
307081
|
+
"x-user-id": {
|
|
307082
|
+
"in": "header",
|
|
307083
|
+
"description": "User Id",
|
|
307084
|
+
"type": "string",
|
|
307085
|
+
"required": false
|
|
307086
|
+
},
|
|
307087
|
+
"x-user-role": {
|
|
307088
|
+
"in": "header",
|
|
307089
|
+
"description": "User Role",
|
|
307090
|
+
"type": "string",
|
|
307091
|
+
"required": false
|
|
304786
307092
|
}
|
|
304787
307093
|
},
|
|
304788
307094
|
"requestBody": {
|
|
@@ -304853,6 +307159,42 @@ var state3 = {
|
|
|
304853
307159
|
"in": "query",
|
|
304854
307160
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
304855
307161
|
"type": "string"
|
|
307162
|
+
},
|
|
307163
|
+
"x-bot-id": {
|
|
307164
|
+
"in": "header",
|
|
307165
|
+
"description": "Bot id",
|
|
307166
|
+
"type": "string",
|
|
307167
|
+
"required": true
|
|
307168
|
+
},
|
|
307169
|
+
"x-integration-id": {
|
|
307170
|
+
"in": "header",
|
|
307171
|
+
"description": "Integration id",
|
|
307172
|
+
"type": "string",
|
|
307173
|
+
"required": false
|
|
307174
|
+
},
|
|
307175
|
+
"x-integration-alias": {
|
|
307176
|
+
"in": "header",
|
|
307177
|
+
"description": "Integration alias",
|
|
307178
|
+
"type": "string",
|
|
307179
|
+
"required": false
|
|
307180
|
+
},
|
|
307181
|
+
"x-integration-name": {
|
|
307182
|
+
"in": "header",
|
|
307183
|
+
"description": "Integration name",
|
|
307184
|
+
"type": "string",
|
|
307185
|
+
"required": false
|
|
307186
|
+
},
|
|
307187
|
+
"x-user-id": {
|
|
307188
|
+
"in": "header",
|
|
307189
|
+
"description": "User Id",
|
|
307190
|
+
"type": "string",
|
|
307191
|
+
"required": false
|
|
307192
|
+
},
|
|
307193
|
+
"x-user-role": {
|
|
307194
|
+
"in": "header",
|
|
307195
|
+
"description": "User Role",
|
|
307196
|
+
"type": "string",
|
|
307197
|
+
"required": false
|
|
304856
307198
|
}
|
|
304857
307199
|
},
|
|
304858
307200
|
"response": {
|
|
@@ -304905,6 +307247,42 @@ var state3 = {
|
|
|
304905
307247
|
"type": "string",
|
|
304906
307248
|
"description": "Tag name",
|
|
304907
307249
|
"in": "path"
|
|
307250
|
+
},
|
|
307251
|
+
"x-bot-id": {
|
|
307252
|
+
"in": "header",
|
|
307253
|
+
"description": "Bot id",
|
|
307254
|
+
"type": "string",
|
|
307255
|
+
"required": true
|
|
307256
|
+
},
|
|
307257
|
+
"x-integration-id": {
|
|
307258
|
+
"in": "header",
|
|
307259
|
+
"description": "Integration id",
|
|
307260
|
+
"type": "string",
|
|
307261
|
+
"required": false
|
|
307262
|
+
},
|
|
307263
|
+
"x-integration-alias": {
|
|
307264
|
+
"in": "header",
|
|
307265
|
+
"description": "Integration alias",
|
|
307266
|
+
"type": "string",
|
|
307267
|
+
"required": false
|
|
307268
|
+
},
|
|
307269
|
+
"x-integration-name": {
|
|
307270
|
+
"in": "header",
|
|
307271
|
+
"description": "Integration name",
|
|
307272
|
+
"type": "string",
|
|
307273
|
+
"required": false
|
|
307274
|
+
},
|
|
307275
|
+
"x-user-id": {
|
|
307276
|
+
"in": "header",
|
|
307277
|
+
"description": "User Id",
|
|
307278
|
+
"type": "string",
|
|
307279
|
+
"required": false
|
|
307280
|
+
},
|
|
307281
|
+
"x-user-role": {
|
|
307282
|
+
"in": "header",
|
|
307283
|
+
"description": "User Role",
|
|
307284
|
+
"type": "string",
|
|
307285
|
+
"required": false
|
|
304908
307286
|
}
|
|
304909
307287
|
},
|
|
304910
307288
|
"response": {
|
|
@@ -305009,7 +307387,44 @@ var state3 = {
|
|
|
305009
307387
|
"additionalProperties": false
|
|
305010
307388
|
}
|
|
305011
307389
|
},
|
|
305012
|
-
"parameters": {
|
|
307390
|
+
"parameters": {
|
|
307391
|
+
"x-bot-id": {
|
|
307392
|
+
"in": "header",
|
|
307393
|
+
"description": "Bot id",
|
|
307394
|
+
"type": "string",
|
|
307395
|
+
"required": true
|
|
307396
|
+
},
|
|
307397
|
+
"x-integration-id": {
|
|
307398
|
+
"in": "header",
|
|
307399
|
+
"description": "Integration id",
|
|
307400
|
+
"type": "string",
|
|
307401
|
+
"required": false
|
|
307402
|
+
},
|
|
307403
|
+
"x-integration-alias": {
|
|
307404
|
+
"in": "header",
|
|
307405
|
+
"description": "Integration alias",
|
|
307406
|
+
"type": "string",
|
|
307407
|
+
"required": false
|
|
307408
|
+
},
|
|
307409
|
+
"x-integration-name": {
|
|
307410
|
+
"in": "header",
|
|
307411
|
+
"description": "Integration name",
|
|
307412
|
+
"type": "string",
|
|
307413
|
+
"required": false
|
|
307414
|
+
},
|
|
307415
|
+
"x-user-id": {
|
|
307416
|
+
"in": "header",
|
|
307417
|
+
"description": "User Id",
|
|
307418
|
+
"type": "string",
|
|
307419
|
+
"required": false
|
|
307420
|
+
},
|
|
307421
|
+
"x-user-role": {
|
|
307422
|
+
"in": "header",
|
|
307423
|
+
"description": "User Role",
|
|
307424
|
+
"type": "string",
|
|
307425
|
+
"required": false
|
|
307426
|
+
}
|
|
307427
|
+
}
|
|
305013
307428
|
},
|
|
305014
307429
|
"deleteKnowledgeBase": {
|
|
305015
307430
|
"name": "deleteKnowledgeBase",
|
|
@@ -305022,6 +307437,42 @@ var state3 = {
|
|
|
305022
307437
|
"type": "string",
|
|
305023
307438
|
"description": "Knowledge base ID",
|
|
305024
307439
|
"in": "path"
|
|
307440
|
+
},
|
|
307441
|
+
"x-bot-id": {
|
|
307442
|
+
"in": "header",
|
|
307443
|
+
"description": "Bot id",
|
|
307444
|
+
"type": "string",
|
|
307445
|
+
"required": true
|
|
307446
|
+
},
|
|
307447
|
+
"x-integration-id": {
|
|
307448
|
+
"in": "header",
|
|
307449
|
+
"description": "Integration id",
|
|
307450
|
+
"type": "string",
|
|
307451
|
+
"required": false
|
|
307452
|
+
},
|
|
307453
|
+
"x-integration-alias": {
|
|
307454
|
+
"in": "header",
|
|
307455
|
+
"description": "Integration alias",
|
|
307456
|
+
"type": "string",
|
|
307457
|
+
"required": false
|
|
307458
|
+
},
|
|
307459
|
+
"x-integration-name": {
|
|
307460
|
+
"in": "header",
|
|
307461
|
+
"description": "Integration name",
|
|
307462
|
+
"type": "string",
|
|
307463
|
+
"required": false
|
|
307464
|
+
},
|
|
307465
|
+
"x-user-id": {
|
|
307466
|
+
"in": "header",
|
|
307467
|
+
"description": "User Id",
|
|
307468
|
+
"type": "string",
|
|
307469
|
+
"required": false
|
|
307470
|
+
},
|
|
307471
|
+
"x-user-role": {
|
|
307472
|
+
"in": "header",
|
|
307473
|
+
"description": "User Role",
|
|
307474
|
+
"type": "string",
|
|
307475
|
+
"required": false
|
|
305025
307476
|
}
|
|
305026
307477
|
},
|
|
305027
307478
|
"response": {
|
|
@@ -305044,6 +307495,42 @@ var state3 = {
|
|
|
305044
307495
|
"type": "string",
|
|
305045
307496
|
"description": "Knowledge base ID",
|
|
305046
307497
|
"in": "path"
|
|
307498
|
+
},
|
|
307499
|
+
"x-bot-id": {
|
|
307500
|
+
"in": "header",
|
|
307501
|
+
"description": "Bot id",
|
|
307502
|
+
"type": "string",
|
|
307503
|
+
"required": true
|
|
307504
|
+
},
|
|
307505
|
+
"x-integration-id": {
|
|
307506
|
+
"in": "header",
|
|
307507
|
+
"description": "Integration id",
|
|
307508
|
+
"type": "string",
|
|
307509
|
+
"required": false
|
|
307510
|
+
},
|
|
307511
|
+
"x-integration-alias": {
|
|
307512
|
+
"in": "header",
|
|
307513
|
+
"description": "Integration alias",
|
|
307514
|
+
"type": "string",
|
|
307515
|
+
"required": false
|
|
307516
|
+
},
|
|
307517
|
+
"x-integration-name": {
|
|
307518
|
+
"in": "header",
|
|
307519
|
+
"description": "Integration name",
|
|
307520
|
+
"type": "string",
|
|
307521
|
+
"required": false
|
|
307522
|
+
},
|
|
307523
|
+
"x-user-id": {
|
|
307524
|
+
"in": "header",
|
|
307525
|
+
"description": "User Id",
|
|
307526
|
+
"type": "string",
|
|
307527
|
+
"required": false
|
|
307528
|
+
},
|
|
307529
|
+
"x-user-role": {
|
|
307530
|
+
"in": "header",
|
|
307531
|
+
"description": "User Role",
|
|
307532
|
+
"type": "string",
|
|
307533
|
+
"required": false
|
|
305047
307534
|
}
|
|
305048
307535
|
},
|
|
305049
307536
|
"requestBody": {
|
|
@@ -305129,6 +307616,42 @@ var state3 = {
|
|
|
305129
307616
|
"description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested `not` key with the string or string-array value(s) to exclude.",
|
|
305130
307617
|
"type": "object",
|
|
305131
307618
|
"schema": {}
|
|
307619
|
+
},
|
|
307620
|
+
"x-bot-id": {
|
|
307621
|
+
"in": "header",
|
|
307622
|
+
"description": "Bot id",
|
|
307623
|
+
"type": "string",
|
|
307624
|
+
"required": true
|
|
307625
|
+
},
|
|
307626
|
+
"x-integration-id": {
|
|
307627
|
+
"in": "header",
|
|
307628
|
+
"description": "Integration id",
|
|
307629
|
+
"type": "string",
|
|
307630
|
+
"required": false
|
|
307631
|
+
},
|
|
307632
|
+
"x-integration-alias": {
|
|
307633
|
+
"in": "header",
|
|
307634
|
+
"description": "Integration alias",
|
|
307635
|
+
"type": "string",
|
|
307636
|
+
"required": false
|
|
307637
|
+
},
|
|
307638
|
+
"x-integration-name": {
|
|
307639
|
+
"in": "header",
|
|
307640
|
+
"description": "Integration name",
|
|
307641
|
+
"type": "string",
|
|
307642
|
+
"required": false
|
|
307643
|
+
},
|
|
307644
|
+
"x-user-id": {
|
|
307645
|
+
"in": "header",
|
|
307646
|
+
"description": "User Id",
|
|
307647
|
+
"type": "string",
|
|
307648
|
+
"required": false
|
|
307649
|
+
},
|
|
307650
|
+
"x-user-role": {
|
|
307651
|
+
"in": "header",
|
|
307652
|
+
"description": "User Role",
|
|
307653
|
+
"type": "string",
|
|
307654
|
+
"required": false
|
|
305132
307655
|
}
|
|
305133
307656
|
},
|
|
305134
307657
|
"response": {
|
|
@@ -305193,9 +307716,47 @@ var state3 = {
|
|
|
305193
307716
|
"title": "Botpress Files API",
|
|
305194
307717
|
"description": "API for Botpress Files",
|
|
305195
307718
|
"server": "https://api.botpress.cloud",
|
|
305196
|
-
"version": "1.
|
|
307719
|
+
"version": "1.52.0",
|
|
305197
307720
|
"prefix": "v1"
|
|
305198
307721
|
},
|
|
307722
|
+
"defaultParameters": {
|
|
307723
|
+
"x-bot-id": {
|
|
307724
|
+
"in": "header",
|
|
307725
|
+
"description": "Bot id",
|
|
307726
|
+
"type": "string",
|
|
307727
|
+
"required": true
|
|
307728
|
+
},
|
|
307729
|
+
"x-integration-id": {
|
|
307730
|
+
"in": "header",
|
|
307731
|
+
"description": "Integration id",
|
|
307732
|
+
"type": "string",
|
|
307733
|
+
"required": false
|
|
307734
|
+
},
|
|
307735
|
+
"x-integration-alias": {
|
|
307736
|
+
"in": "header",
|
|
307737
|
+
"description": "Integration alias",
|
|
307738
|
+
"type": "string",
|
|
307739
|
+
"required": false
|
|
307740
|
+
},
|
|
307741
|
+
"x-integration-name": {
|
|
307742
|
+
"in": "header",
|
|
307743
|
+
"description": "Integration name",
|
|
307744
|
+
"type": "string",
|
|
307745
|
+
"required": false
|
|
307746
|
+
},
|
|
307747
|
+
"x-user-id": {
|
|
307748
|
+
"in": "header",
|
|
307749
|
+
"description": "User Id",
|
|
307750
|
+
"type": "string",
|
|
307751
|
+
"required": false
|
|
307752
|
+
},
|
|
307753
|
+
"x-user-role": {
|
|
307754
|
+
"in": "header",
|
|
307755
|
+
"description": "User Role",
|
|
307756
|
+
"type": "string",
|
|
307757
|
+
"required": false
|
|
307758
|
+
}
|
|
307759
|
+
},
|
|
305199
307760
|
"errors": [
|
|
305200
307761
|
{
|
|
305201
307762
|
"status": 500,
|
|
@@ -305524,7 +308085,10 @@ var state3 = {
|
|
|
305524
308085
|
],
|
|
305525
308086
|
"options": {
|
|
305526
308087
|
"allowUnions": false
|
|
305527
|
-
}
|
|
308088
|
+
},
|
|
308089
|
+
"security": [
|
|
308090
|
+
"BearerAuth"
|
|
308091
|
+
]
|
|
305528
308092
|
};
|
|
305529
308093
|
|
|
305530
308094
|
// src/gen/tables/state.ts
|
|
@@ -305550,6 +308114,42 @@ var state4 = {
|
|
|
305550
308114
|
}
|
|
305551
308115
|
},
|
|
305552
308116
|
"description": "Optional filters to narrow down the list by tags associated with tables."
|
|
308117
|
+
},
|
|
308118
|
+
"x-bot-id": {
|
|
308119
|
+
"in": "header",
|
|
308120
|
+
"description": "Bot id",
|
|
308121
|
+
"type": "string",
|
|
308122
|
+
"required": true
|
|
308123
|
+
},
|
|
308124
|
+
"x-integration-id": {
|
|
308125
|
+
"in": "header",
|
|
308126
|
+
"description": "Integration id",
|
|
308127
|
+
"type": "string",
|
|
308128
|
+
"required": false
|
|
308129
|
+
},
|
|
308130
|
+
"x-integration-alias": {
|
|
308131
|
+
"in": "header",
|
|
308132
|
+
"description": "Integration alias",
|
|
308133
|
+
"type": "string",
|
|
308134
|
+
"required": false
|
|
308135
|
+
},
|
|
308136
|
+
"x-integration-name": {
|
|
308137
|
+
"in": "header",
|
|
308138
|
+
"description": "Integration name",
|
|
308139
|
+
"type": "string",
|
|
308140
|
+
"required": false
|
|
308141
|
+
},
|
|
308142
|
+
"x-user-id": {
|
|
308143
|
+
"in": "header",
|
|
308144
|
+
"description": "User Id",
|
|
308145
|
+
"type": "string",
|
|
308146
|
+
"required": false
|
|
308147
|
+
},
|
|
308148
|
+
"x-user-role": {
|
|
308149
|
+
"in": "header",
|
|
308150
|
+
"description": "User Role",
|
|
308151
|
+
"type": "string",
|
|
308152
|
+
"required": false
|
|
305553
308153
|
}
|
|
305554
308154
|
},
|
|
305555
308155
|
"section": "tables",
|
|
@@ -305585,6 +308185,42 @@ var state4 = {
|
|
|
305585
308185
|
"type": "string",
|
|
305586
308186
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
305587
308187
|
"in": "path"
|
|
308188
|
+
},
|
|
308189
|
+
"x-bot-id": {
|
|
308190
|
+
"in": "header",
|
|
308191
|
+
"description": "Bot id",
|
|
308192
|
+
"type": "string",
|
|
308193
|
+
"required": true
|
|
308194
|
+
},
|
|
308195
|
+
"x-integration-id": {
|
|
308196
|
+
"in": "header",
|
|
308197
|
+
"description": "Integration id",
|
|
308198
|
+
"type": "string",
|
|
308199
|
+
"required": false
|
|
308200
|
+
},
|
|
308201
|
+
"x-integration-alias": {
|
|
308202
|
+
"in": "header",
|
|
308203
|
+
"description": "Integration alias",
|
|
308204
|
+
"type": "string",
|
|
308205
|
+
"required": false
|
|
308206
|
+
},
|
|
308207
|
+
"x-integration-name": {
|
|
308208
|
+
"in": "header",
|
|
308209
|
+
"description": "Integration name",
|
|
308210
|
+
"type": "string",
|
|
308211
|
+
"required": false
|
|
308212
|
+
},
|
|
308213
|
+
"x-user-id": {
|
|
308214
|
+
"in": "header",
|
|
308215
|
+
"description": "User Id",
|
|
308216
|
+
"type": "string",
|
|
308217
|
+
"required": false
|
|
308218
|
+
},
|
|
308219
|
+
"x-user-role": {
|
|
308220
|
+
"in": "header",
|
|
308221
|
+
"description": "User Role",
|
|
308222
|
+
"type": "string",
|
|
308223
|
+
"required": false
|
|
305588
308224
|
}
|
|
305589
308225
|
},
|
|
305590
308226
|
"method": "get",
|
|
@@ -305633,6 +308269,42 @@ var state4 = {
|
|
|
305633
308269
|
"type": "string",
|
|
305634
308270
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
305635
308271
|
"in": "path"
|
|
308272
|
+
},
|
|
308273
|
+
"x-bot-id": {
|
|
308274
|
+
"in": "header",
|
|
308275
|
+
"description": "Bot id",
|
|
308276
|
+
"type": "string",
|
|
308277
|
+
"required": true
|
|
308278
|
+
},
|
|
308279
|
+
"x-integration-id": {
|
|
308280
|
+
"in": "header",
|
|
308281
|
+
"description": "Integration id",
|
|
308282
|
+
"type": "string",
|
|
308283
|
+
"required": false
|
|
308284
|
+
},
|
|
308285
|
+
"x-integration-alias": {
|
|
308286
|
+
"in": "header",
|
|
308287
|
+
"description": "Integration alias",
|
|
308288
|
+
"type": "string",
|
|
308289
|
+
"required": false
|
|
308290
|
+
},
|
|
308291
|
+
"x-integration-name": {
|
|
308292
|
+
"in": "header",
|
|
308293
|
+
"description": "Integration name",
|
|
308294
|
+
"type": "string",
|
|
308295
|
+
"required": false
|
|
308296
|
+
},
|
|
308297
|
+
"x-user-id": {
|
|
308298
|
+
"in": "header",
|
|
308299
|
+
"description": "User Id",
|
|
308300
|
+
"type": "string",
|
|
308301
|
+
"required": false
|
|
308302
|
+
},
|
|
308303
|
+
"x-user-role": {
|
|
308304
|
+
"in": "header",
|
|
308305
|
+
"description": "User Role",
|
|
308306
|
+
"type": "string",
|
|
308307
|
+
"required": false
|
|
305636
308308
|
}
|
|
305637
308309
|
},
|
|
305638
308310
|
"method": "post",
|
|
@@ -305788,7 +308460,44 @@ var state4 = {
|
|
|
305788
308460
|
"tags": [
|
|
305789
308461
|
"documented"
|
|
305790
308462
|
],
|
|
305791
|
-
"parameters": {
|
|
308463
|
+
"parameters": {
|
|
308464
|
+
"x-bot-id": {
|
|
308465
|
+
"in": "header",
|
|
308466
|
+
"description": "Bot id",
|
|
308467
|
+
"type": "string",
|
|
308468
|
+
"required": true
|
|
308469
|
+
},
|
|
308470
|
+
"x-integration-id": {
|
|
308471
|
+
"in": "header",
|
|
308472
|
+
"description": "Integration id",
|
|
308473
|
+
"type": "string",
|
|
308474
|
+
"required": false
|
|
308475
|
+
},
|
|
308476
|
+
"x-integration-alias": {
|
|
308477
|
+
"in": "header",
|
|
308478
|
+
"description": "Integration alias",
|
|
308479
|
+
"type": "string",
|
|
308480
|
+
"required": false
|
|
308481
|
+
},
|
|
308482
|
+
"x-integration-name": {
|
|
308483
|
+
"in": "header",
|
|
308484
|
+
"description": "Integration name",
|
|
308485
|
+
"type": "string",
|
|
308486
|
+
"required": false
|
|
308487
|
+
},
|
|
308488
|
+
"x-user-id": {
|
|
308489
|
+
"in": "header",
|
|
308490
|
+
"description": "User Id",
|
|
308491
|
+
"type": "string",
|
|
308492
|
+
"required": false
|
|
308493
|
+
},
|
|
308494
|
+
"x-user-role": {
|
|
308495
|
+
"in": "header",
|
|
308496
|
+
"description": "User Role",
|
|
308497
|
+
"type": "string",
|
|
308498
|
+
"required": false
|
|
308499
|
+
}
|
|
308500
|
+
}
|
|
305792
308501
|
},
|
|
305793
308502
|
"duplicateTable": {
|
|
305794
308503
|
"name": "duplicateTable",
|
|
@@ -305799,6 +308508,42 @@ var state4 = {
|
|
|
305799
308508
|
"type": "string",
|
|
305800
308509
|
"description": "The table's unique identifier",
|
|
305801
308510
|
"in": "path"
|
|
308511
|
+
},
|
|
308512
|
+
"x-bot-id": {
|
|
308513
|
+
"in": "header",
|
|
308514
|
+
"description": "Bot id",
|
|
308515
|
+
"type": "string",
|
|
308516
|
+
"required": true
|
|
308517
|
+
},
|
|
308518
|
+
"x-integration-id": {
|
|
308519
|
+
"in": "header",
|
|
308520
|
+
"description": "Integration id",
|
|
308521
|
+
"type": "string",
|
|
308522
|
+
"required": false
|
|
308523
|
+
},
|
|
308524
|
+
"x-integration-alias": {
|
|
308525
|
+
"in": "header",
|
|
308526
|
+
"description": "Integration alias",
|
|
308527
|
+
"type": "string",
|
|
308528
|
+
"required": false
|
|
308529
|
+
},
|
|
308530
|
+
"x-integration-name": {
|
|
308531
|
+
"in": "header",
|
|
308532
|
+
"description": "Integration name",
|
|
308533
|
+
"type": "string",
|
|
308534
|
+
"required": false
|
|
308535
|
+
},
|
|
308536
|
+
"x-user-id": {
|
|
308537
|
+
"in": "header",
|
|
308538
|
+
"description": "User Id",
|
|
308539
|
+
"type": "string",
|
|
308540
|
+
"required": false
|
|
308541
|
+
},
|
|
308542
|
+
"x-user-role": {
|
|
308543
|
+
"in": "header",
|
|
308544
|
+
"description": "User Role",
|
|
308545
|
+
"type": "string",
|
|
308546
|
+
"required": false
|
|
305802
308547
|
}
|
|
305803
308548
|
},
|
|
305804
308549
|
"method": "post",
|
|
@@ -305879,6 +308624,42 @@ var state4 = {
|
|
|
305879
308624
|
"default": true,
|
|
305880
308625
|
"type": "boolean"
|
|
305881
308626
|
}
|
|
308627
|
+
},
|
|
308628
|
+
"x-bot-id": {
|
|
308629
|
+
"in": "header",
|
|
308630
|
+
"description": "Bot id",
|
|
308631
|
+
"type": "string",
|
|
308632
|
+
"required": true
|
|
308633
|
+
},
|
|
308634
|
+
"x-integration-id": {
|
|
308635
|
+
"in": "header",
|
|
308636
|
+
"description": "Integration id",
|
|
308637
|
+
"type": "string",
|
|
308638
|
+
"required": false
|
|
308639
|
+
},
|
|
308640
|
+
"x-integration-alias": {
|
|
308641
|
+
"in": "header",
|
|
308642
|
+
"description": "Integration alias",
|
|
308643
|
+
"type": "string",
|
|
308644
|
+
"required": false
|
|
308645
|
+
},
|
|
308646
|
+
"x-integration-name": {
|
|
308647
|
+
"in": "header",
|
|
308648
|
+
"description": "Integration name",
|
|
308649
|
+
"type": "string",
|
|
308650
|
+
"required": false
|
|
308651
|
+
},
|
|
308652
|
+
"x-user-id": {
|
|
308653
|
+
"in": "header",
|
|
308654
|
+
"description": "User Id",
|
|
308655
|
+
"type": "string",
|
|
308656
|
+
"required": false
|
|
308657
|
+
},
|
|
308658
|
+
"x-user-role": {
|
|
308659
|
+
"in": "header",
|
|
308660
|
+
"description": "User Role",
|
|
308661
|
+
"type": "string",
|
|
308662
|
+
"required": false
|
|
305882
308663
|
}
|
|
305883
308664
|
},
|
|
305884
308665
|
"method": "get",
|
|
@@ -305969,6 +308750,42 @@ var state4 = {
|
|
|
305969
308750
|
"type": "string",
|
|
305970
308751
|
"description": "The table's unique identifier",
|
|
305971
308752
|
"in": "path"
|
|
308753
|
+
},
|
|
308754
|
+
"x-bot-id": {
|
|
308755
|
+
"in": "header",
|
|
308756
|
+
"description": "Bot id",
|
|
308757
|
+
"type": "string",
|
|
308758
|
+
"required": true
|
|
308759
|
+
},
|
|
308760
|
+
"x-integration-id": {
|
|
308761
|
+
"in": "header",
|
|
308762
|
+
"description": "Integration id",
|
|
308763
|
+
"type": "string",
|
|
308764
|
+
"required": false
|
|
308765
|
+
},
|
|
308766
|
+
"x-integration-alias": {
|
|
308767
|
+
"in": "header",
|
|
308768
|
+
"description": "Integration alias",
|
|
308769
|
+
"type": "string",
|
|
308770
|
+
"required": false
|
|
308771
|
+
},
|
|
308772
|
+
"x-integration-name": {
|
|
308773
|
+
"in": "header",
|
|
308774
|
+
"description": "Integration name",
|
|
308775
|
+
"type": "string",
|
|
308776
|
+
"required": false
|
|
308777
|
+
},
|
|
308778
|
+
"x-user-id": {
|
|
308779
|
+
"in": "header",
|
|
308780
|
+
"description": "User Id",
|
|
308781
|
+
"type": "string",
|
|
308782
|
+
"required": false
|
|
308783
|
+
},
|
|
308784
|
+
"x-user-role": {
|
|
308785
|
+
"in": "header",
|
|
308786
|
+
"description": "User Role",
|
|
308787
|
+
"type": "string",
|
|
308788
|
+
"required": false
|
|
305972
308789
|
}
|
|
305973
308790
|
},
|
|
305974
308791
|
"method": "get",
|
|
@@ -306062,6 +308879,42 @@ var state4 = {
|
|
|
306062
308879
|
"type": "string",
|
|
306063
308880
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306064
308881
|
"in": "path"
|
|
308882
|
+
},
|
|
308883
|
+
"x-bot-id": {
|
|
308884
|
+
"in": "header",
|
|
308885
|
+
"description": "Bot id",
|
|
308886
|
+
"type": "string",
|
|
308887
|
+
"required": true
|
|
308888
|
+
},
|
|
308889
|
+
"x-integration-id": {
|
|
308890
|
+
"in": "header",
|
|
308891
|
+
"description": "Integration id",
|
|
308892
|
+
"type": "string",
|
|
308893
|
+
"required": false
|
|
308894
|
+
},
|
|
308895
|
+
"x-integration-alias": {
|
|
308896
|
+
"in": "header",
|
|
308897
|
+
"description": "Integration alias",
|
|
308898
|
+
"type": "string",
|
|
308899
|
+
"required": false
|
|
308900
|
+
},
|
|
308901
|
+
"x-integration-name": {
|
|
308902
|
+
"in": "header",
|
|
308903
|
+
"description": "Integration name",
|
|
308904
|
+
"type": "string",
|
|
308905
|
+
"required": false
|
|
308906
|
+
},
|
|
308907
|
+
"x-user-id": {
|
|
308908
|
+
"in": "header",
|
|
308909
|
+
"description": "User Id",
|
|
308910
|
+
"type": "string",
|
|
308911
|
+
"required": false
|
|
308912
|
+
},
|
|
308913
|
+
"x-user-role": {
|
|
308914
|
+
"in": "header",
|
|
308915
|
+
"description": "User Role",
|
|
308916
|
+
"type": "string",
|
|
308917
|
+
"required": false
|
|
306065
308918
|
}
|
|
306066
308919
|
},
|
|
306067
308920
|
"requestBody": {
|
|
@@ -306169,6 +309022,42 @@ var state4 = {
|
|
|
306169
309022
|
"type": "string",
|
|
306170
309023
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306171
309024
|
"in": "path"
|
|
309025
|
+
},
|
|
309026
|
+
"x-bot-id": {
|
|
309027
|
+
"in": "header",
|
|
309028
|
+
"description": "Bot id",
|
|
309029
|
+
"type": "string",
|
|
309030
|
+
"required": true
|
|
309031
|
+
},
|
|
309032
|
+
"x-integration-id": {
|
|
309033
|
+
"in": "header",
|
|
309034
|
+
"description": "Integration id",
|
|
309035
|
+
"type": "string",
|
|
309036
|
+
"required": false
|
|
309037
|
+
},
|
|
309038
|
+
"x-integration-alias": {
|
|
309039
|
+
"in": "header",
|
|
309040
|
+
"description": "Integration alias",
|
|
309041
|
+
"type": "string",
|
|
309042
|
+
"required": false
|
|
309043
|
+
},
|
|
309044
|
+
"x-integration-name": {
|
|
309045
|
+
"in": "header",
|
|
309046
|
+
"description": "Integration name",
|
|
309047
|
+
"type": "string",
|
|
309048
|
+
"required": false
|
|
309049
|
+
},
|
|
309050
|
+
"x-user-id": {
|
|
309051
|
+
"in": "header",
|
|
309052
|
+
"description": "User Id",
|
|
309053
|
+
"type": "string",
|
|
309054
|
+
"required": false
|
|
309055
|
+
},
|
|
309056
|
+
"x-user-role": {
|
|
309057
|
+
"in": "header",
|
|
309058
|
+
"description": "User Role",
|
|
309059
|
+
"type": "string",
|
|
309060
|
+
"required": false
|
|
306172
309061
|
}
|
|
306173
309062
|
},
|
|
306174
309063
|
"requestBody": {
|
|
@@ -306244,6 +309133,42 @@ var state4 = {
|
|
|
306244
309133
|
"type": "string",
|
|
306245
309134
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306246
309135
|
"in": "path"
|
|
309136
|
+
},
|
|
309137
|
+
"x-bot-id": {
|
|
309138
|
+
"in": "header",
|
|
309139
|
+
"description": "Bot id",
|
|
309140
|
+
"type": "string",
|
|
309141
|
+
"required": true
|
|
309142
|
+
},
|
|
309143
|
+
"x-integration-id": {
|
|
309144
|
+
"in": "header",
|
|
309145
|
+
"description": "Integration id",
|
|
309146
|
+
"type": "string",
|
|
309147
|
+
"required": false
|
|
309148
|
+
},
|
|
309149
|
+
"x-integration-alias": {
|
|
309150
|
+
"in": "header",
|
|
309151
|
+
"description": "Integration alias",
|
|
309152
|
+
"type": "string",
|
|
309153
|
+
"required": false
|
|
309154
|
+
},
|
|
309155
|
+
"x-integration-name": {
|
|
309156
|
+
"in": "header",
|
|
309157
|
+
"description": "Integration name",
|
|
309158
|
+
"type": "string",
|
|
309159
|
+
"required": false
|
|
309160
|
+
},
|
|
309161
|
+
"x-user-id": {
|
|
309162
|
+
"in": "header",
|
|
309163
|
+
"description": "User Id",
|
|
309164
|
+
"type": "string",
|
|
309165
|
+
"required": false
|
|
309166
|
+
},
|
|
309167
|
+
"x-user-role": {
|
|
309168
|
+
"in": "header",
|
|
309169
|
+
"description": "User Role",
|
|
309170
|
+
"type": "string",
|
|
309171
|
+
"required": false
|
|
306247
309172
|
}
|
|
306248
309173
|
},
|
|
306249
309174
|
"requestBody": {
|
|
@@ -306300,6 +309225,42 @@ var state4 = {
|
|
|
306300
309225
|
"type": "string",
|
|
306301
309226
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306302
309227
|
"in": "path"
|
|
309228
|
+
},
|
|
309229
|
+
"x-bot-id": {
|
|
309230
|
+
"in": "header",
|
|
309231
|
+
"description": "Bot id",
|
|
309232
|
+
"type": "string",
|
|
309233
|
+
"required": true
|
|
309234
|
+
},
|
|
309235
|
+
"x-integration-id": {
|
|
309236
|
+
"in": "header",
|
|
309237
|
+
"description": "Integration id",
|
|
309238
|
+
"type": "string",
|
|
309239
|
+
"required": false
|
|
309240
|
+
},
|
|
309241
|
+
"x-integration-alias": {
|
|
309242
|
+
"in": "header",
|
|
309243
|
+
"description": "Integration alias",
|
|
309244
|
+
"type": "string",
|
|
309245
|
+
"required": false
|
|
309246
|
+
},
|
|
309247
|
+
"x-integration-name": {
|
|
309248
|
+
"in": "header",
|
|
309249
|
+
"description": "Integration name",
|
|
309250
|
+
"type": "string",
|
|
309251
|
+
"required": false
|
|
309252
|
+
},
|
|
309253
|
+
"x-user-id": {
|
|
309254
|
+
"in": "header",
|
|
309255
|
+
"description": "User Id",
|
|
309256
|
+
"type": "string",
|
|
309257
|
+
"required": false
|
|
309258
|
+
},
|
|
309259
|
+
"x-user-role": {
|
|
309260
|
+
"in": "header",
|
|
309261
|
+
"description": "User Role",
|
|
309262
|
+
"type": "string",
|
|
309263
|
+
"required": false
|
|
306303
309264
|
}
|
|
306304
309265
|
},
|
|
306305
309266
|
"method": "delete",
|
|
@@ -306334,6 +309295,42 @@ var state4 = {
|
|
|
306334
309295
|
"schema": {
|
|
306335
309296
|
"type": "integer"
|
|
306336
309297
|
}
|
|
309298
|
+
},
|
|
309299
|
+
"x-bot-id": {
|
|
309300
|
+
"in": "header",
|
|
309301
|
+
"description": "Bot id",
|
|
309302
|
+
"type": "string",
|
|
309303
|
+
"required": true
|
|
309304
|
+
},
|
|
309305
|
+
"x-integration-id": {
|
|
309306
|
+
"in": "header",
|
|
309307
|
+
"description": "Integration id",
|
|
309308
|
+
"type": "string",
|
|
309309
|
+
"required": false
|
|
309310
|
+
},
|
|
309311
|
+
"x-integration-alias": {
|
|
309312
|
+
"in": "header",
|
|
309313
|
+
"description": "Integration alias",
|
|
309314
|
+
"type": "string",
|
|
309315
|
+
"required": false
|
|
309316
|
+
},
|
|
309317
|
+
"x-integration-name": {
|
|
309318
|
+
"in": "header",
|
|
309319
|
+
"description": "Integration name",
|
|
309320
|
+
"type": "string",
|
|
309321
|
+
"required": false
|
|
309322
|
+
},
|
|
309323
|
+
"x-user-id": {
|
|
309324
|
+
"in": "header",
|
|
309325
|
+
"description": "User Id",
|
|
309326
|
+
"type": "string",
|
|
309327
|
+
"required": false
|
|
309328
|
+
},
|
|
309329
|
+
"x-user-role": {
|
|
309330
|
+
"in": "header",
|
|
309331
|
+
"description": "User Role",
|
|
309332
|
+
"type": "string",
|
|
309333
|
+
"required": false
|
|
306337
309334
|
}
|
|
306338
309335
|
},
|
|
306339
309336
|
"method": "get",
|
|
@@ -306367,6 +309364,42 @@ var state4 = {
|
|
|
306367
309364
|
"type": "string",
|
|
306368
309365
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306369
309366
|
"in": "path"
|
|
309367
|
+
},
|
|
309368
|
+
"x-bot-id": {
|
|
309369
|
+
"in": "header",
|
|
309370
|
+
"description": "Bot id",
|
|
309371
|
+
"type": "string",
|
|
309372
|
+
"required": true
|
|
309373
|
+
},
|
|
309374
|
+
"x-integration-id": {
|
|
309375
|
+
"in": "header",
|
|
309376
|
+
"description": "Integration id",
|
|
309377
|
+
"type": "string",
|
|
309378
|
+
"required": false
|
|
309379
|
+
},
|
|
309380
|
+
"x-integration-alias": {
|
|
309381
|
+
"in": "header",
|
|
309382
|
+
"description": "Integration alias",
|
|
309383
|
+
"type": "string",
|
|
309384
|
+
"required": false
|
|
309385
|
+
},
|
|
309386
|
+
"x-integration-name": {
|
|
309387
|
+
"in": "header",
|
|
309388
|
+
"description": "Integration name",
|
|
309389
|
+
"type": "string",
|
|
309390
|
+
"required": false
|
|
309391
|
+
},
|
|
309392
|
+
"x-user-id": {
|
|
309393
|
+
"in": "header",
|
|
309394
|
+
"description": "User Id",
|
|
309395
|
+
"type": "string",
|
|
309396
|
+
"required": false
|
|
309397
|
+
},
|
|
309398
|
+
"x-user-role": {
|
|
309399
|
+
"in": "header",
|
|
309400
|
+
"description": "User Role",
|
|
309401
|
+
"type": "string",
|
|
309402
|
+
"required": false
|
|
306370
309403
|
}
|
|
306371
309404
|
},
|
|
306372
309405
|
"requestBody": {
|
|
@@ -306482,6 +309515,42 @@ var state4 = {
|
|
|
306482
309515
|
"type": "string",
|
|
306483
309516
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306484
309517
|
"in": "path"
|
|
309518
|
+
},
|
|
309519
|
+
"x-bot-id": {
|
|
309520
|
+
"in": "header",
|
|
309521
|
+
"description": "Bot id",
|
|
309522
|
+
"type": "string",
|
|
309523
|
+
"required": true
|
|
309524
|
+
},
|
|
309525
|
+
"x-integration-id": {
|
|
309526
|
+
"in": "header",
|
|
309527
|
+
"description": "Integration id",
|
|
309528
|
+
"type": "string",
|
|
309529
|
+
"required": false
|
|
309530
|
+
},
|
|
309531
|
+
"x-integration-alias": {
|
|
309532
|
+
"in": "header",
|
|
309533
|
+
"description": "Integration alias",
|
|
309534
|
+
"type": "string",
|
|
309535
|
+
"required": false
|
|
309536
|
+
},
|
|
309537
|
+
"x-integration-name": {
|
|
309538
|
+
"in": "header",
|
|
309539
|
+
"description": "Integration name",
|
|
309540
|
+
"type": "string",
|
|
309541
|
+
"required": false
|
|
309542
|
+
},
|
|
309543
|
+
"x-user-id": {
|
|
309544
|
+
"in": "header",
|
|
309545
|
+
"description": "User Id",
|
|
309546
|
+
"type": "string",
|
|
309547
|
+
"required": false
|
|
309548
|
+
},
|
|
309549
|
+
"x-user-role": {
|
|
309550
|
+
"in": "header",
|
|
309551
|
+
"description": "User Role",
|
|
309552
|
+
"type": "string",
|
|
309553
|
+
"required": false
|
|
306485
309554
|
}
|
|
306486
309555
|
},
|
|
306487
309556
|
"requestBody": {
|
|
@@ -306559,6 +309628,42 @@ var state4 = {
|
|
|
306559
309628
|
"type": "string",
|
|
306560
309629
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306561
309630
|
"in": "path"
|
|
309631
|
+
},
|
|
309632
|
+
"x-bot-id": {
|
|
309633
|
+
"in": "header",
|
|
309634
|
+
"description": "Bot id",
|
|
309635
|
+
"type": "string",
|
|
309636
|
+
"required": true
|
|
309637
|
+
},
|
|
309638
|
+
"x-integration-id": {
|
|
309639
|
+
"in": "header",
|
|
309640
|
+
"description": "Integration id",
|
|
309641
|
+
"type": "string",
|
|
309642
|
+
"required": false
|
|
309643
|
+
},
|
|
309644
|
+
"x-integration-alias": {
|
|
309645
|
+
"in": "header",
|
|
309646
|
+
"description": "Integration alias",
|
|
309647
|
+
"type": "string",
|
|
309648
|
+
"required": false
|
|
309649
|
+
},
|
|
309650
|
+
"x-integration-name": {
|
|
309651
|
+
"in": "header",
|
|
309652
|
+
"description": "Integration name",
|
|
309653
|
+
"type": "string",
|
|
309654
|
+
"required": false
|
|
309655
|
+
},
|
|
309656
|
+
"x-user-id": {
|
|
309657
|
+
"in": "header",
|
|
309658
|
+
"description": "User Id",
|
|
309659
|
+
"type": "string",
|
|
309660
|
+
"required": false
|
|
309661
|
+
},
|
|
309662
|
+
"x-user-role": {
|
|
309663
|
+
"in": "header",
|
|
309664
|
+
"description": "User Role",
|
|
309665
|
+
"type": "string",
|
|
309666
|
+
"required": false
|
|
306562
309667
|
}
|
|
306563
309668
|
},
|
|
306564
309669
|
"requestBody": {
|
|
@@ -306620,6 +309725,42 @@ var state4 = {
|
|
|
306620
309725
|
"type": "string",
|
|
306621
309726
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306622
309727
|
"in": "path"
|
|
309728
|
+
},
|
|
309729
|
+
"x-bot-id": {
|
|
309730
|
+
"in": "header",
|
|
309731
|
+
"description": "Bot id",
|
|
309732
|
+
"type": "string",
|
|
309733
|
+
"required": true
|
|
309734
|
+
},
|
|
309735
|
+
"x-integration-id": {
|
|
309736
|
+
"in": "header",
|
|
309737
|
+
"description": "Integration id",
|
|
309738
|
+
"type": "string",
|
|
309739
|
+
"required": false
|
|
309740
|
+
},
|
|
309741
|
+
"x-integration-alias": {
|
|
309742
|
+
"in": "header",
|
|
309743
|
+
"description": "Integration alias",
|
|
309744
|
+
"type": "string",
|
|
309745
|
+
"required": false
|
|
309746
|
+
},
|
|
309747
|
+
"x-integration-name": {
|
|
309748
|
+
"in": "header",
|
|
309749
|
+
"description": "Integration name",
|
|
309750
|
+
"type": "string",
|
|
309751
|
+
"required": false
|
|
309752
|
+
},
|
|
309753
|
+
"x-user-id": {
|
|
309754
|
+
"in": "header",
|
|
309755
|
+
"description": "User Id",
|
|
309756
|
+
"type": "string",
|
|
309757
|
+
"required": false
|
|
309758
|
+
},
|
|
309759
|
+
"x-user-role": {
|
|
309760
|
+
"in": "header",
|
|
309761
|
+
"description": "User Role",
|
|
309762
|
+
"type": "string",
|
|
309763
|
+
"required": false
|
|
306623
309764
|
}
|
|
306624
309765
|
},
|
|
306625
309766
|
"requestBody": {
|
|
@@ -306706,6 +309847,42 @@ var state4 = {
|
|
|
306706
309847
|
"type": "string",
|
|
306707
309848
|
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
306708
309849
|
"in": "path"
|
|
309850
|
+
},
|
|
309851
|
+
"x-bot-id": {
|
|
309852
|
+
"in": "header",
|
|
309853
|
+
"description": "Bot id",
|
|
309854
|
+
"type": "string",
|
|
309855
|
+
"required": true
|
|
309856
|
+
},
|
|
309857
|
+
"x-integration-id": {
|
|
309858
|
+
"in": "header",
|
|
309859
|
+
"description": "Integration id",
|
|
309860
|
+
"type": "string",
|
|
309861
|
+
"required": false
|
|
309862
|
+
},
|
|
309863
|
+
"x-integration-alias": {
|
|
309864
|
+
"in": "header",
|
|
309865
|
+
"description": "Integration alias",
|
|
309866
|
+
"type": "string",
|
|
309867
|
+
"required": false
|
|
309868
|
+
},
|
|
309869
|
+
"x-integration-name": {
|
|
309870
|
+
"in": "header",
|
|
309871
|
+
"description": "Integration name",
|
|
309872
|
+
"type": "string",
|
|
309873
|
+
"required": false
|
|
309874
|
+
},
|
|
309875
|
+
"x-user-id": {
|
|
309876
|
+
"in": "header",
|
|
309877
|
+
"description": "User Id",
|
|
309878
|
+
"type": "string",
|
|
309879
|
+
"required": false
|
|
309880
|
+
},
|
|
309881
|
+
"x-user-role": {
|
|
309882
|
+
"in": "header",
|
|
309883
|
+
"description": "User Role",
|
|
309884
|
+
"type": "string",
|
|
309885
|
+
"required": false
|
|
306709
309886
|
}
|
|
306710
309887
|
},
|
|
306711
309888
|
"requestBody": {
|
|
@@ -306797,9 +309974,47 @@ var state4 = {
|
|
|
306797
309974
|
"title": "Botpress Tables API",
|
|
306798
309975
|
"description": "API for Botpress Tables",
|
|
306799
309976
|
"server": "https://api.botpress.cloud",
|
|
306800
|
-
"version": "1.
|
|
309977
|
+
"version": "1.52.0",
|
|
306801
309978
|
"prefix": "v1"
|
|
306802
309979
|
},
|
|
309980
|
+
"defaultParameters": {
|
|
309981
|
+
"x-bot-id": {
|
|
309982
|
+
"in": "header",
|
|
309983
|
+
"description": "Bot id",
|
|
309984
|
+
"type": "string",
|
|
309985
|
+
"required": true
|
|
309986
|
+
},
|
|
309987
|
+
"x-integration-id": {
|
|
309988
|
+
"in": "header",
|
|
309989
|
+
"description": "Integration id",
|
|
309990
|
+
"type": "string",
|
|
309991
|
+
"required": false
|
|
309992
|
+
},
|
|
309993
|
+
"x-integration-alias": {
|
|
309994
|
+
"in": "header",
|
|
309995
|
+
"description": "Integration alias",
|
|
309996
|
+
"type": "string",
|
|
309997
|
+
"required": false
|
|
309998
|
+
},
|
|
309999
|
+
"x-integration-name": {
|
|
310000
|
+
"in": "header",
|
|
310001
|
+
"description": "Integration name",
|
|
310002
|
+
"type": "string",
|
|
310003
|
+
"required": false
|
|
310004
|
+
},
|
|
310005
|
+
"x-user-id": {
|
|
310006
|
+
"in": "header",
|
|
310007
|
+
"description": "User Id",
|
|
310008
|
+
"type": "string",
|
|
310009
|
+
"required": false
|
|
310010
|
+
},
|
|
310011
|
+
"x-user-role": {
|
|
310012
|
+
"in": "header",
|
|
310013
|
+
"description": "User Role",
|
|
310014
|
+
"type": "string",
|
|
310015
|
+
"required": false
|
|
310016
|
+
}
|
|
310017
|
+
},
|
|
306803
310018
|
"errors": [
|
|
306804
310019
|
{
|
|
306805
310020
|
"status": 500,
|
|
@@ -307424,7 +310639,10 @@ var state4 = {
|
|
|
307424
310639
|
],
|
|
307425
310640
|
"options": {
|
|
307426
310641
|
"allowUnions": false
|
|
307427
|
-
}
|
|
310642
|
+
},
|
|
310643
|
+
"security": [
|
|
310644
|
+
"BearerAuth"
|
|
310645
|
+
]
|
|
307428
310646
|
};
|
|
307429
310647
|
|
|
307430
310648
|
// src/gen/state.ts
|
|
@@ -327526,7 +330744,7 @@ var state5 = {
|
|
|
327526
330744
|
"title": "Botpress API",
|
|
327527
330745
|
"description": "API for Botpress Cloud",
|
|
327528
330746
|
"server": "https://api.botpress.cloud",
|
|
327529
|
-
"version": "1.
|
|
330747
|
+
"version": "1.52.0",
|
|
327530
330748
|
"prefix": "v1"
|
|
327531
330749
|
},
|
|
327532
330750
|
"errors": [
|