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 Feb 18, 2025
1 parent d172b59 commit d79dda8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5125,6 +5125,27 @@
"type": "object"
}
}
},
{
"type": "object",
"required": [
"eft"
],
"properties": {
"eft": {
"type": "object",
"required": [
"provider"
],
"properties": {
"provider": {
"type": "string",
"description": "The preferred eft provider",
"example": "ozow"
}
}
}
}
}
]
},
Expand Down Expand Up @@ -14670,6 +14691,7 @@
"debit",
"duit_now",
"efecty",
"eft",
"eps",
"fps",
"evoucher",
Expand Down
22 changes: 22 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7733,6 +7733,27 @@
"type": "object"
}
}
},
{
"type": "object",
"required": [
"eft"
],
"properties": {
"eft": {
"type": "object",
"required": [
"provider"
],
"properties": {
"provider": {
"type": "string",
"description": "The preferred eft provider",
"example": "ozow"
}
}
}
}
}
]
},
Expand Down Expand Up @@ -17618,6 +17639,7 @@
"debit",
"duit_now",
"efecty",
"eft",
"eps",
"fps",
"evoucher",
Expand Down

0 comments on commit d79dda8

Please sign in to comment.