From ef2e800281338d6fb0db9937bfb2dbfa77e9d466 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 27 May 2021 15:55:24 +0200 Subject: [PATCH] change confirm for confirms field --- ereuse_devicehub/resources/action/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/action/schemas.py b/ereuse_devicehub/resources/action/schemas.py index 9808d3ce..72d2d025 100644 --- a/ereuse_devicehub/resources/action/schemas.py +++ b/ereuse_devicehub/resources/action/schemas.py @@ -507,7 +507,7 @@ class Trade(ActionWithMultipleDevices): user_from_id = SanitizedStr(validate=Length(max=STR_SIZE), data_key='userFrom', missing='', required=False) code = SanitizedStr(validate=Length(max=STR_SIZE), data_key='code', required=False) - confirm = Boolean(missing=False, description="""If you need confirmation of the user + confirm = Boolean(data_key='confirms', missing=False, description="""If you need confirmation of the user you need actevate this field""") lot = NestedOn('Lot', many=False,