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 18, 2024
1 parent ebfe36f commit e0d42d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -14426,6 +14426,7 @@
"id",
"status",
"amount",
"customer_id",
"connector",
"client_secret",
"created",
Expand All @@ -14447,6 +14448,13 @@
"amount": {
"$ref": "#/components/schemas/ConfirmIntentAmountDetailsResponse"
},
"customer_id": {
"type": "string",
"description": "The identifier for the customer",
"example": "12345_cus_01926c58bc6e77c09e809964e72af8c8",
"maxLength": 64,
"minLength": 32
},
"connector": {
"type": "string",
"description": "The connector used for the payment",
Expand Down Expand Up @@ -16171,6 +16179,7 @@
"id",
"status",
"amount",
"customer_id",
"client_secret",
"created"
],
Expand All @@ -16188,6 +16197,13 @@
"amount": {
"$ref": "#/components/schemas/ConfirmIntentAmountDetailsResponse"
},
"customer_id": {
"type": "string",
"description": "The identifier for the customer",
"example": "12345_cus_01926c58bc6e77c09e809964e72af8c8",
"maxLength": 64,
"minLength": 32
},
"connector": {
"type": "string",
"description": "The connector used for the payment",
Expand Down

0 comments on commit e0d42d6

Please sign in to comment.