mailjet-apiv3-python
mailjet-apiv3-python copied to clipboard
Documentation python sample for v3.1 send uses wrong syntax
Not an issue in the repo but with the API documentation.
The documentation states correctly that Messages
From
is an object:
The Python example in the same spot, however, incorrectly uses an List wrapper around the Messages
From
object.
Please correct the code sample.
(From what I can tell the other language samples replicate the same mistake)