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 Jan 6, 2025
1 parent b2cc283 commit 0f0e675
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6879,6 +6879,11 @@
"type": "object",
"description": "This field contains the Paze certificates and credentials",
"nullable": true
},
"google_pay": {
"type": "object",
"description": "This field contains the Google Pay certificates and credentials\n#[serde(skip_serializing_if = \"Option::is_none\")]",
"nullable": true
}
},
"additionalProperties": false
Expand Down
5 changes: 5 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -9500,6 +9500,11 @@
"type": "object",
"description": "This field contains the Paze certificates and credentials",
"nullable": true
},
"google_pay": {
"type": "object",
"description": "This field contains the Google Pay certificates and credentials\n#[serde(skip_serializing_if = \"Option::is_none\")]",
"nullable": true
}
},
"additionalProperties": false
Expand Down

0 comments on commit 0f0e675

Please sign in to comment.