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,