chore(openapi): resolve openapi semantic inconsistency (#8099)

This commit is contained in:
Sakil Mostak
2025-05-22 15:21:54 +05:30
committed by GitHub
parent baf38c9ff6
commit fa4b552a32
9 changed files with 233 additions and 71 deletions

View File

@ -52,6 +52,7 @@ pub struct OrganizationUpdateRequest {
pub metadata: Option<pii::SecretSerdeValue>,
/// Platform merchant id is unique distiguisher for special merchant in the platform org
#[schema(value_type = String)]
pub platform_merchant_id: Option<id_type::MerchantId>,
}
#[cfg(feature = "v1")]