We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee78a60 + d2a7ec9 commit acaf715Copy full SHA for acaf715
1 file changed
amocrm/v2/entity/call.py
@@ -61,7 +61,7 @@ def create(
61
}
62
if created_at:
63
data["created_at"] = created_at.timestamp()
64
- if created_at:
+ if updated_at:
65
data["updated_at"] = updated_at.timestamp()
66
response, status_ = self.request("post", "calls", data=[data])
67
if status_ == 400:
0 commit comments