mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(openapi): add openapi support for generating v2 api-reference (#5580)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
942e63d9cd
commit
92d76a361a
@ -539,7 +539,7 @@ pub struct MerchantAccountResponse {
|
||||
#[derive(Clone, Debug, ToSchema, Serialize)]
|
||||
pub struct MerchantAccountResponse {
|
||||
/// The identifier for the Merchant Account
|
||||
#[schema(max_length = 64, example = "y3oqhf46pyzuxjbcn2giaqnb44")]
|
||||
#[schema(max_length = 64, example = "y3oqhf46pyzuxjbcn2giaqnb44", value_type = String)]
|
||||
pub id: id_type::MerchantId,
|
||||
|
||||
/// Name of the Merchant Account
|
||||
|
||||
Reference in New Issue
Block a user