@botpress/api 1.17.0 → 1.18.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/dist/index.js +63 -5
- package/dist/src/gen/admin/state.d.ts +28 -0
- package/dist/src/gen/state.d.ts +28 -0
- package/package.json +1 -1
- package/src/gen/admin/metadata.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +30 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +30 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -284126,7 +284126,7 @@ var state = {
|
|
|
284126
284126
|
"title": "Botpress API",
|
|
284127
284127
|
"description": "API for Botpress Cloud",
|
|
284128
284128
|
"server": "https://api.botpress.cloud",
|
|
284129
|
-
"version": "1.
|
|
284129
|
+
"version": "1.18.0",
|
|
284130
284130
|
"prefix": "v1"
|
|
284131
284131
|
},
|
|
284132
284132
|
"errors": [
|
|
@@ -293762,6 +293762,33 @@ var state2 = {
|
|
|
293762
293762
|
}
|
|
293763
293763
|
}
|
|
293764
293764
|
},
|
|
293765
|
+
"unlinkSandboxedConversations": {
|
|
293766
|
+
"name": "unlinkSandboxedConversations",
|
|
293767
|
+
"description": "**EXPERIMENTAL** Unlink all sandboxed conversations for an integration installed in a bot",
|
|
293768
|
+
"method": "delete",
|
|
293769
|
+
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/sandboxed-conversations",
|
|
293770
|
+
"section": "bot",
|
|
293771
|
+
"parameters": {
|
|
293772
|
+
"botId": {
|
|
293773
|
+
"type": "string",
|
|
293774
|
+
"description": "Bot ID",
|
|
293775
|
+
"in": "path"
|
|
293776
|
+
},
|
|
293777
|
+
"integrationId": {
|
|
293778
|
+
"type": "string",
|
|
293779
|
+
"description": "Integration Version ID",
|
|
293780
|
+
"in": "path"
|
|
293781
|
+
}
|
|
293782
|
+
},
|
|
293783
|
+
"response": {
|
|
293784
|
+
"description": "Success",
|
|
293785
|
+
"schema": {
|
|
293786
|
+
"type": "object",
|
|
293787
|
+
"title": "unlinkSandboxedConversationsResponse",
|
|
293788
|
+
"additionalProperties": false
|
|
293789
|
+
}
|
|
293790
|
+
}
|
|
293791
|
+
},
|
|
293765
293792
|
"listBotApiKeys": {
|
|
293766
293793
|
"name": "listBotApiKeys",
|
|
293767
293794
|
"description": "List BAKs (Bot Api Keys) of a bot",
|
|
@@ -300949,7 +300976,7 @@ var state2 = {
|
|
|
300949
300976
|
"title": "Botpress API",
|
|
300950
300977
|
"description": "API for Botpress Cloud",
|
|
300951
300978
|
"server": "https://api.botpress.cloud",
|
|
300952
|
-
"version": "1.
|
|
300979
|
+
"version": "1.18.0",
|
|
300953
300980
|
"prefix": "v1"
|
|
300954
300981
|
},
|
|
300955
300982
|
"errors": [
|
|
@@ -301146,6 +301173,7 @@ var state2 = {
|
|
|
301146
301173
|
"createIntegrationShareableIdResponse": true,
|
|
301147
301174
|
"deleteIntegrationShareableIdResponse": true,
|
|
301148
301175
|
"getIntegrationShareableIdResponse": true,
|
|
301176
|
+
"unlinkSandboxedConversationsResponse": true,
|
|
301149
301177
|
"listBotApiKeysResponse": true,
|
|
301150
301178
|
"createBotApiKeyResponse": true,
|
|
301151
301179
|
"deleteBotApiKeyResponse": true,
|
|
@@ -304763,6 +304791,7 @@ var state2 = {
|
|
|
304763
304791
|
"createIntegrationShareableId",
|
|
304764
304792
|
"deleteIntegrationShareableId",
|
|
304765
304793
|
"getIntegrationShareableId",
|
|
304794
|
+
"unlinkSandboxedConversations",
|
|
304766
304795
|
"listBotApiKeys",
|
|
304767
304796
|
"createBotApiKey",
|
|
304768
304797
|
"deleteBotApiKey"
|
|
@@ -306579,7 +306608,7 @@ var state3 = {
|
|
|
306579
306608
|
"title": "Botpress API",
|
|
306580
306609
|
"description": "API for Botpress Cloud",
|
|
306581
306610
|
"server": "https://api.botpress.cloud",
|
|
306582
|
-
"version": "1.
|
|
306611
|
+
"version": "1.18.0",
|
|
306583
306612
|
"prefix": "v1"
|
|
306584
306613
|
},
|
|
306585
306614
|
"errors": [
|
|
@@ -311583,7 +311612,7 @@ var state4 = {
|
|
|
311583
311612
|
"title": "Botpress API",
|
|
311584
311613
|
"description": "API for Botpress Cloud",
|
|
311585
311614
|
"server": "https://api.botpress.cloud",
|
|
311586
|
-
"version": "1.
|
|
311615
|
+
"version": "1.18.0",
|
|
311587
311616
|
"prefix": "v1"
|
|
311588
311617
|
},
|
|
311589
311618
|
"errors": [
|
|
@@ -323737,6 +323766,33 @@ var state5 = {
|
|
|
323737
323766
|
}
|
|
323738
323767
|
}
|
|
323739
323768
|
},
|
|
323769
|
+
"unlinkSandboxedConversations": {
|
|
323770
|
+
"name": "unlinkSandboxedConversations",
|
|
323771
|
+
"description": "**EXPERIMENTAL** Unlink all sandboxed conversations for an integration installed in a bot",
|
|
323772
|
+
"method": "delete",
|
|
323773
|
+
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/sandboxed-conversations",
|
|
323774
|
+
"section": "bot",
|
|
323775
|
+
"parameters": {
|
|
323776
|
+
"botId": {
|
|
323777
|
+
"type": "string",
|
|
323778
|
+
"description": "Bot ID",
|
|
323779
|
+
"in": "path"
|
|
323780
|
+
},
|
|
323781
|
+
"integrationId": {
|
|
323782
|
+
"type": "string",
|
|
323783
|
+
"description": "Integration Version ID",
|
|
323784
|
+
"in": "path"
|
|
323785
|
+
}
|
|
323786
|
+
},
|
|
323787
|
+
"response": {
|
|
323788
|
+
"description": "Success",
|
|
323789
|
+
"schema": {
|
|
323790
|
+
"type": "object",
|
|
323791
|
+
"title": "unlinkSandboxedConversationsResponse",
|
|
323792
|
+
"additionalProperties": false
|
|
323793
|
+
}
|
|
323794
|
+
}
|
|
323795
|
+
},
|
|
323740
323796
|
"listBotApiKeys": {
|
|
323741
323797
|
"name": "listBotApiKeys",
|
|
323742
323798
|
"description": "List BAKs (Bot Api Keys) of a bot",
|
|
@@ -333770,7 +333826,7 @@ var state5 = {
|
|
|
333770
333826
|
"title": "Botpress API",
|
|
333771
333827
|
"description": "API for Botpress Cloud",
|
|
333772
333828
|
"server": "https://api.botpress.cloud",
|
|
333773
|
-
"version": "1.
|
|
333829
|
+
"version": "1.18.0",
|
|
333774
333830
|
"prefix": "v1"
|
|
333775
333831
|
},
|
|
333776
333832
|
"errors": [
|
|
@@ -334052,6 +334108,7 @@ var state5 = {
|
|
|
334052
334108
|
"createIntegrationShareableIdResponse": true,
|
|
334053
334109
|
"deleteIntegrationShareableIdResponse": true,
|
|
334054
334110
|
"getIntegrationShareableIdResponse": true,
|
|
334111
|
+
"unlinkSandboxedConversationsResponse": true,
|
|
334055
334112
|
"listBotApiKeysResponse": true,
|
|
334056
334113
|
"createBotApiKeyResponse": true,
|
|
334057
334114
|
"deleteBotApiKeyResponse": true,
|
|
@@ -337755,6 +337812,7 @@ var state5 = {
|
|
|
337755
337812
|
"createIntegrationShareableId",
|
|
337756
337813
|
"deleteIntegrationShareableId",
|
|
337757
337814
|
"getIntegrationShareableId",
|
|
337815
|
+
"unlinkSandboxedConversations",
|
|
337758
337816
|
"listBotApiKeys",
|
|
337759
337817
|
"createBotApiKey",
|
|
337760
337818
|
"deleteBotApiKey"
|
|
@@ -5062,6 +5062,33 @@ export declare const state: {
|
|
|
5062
5062
|
};
|
|
5063
5063
|
};
|
|
5064
5064
|
};
|
|
5065
|
+
unlinkSandboxedConversations: {
|
|
5066
|
+
name: string;
|
|
5067
|
+
description: string;
|
|
5068
|
+
method: "delete";
|
|
5069
|
+
path: string;
|
|
5070
|
+
section: "bot";
|
|
5071
|
+
parameters: {
|
|
5072
|
+
botId: {
|
|
5073
|
+
type: "string";
|
|
5074
|
+
description: string;
|
|
5075
|
+
in: "path";
|
|
5076
|
+
};
|
|
5077
|
+
integrationId: {
|
|
5078
|
+
type: "string";
|
|
5079
|
+
description: string;
|
|
5080
|
+
in: "path";
|
|
5081
|
+
};
|
|
5082
|
+
};
|
|
5083
|
+
response: {
|
|
5084
|
+
description: string;
|
|
5085
|
+
schema: {
|
|
5086
|
+
type: "object";
|
|
5087
|
+
title: string;
|
|
5088
|
+
additionalProperties: false;
|
|
5089
|
+
};
|
|
5090
|
+
};
|
|
5091
|
+
};
|
|
5065
5092
|
listBotApiKeys: {
|
|
5066
5093
|
name: string;
|
|
5067
5094
|
description: string;
|
|
@@ -11537,6 +11564,7 @@ export declare const state: {
|
|
|
11537
11564
|
createIntegrationShareableIdResponse: true;
|
|
11538
11565
|
deleteIntegrationShareableIdResponse: true;
|
|
11539
11566
|
getIntegrationShareableIdResponse: true;
|
|
11567
|
+
unlinkSandboxedConversationsResponse: true;
|
|
11540
11568
|
listBotApiKeysResponse: true;
|
|
11541
11569
|
createBotApiKeyResponse: true;
|
|
11542
11570
|
deleteBotApiKeyResponse: true;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -7411,6 +7411,33 @@ export declare const state: {
|
|
|
7411
7411
|
};
|
|
7412
7412
|
};
|
|
7413
7413
|
};
|
|
7414
|
+
unlinkSandboxedConversations: {
|
|
7415
|
+
name: string;
|
|
7416
|
+
description: string;
|
|
7417
|
+
method: "delete";
|
|
7418
|
+
path: string;
|
|
7419
|
+
section: "bot";
|
|
7420
|
+
parameters: {
|
|
7421
|
+
botId: {
|
|
7422
|
+
type: "string";
|
|
7423
|
+
description: string;
|
|
7424
|
+
in: "path";
|
|
7425
|
+
};
|
|
7426
|
+
integrationId: {
|
|
7427
|
+
type: "string";
|
|
7428
|
+
description: string;
|
|
7429
|
+
in: "path";
|
|
7430
|
+
};
|
|
7431
|
+
};
|
|
7432
|
+
response: {
|
|
7433
|
+
description: string;
|
|
7434
|
+
schema: {
|
|
7435
|
+
type: "object";
|
|
7436
|
+
title: string;
|
|
7437
|
+
additionalProperties: false;
|
|
7438
|
+
};
|
|
7439
|
+
};
|
|
7440
|
+
};
|
|
7414
7441
|
listBotApiKeys: {
|
|
7415
7442
|
name: string;
|
|
7416
7443
|
description: string;
|
|
@@ -16435,6 +16462,7 @@ export declare const state: {
|
|
|
16435
16462
|
createIntegrationShareableIdResponse: true;
|
|
16436
16463
|
deleteIntegrationShareableIdResponse: true;
|
|
16437
16464
|
getIntegrationShareableIdResponse: true;
|
|
16465
|
+
unlinkSandboxedConversationsResponse: true;
|
|
16438
16466
|
listBotApiKeysResponse: true;
|
|
16439
16467
|
createBotApiKeyResponse: true;
|
|
16440
16468
|
deleteBotApiKeyResponse: true;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"sections":[{"description":"","title":"User","name":"user","operations":[],"schema":"User"},{"description":"","title":"Conversation","name":"conversation","operations":[],"schema":"Conversation"},{"description":"","title":"Event","name":"event","operations":[],"schema":"Event"},{"description":"","title":"Message","name":"message","operations":[],"schema":"Message"},{"description":"","title":"State","name":"state","operations":[],"schema":"State"},{"title":"Hub","description":"","name":"hub","operations":["listPublicIntegrations","getPublicIntegrationById","getPublicIntegration","listPublicPlugins","getPublicPluginById","getPublicPlugin","getPublicPluginCode","listPublicInterfaces","getPublicInterfaceById","getPublicInterface"]},{"description":"","title":"Action","name":"action","operations":[]},{"description":"","title":"Task","name":"task","operations":[],"schema":"Task"},{"description":"","title":"Workflow","name":"workflow","operations":[],"schema":"Workflow"},{"description":"","title":"Tag","name":"tag","operations":[]},{"title":"Bot","description":"","name":"bot","operations":["createBot","updateBot","transferBot","listBots","getBot","deleteBot","getBotLogs","getBotWebchat","getBotAnalytics","getBotIssue","listBotIssues","deleteBotIssue","listBotIssueEvents","listBotVersions","getBotVersion","createBotVersion","deployBotVersion","createIntegrationShareableId","deleteIntegrationShareableId","getIntegrationShareableId","listBotApiKeys","createBotApiKey","deleteBotApiKey"],"schema":"Bot"},{"title":"Integration","description":"","name":"integration","operations":["listIntegrationApiKeys","createIntegrationApiKey","deleteIntegrationApiKey","createIntegration","validateIntegrationCreation","updateIntegration","validateIntegrationUpdate","listIntegrations","getIntegration","getIntegrationLogs","getIntegrationByName","deleteIntegration","requestIntegrationVerification"],"schema":"Integration"},{"title":"Interface","description":"","name":"interface","operations":["createInterface","getInterface","getInterfaceByName","updateInterface","deleteInterface","listInterfaces"],"schema":"Interface"},{"title":"Plugin","description":"","name":"plugin","operations":["createPlugin","getPlugin","getPluginByName","updatePlugin","deletePlugin","listPlugins","getPluginCode"],"schema":"Plugin"},{"title":"Workspace","description":"","name":"workspace","operations":["listWorkspaceInvoices","getUpcomingInvoice","chargeWorkspaceUnpaidInvoices","createWorkspace","getPublicWorkspace","getWorkspace","listWorkspaceUsages","breakDownWorkspaceUsageByBot","getAllWorkspaceQuotaCompletion","getWorkspaceQuota","listWorkspaceQuotas","updateWorkspace","checkHandleAvailability","listWorkspaces","listPublicWorkspaces","deleteWorkspace","getAuditRecords"],"schema":"Workspace"},{"title":"Workspace Member","description":"","name":"workspaceMember","operations":["listWorkspaceMembers","getWorkspaceMember","deleteWorkspaceMember","createWorkspaceMember","updateWorkspaceMember"],"schema":"WorkspaceMember"},{"title":"Account","description":"","name":"account","operations":["getAccount","updateAccount","listPersonalAccessTokens","createPersonalAccessToken","deletePersonalAccessToken","setAccountPreference","getAccountPreference"],"schema":"Account"},{"title":"Usage","description":"","name":"usage","operations":["getUsage","getMultipleUsages","listUsageActivityDaily"],"schema":"Usage"},{"title":"Quotas","description":"","name":"quotas","operations":["changeAISpendQuota"]},{"title":"Helper","description":"","name":"helper","operations":["runVrl"]},{"title":"Activity","description":"","name":"activity","operations":["listActivities"],"schema":"Activity"},{"title":"Tables","description":"Manage and interact with table structures, including creation, updates, and querying of tables and their rows.","name":"tables","operations":[],"schema":"Table"},{"title":"Files","description":"The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.","name":"files","operations":[],"schema":"File"}],"errors":[{"status":500,"type":"Unknown","description":"An unknown error occurred"},{"status":500,"type":"Internal","description":"An internal error occurred"},{"status":401,"type":"Unauthorized","description":"The request requires to be authenticated."},{"status":403,"type":"Forbidden","description":"The requested action can't be peform by this resource."},{"status":413,"type":"PayloadTooLarge","description":"The request payload is too large."},{"status":400,"type":"InvalidPayload","description":"The request payload is invalid."},{"status":415,"type":"UnsupportedMediaType","description":"The request is invalid because the content-type is not supported."},{"status":405,"type":"MethodNotFound","description":"The requested method does not exist."},{"status":404,"type":"ResourceNotFound","description":"The requested resource does not exist."},{"status":400,"type":"InvalidJsonSchema","description":"The provided JSON schema is invalid."},{"status":400,"type":"InvalidDataFormat","description":"The provided data doesn't respect the provided JSON schema."},{"status":400,"type":"InvalidIdentifier","description":"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters."},{"status":409,"type":"RelationConflict","description":"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together."},{"status":409,"type":"ReferenceConstraint","description":"The resource cannot be deleted because it's referenced by another resource"},{"status":409,"type":"ResourceLockedConflict","description":"The resource is current locked and cannot be operated on until the lock is released."},{"status":400,"type":"ReferenceNotFound","description":"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request."},{"status":400,"type":"InvalidQuery","description":"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource."},{"status":400,"type":"Runtime","description":"An error happened during the execution of a runtime (bot or integration)."},{"status":409,"type":"AlreadyExists","description":"The record attempted to be created already exists."},{"status":429,"type":"RateLimited","description":"The request has been rate limited."},{"status":402,"type":"PaymentRequired","description":"A payment is required to perform this request."},{"status":403,"type":"QuotaExceeded","description":"The request exceeds the allowed quota. Quotas are a soft limit that can be increased."},{"status":413,"type":"LimitExceeded","description":"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."},{"status":400,"type":"BreakingChanges","description":"Request payload contains breaking changes which is not allowed for this resource without a version increment."}]}
|
|
1
|
+
{"sections":[{"description":"","title":"User","name":"user","operations":[],"schema":"User"},{"description":"","title":"Conversation","name":"conversation","operations":[],"schema":"Conversation"},{"description":"","title":"Event","name":"event","operations":[],"schema":"Event"},{"description":"","title":"Message","name":"message","operations":[],"schema":"Message"},{"description":"","title":"State","name":"state","operations":[],"schema":"State"},{"title":"Hub","description":"","name":"hub","operations":["listPublicIntegrations","getPublicIntegrationById","getPublicIntegration","listPublicPlugins","getPublicPluginById","getPublicPlugin","getPublicPluginCode","listPublicInterfaces","getPublicInterfaceById","getPublicInterface"]},{"description":"","title":"Action","name":"action","operations":[]},{"description":"","title":"Task","name":"task","operations":[],"schema":"Task"},{"description":"","title":"Workflow","name":"workflow","operations":[],"schema":"Workflow"},{"description":"","title":"Tag","name":"tag","operations":[]},{"title":"Bot","description":"","name":"bot","operations":["createBot","updateBot","transferBot","listBots","getBot","deleteBot","getBotLogs","getBotWebchat","getBotAnalytics","getBotIssue","listBotIssues","deleteBotIssue","listBotIssueEvents","listBotVersions","getBotVersion","createBotVersion","deployBotVersion","createIntegrationShareableId","deleteIntegrationShareableId","getIntegrationShareableId","unlinkSandboxedConversations","listBotApiKeys","createBotApiKey","deleteBotApiKey"],"schema":"Bot"},{"title":"Integration","description":"","name":"integration","operations":["listIntegrationApiKeys","createIntegrationApiKey","deleteIntegrationApiKey","createIntegration","validateIntegrationCreation","updateIntegration","validateIntegrationUpdate","listIntegrations","getIntegration","getIntegrationLogs","getIntegrationByName","deleteIntegration","requestIntegrationVerification"],"schema":"Integration"},{"title":"Interface","description":"","name":"interface","operations":["createInterface","getInterface","getInterfaceByName","updateInterface","deleteInterface","listInterfaces"],"schema":"Interface"},{"title":"Plugin","description":"","name":"plugin","operations":["createPlugin","getPlugin","getPluginByName","updatePlugin","deletePlugin","listPlugins","getPluginCode"],"schema":"Plugin"},{"title":"Workspace","description":"","name":"workspace","operations":["listWorkspaceInvoices","getUpcomingInvoice","chargeWorkspaceUnpaidInvoices","createWorkspace","getPublicWorkspace","getWorkspace","listWorkspaceUsages","breakDownWorkspaceUsageByBot","getAllWorkspaceQuotaCompletion","getWorkspaceQuota","listWorkspaceQuotas","updateWorkspace","checkHandleAvailability","listWorkspaces","listPublicWorkspaces","deleteWorkspace","getAuditRecords"],"schema":"Workspace"},{"title":"Workspace Member","description":"","name":"workspaceMember","operations":["listWorkspaceMembers","getWorkspaceMember","deleteWorkspaceMember","createWorkspaceMember","updateWorkspaceMember"],"schema":"WorkspaceMember"},{"title":"Account","description":"","name":"account","operations":["getAccount","updateAccount","listPersonalAccessTokens","createPersonalAccessToken","deletePersonalAccessToken","setAccountPreference","getAccountPreference"],"schema":"Account"},{"title":"Usage","description":"","name":"usage","operations":["getUsage","getMultipleUsages","listUsageActivityDaily"],"schema":"Usage"},{"title":"Quotas","description":"","name":"quotas","operations":["changeAISpendQuota"]},{"title":"Helper","description":"","name":"helper","operations":["runVrl"]},{"title":"Activity","description":"","name":"activity","operations":["listActivities"],"schema":"Activity"},{"title":"Tables","description":"Manage and interact with table structures, including creation, updates, and querying of tables and their rows.","name":"tables","operations":[],"schema":"Table"},{"title":"Files","description":"The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.","name":"files","operations":[],"schema":"File"}],"errors":[{"status":500,"type":"Unknown","description":"An unknown error occurred"},{"status":500,"type":"Internal","description":"An internal error occurred"},{"status":401,"type":"Unauthorized","description":"The request requires to be authenticated."},{"status":403,"type":"Forbidden","description":"The requested action can't be peform by this resource."},{"status":413,"type":"PayloadTooLarge","description":"The request payload is too large."},{"status":400,"type":"InvalidPayload","description":"The request payload is invalid."},{"status":415,"type":"UnsupportedMediaType","description":"The request is invalid because the content-type is not supported."},{"status":405,"type":"MethodNotFound","description":"The requested method does not exist."},{"status":404,"type":"ResourceNotFound","description":"The requested resource does not exist."},{"status":400,"type":"InvalidJsonSchema","description":"The provided JSON schema is invalid."},{"status":400,"type":"InvalidDataFormat","description":"The provided data doesn't respect the provided JSON schema."},{"status":400,"type":"InvalidIdentifier","description":"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters."},{"status":409,"type":"RelationConflict","description":"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together."},{"status":409,"type":"ReferenceConstraint","description":"The resource cannot be deleted because it's referenced by another resource"},{"status":409,"type":"ResourceLockedConflict","description":"The resource is current locked and cannot be operated on until the lock is released."},{"status":400,"type":"ReferenceNotFound","description":"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request."},{"status":400,"type":"InvalidQuery","description":"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource."},{"status":400,"type":"Runtime","description":"An error happened during the execution of a runtime (bot or integration)."},{"status":409,"type":"AlreadyExists","description":"The record attempted to be created already exists."},{"status":429,"type":"RateLimited","description":"The request has been rate limited."},{"status":402,"type":"PaymentRequired","description":"A payment is required to perform this request."},{"status":403,"type":"QuotaExceeded","description":"The request exceeds the allowed quota. Quotas are a soft limit that can be increased."},{"status":413,"type":"LimitExceeded","description":"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."},{"status":400,"type":"BreakingChanges","description":"Request payload contains breaking changes which is not allowed for this resource without a version increment."}]}
|