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 5, 2024
1 parent d95f9a1 commit 785810b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -16279,6 +16279,11 @@
"example": "+1",
"nullable": true,
"maxLength": 255
},
"payout_method_id": {
"type": "string",
"description": "Identifier for payout method",
"nullable": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -16518,6 +16523,11 @@
"example": "Invalid card details",
"nullable": true,
"maxLength": 1024
},
"payout_method_id": {
"type": "string",
"description": "Identifier for payout method",
"nullable": true
}
},
"additionalProperties": false
Expand Down
20 changes: 20 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -20027,6 +20027,11 @@
"example": "+1",
"nullable": true,
"maxLength": 255
},
"payout_method_id": {
"type": "string",
"description": "Identifier for payout method",
"nullable": true
}
}
},
Expand Down Expand Up @@ -20325,6 +20330,11 @@
"example": "Invalid card details",
"nullable": true,
"maxLength": 1024
},
"payout_method_id": {
"type": "string",
"description": "Identifier for payout method",
"nullable": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -20971,6 +20981,11 @@
"example": "+1",
"nullable": true,
"maxLength": 255
},
"payout_method_id": {
"type": "string",
"description": "Identifier for payout method",
"nullable": true
}
}
},
Expand Down Expand Up @@ -21183,6 +21198,11 @@
"example": "+1",
"nullable": true,
"maxLength": 255
},
"payout_method_id": {
"type": "string",
"description": "Identifier for payout method",
"nullable": true
}
}
},
Expand Down

0 comments on commit 785810b

Please sign in to comment.