We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff87c9 commit 7d3c5e2Copy full SHA for 7d3c5e2
README.md
@@ -40,7 +40,7 @@ result = mailjet.contact.get(filters={'limit': 2})
40
result = mailjet.sender.post(data={'email': '[email protected]'})
41
```
42
43
-## Combine an resource with an action
+## Combine a resource with an action
44
``` python
45
# Get the contact lists of contact #2
46
result = mailjet.contact_getcontactslists.get(id=2)
0 commit comments