mailjet-apiv3-python icon indicating copy to clipboard operation
mailjet-apiv3-python copied to clipboard

Documentation python sample for v3.1 send uses wrong syntax

Open kontur opened this issue 1 year ago • 1 comments

Not an issue in the repo but with the API documentation.

The documentation states correctly that Messages From is an object:

Screenshot 2024-02-26 at 10 23 00

The Python example in the same spot, however, incorrectly uses an List wrapper around the Messages From object.

Screenshot 2024-02-26 at 10 21 36

Please correct the code sample.

kontur avatar Feb 26 '24 08:02 kontur

(From what I can tell the other language samples replicate the same mistake)

kontur avatar Feb 26 '24 08:02 kontur