Skip to content

Commit

Permalink
fix: Fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak1799 committed Dec 18, 2024
1 parent 01907d5 commit cbc9478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -12700,7 +12700,7 @@
"minimum": 0
},
"mca_id": {
"$ref": "#/components/schemas/common_utils.id_type.MerchantConnectorAccountId"
"type": "string"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions crates/api_models/src/routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ pub struct LabelInformation {
pub label: String,
pub target_count: u64,
pub target_time: u64,
#[schema(value_type = String)]
pub mca_id: common_utils::id_type::MerchantConnectorAccountId,
}

Expand Down

0 comments on commit cbc9478

Please sign in to comment.