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 Nov 29, 2023
1 parent 39265ea commit 17d59d7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions openapi/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -9468,6 +9468,11 @@
}
],
"nullable": true
},
"request_incremental_authorization": {
"type": "boolean",
"description": "Request for an incremental authorization",
"nullable": true
}
}
},
Expand Down Expand Up @@ -9832,6 +9837,11 @@
}
],
"nullable": true
},
"request_incremental_authorization": {
"type": "boolean",
"description": "Request for an incremental authorization",
"nullable": true
}
}
},
Expand Down Expand Up @@ -10265,6 +10275,11 @@
"type": "string",
"description": "Identifier of the connector ( merchant connector account ) which was chosen to make the payment",
"nullable": true
},
"incremental_authorization_allowed": {
"type": "boolean",
"description": "If true incremental authorization can be performed on this payment",
"nullable": true
}
}
},
Expand Down

0 comments on commit 17d59d7

Please sign in to comment.