From 0c7b3e2f59d7739e04eef5cbecfd28e6f2ed448a Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 17 Dec 2024 19:59:15 +0000 Subject: [PATCH] fix: replace order example by base64 string --- auction-server/api-types/src/opportunity.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auction-server/api-types/src/opportunity.rs b/auction-server/api-types/src/opportunity.rs index c5814c9e..a7a843aa 100644 --- a/auction-server/api-types/src/opportunity.rs +++ b/auction-server/api-types/src/opportunity.rs @@ -197,7 +197,7 @@ pub enum OpportunityCreateProgramParamsV1Svm { #[schema(title = "limo")] Limo { /// The Limo order to be executed, encoded in base64. - #[schema(example = "DUcTi3rDyS5QEmZ4BNRBejtArmDCWaPYGfN44vBJXKL5", value_type = String)] + #[schema(example = "UxMUbQAsjrfQUp5stVwMJ6Mucq7VWTvt4ICe69BJ8lVXqwM+0sysV8OqZTdM0W4p...", value_type = String)] #[serde_as(as = "Base64")] order: Vec, @@ -303,7 +303,7 @@ pub enum OpportunityParamsV1ProgramSvm { #[schema(title = "limo")] Limo { /// The Limo order to be executed, encoded in base64. - #[schema(example = "DUcTi3rDyS5QEmZ4BNRBejtArmDCWaPYGfN44vBJXKL5", value_type = String)] + #[schema(example = "UxMUbQAsjrfQUp5stVwMJ6Mucq7VWTvt4ICe69BJ8lVXqwM+0sysV8OqZTdM0W4p...", value_type = String)] #[serde_as(as = "Base64")] order: Vec, /// Address of the order account.