From f3a8621af0d2d4ae5643b4d7f0a71d089f8a8911 Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Mon, 5 Feb 2024 09:57:34 +0100 Subject: [PATCH] Small docs fix --- auction-server/src/api/marketplace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auction-server/src/api/marketplace.rs b/auction-server/src/api/marketplace.rs index 62c7d2bf..346c33af 100644 --- a/auction-server/src/api/marketplace.rs +++ b/auction-server/src/api/marketplace.rs @@ -65,7 +65,7 @@ pub struct LiquidationOpportunity { #[schema(example = "0xdeadbeefcafe", value_type=String)] permission_key: Bytes, /// The chain id where the liquidation will be executed. - #[schema(example = "sepolia")] + #[schema(example = "sepolia", value_type=String)] chain_id: ChainId, /// The contract address to call for execution of the liquidation. #[schema(example = "0xcA11bde05977b3631167028862bE2a173976CA11", value_type=String)]