Have to transform boolean into string.
This commit is contained in:
@@ -380,7 +380,7 @@ class Entity(HTTPBase):
|
||||
req.destination = destination
|
||||
|
||||
if consent:
|
||||
req.consent = consent
|
||||
req.consent = "true"
|
||||
|
||||
if extensions:
|
||||
req.extensions = extensions
|
||||
|
||||
Reference in New Issue
Block a user