From c767aca1da1ed4a4c477e88e4ee15e728fb6e0ba Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:32:43 +0000 Subject: [PATCH] docs(openapi): re-generate OpenAPI specification --- api-reference/openapi_spec.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api-reference/openapi_spec.json b/api-reference/openapi_spec.json index 3c80fd8c4634..5167df152a07 100644 --- a/api-reference/openapi_spec.json +++ b/api-reference/openapi_spec.json @@ -23239,6 +23239,16 @@ "description": "The code for the error", "nullable": true }, + "unified_code": { + "type": "string", + "description": "Error code unified across the connectors is received here if there was an error while calling connector", + "nullable": true + }, + "unified_message": { + "type": "string", + "description": "Error message unified across the connectors is received here if there was an error while calling connector", + "nullable": true + }, "created_at": { "type": "string", "format": "date-time",