From 3f04a81105d42d379383dcf07bc69945926e72ef Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:01:41 +0000 Subject: [PATCH] docs(openapi): re-generate OpenAPI specification --- api-reference/openapi_spec.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/api-reference/openapi_spec.json b/api-reference/openapi_spec.json index fad49e56aa45..bac39f1cadd7 100644 --- a/api-reference/openapi_spec.json +++ b/api-reference/openapi_spec.json @@ -1000,6 +1000,15 @@ "security": [ { "api_key": [] + }, + { + "X-Profile-Id": [] + }, + { + "X-Profile-Id": [] + }, + { + "X-Idempotency-Key": [] } ] } @@ -23245,7 +23254,6 @@ "required": [ "connector_resource_id", "connector_id", - "profile_id", "type" ], "properties": { @@ -23259,11 +23267,6 @@ "description": "Identifier of the connector ( merchant connector account ) to which relay request is being made", "example": "mca_5apGeP94tMts6rg3U3kR" }, - "profile_id": { - "type": "string", - "description": "The business profile that is associated with this relay request", - "example": "pro_abcdefghijklmnopqrstuvwxyz" - }, "type": { "$ref": "#/components/schemas/RelayType" },