Skip to content

Commit

Permalink
docs(openapi): re-generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 20, 2024
1 parent d3a7ff7 commit 3f04a81
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,15 @@
"security": [
{
"api_key": []
},
{
"X-Profile-Id": []
},
{
"X-Profile-Id": []
},
{
"X-Idempotency-Key": []
}
]
}
Expand Down Expand Up @@ -23245,7 +23254,6 @@
"required": [
"connector_resource_id",
"connector_id",
"profile_id",
"type"
],
"properties": {
Expand All @@ -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"
},
Expand Down

0 comments on commit 3f04a81

Please sign in to comment.