TEM Client Submitting Invalid JSON data to API Endpoint #507
Labels
bug
Something isn't working
priority:high
New features
tem
Transactional Email issues, bugs and feature requests
It appears that the TEM client (after version 2) is now placing the
from
details object in an JSON array instead of the expected JSON object.Tested on Python version: ">=3.10,<3.13"
Affected scaleway-sdk-python versions: ">=2.0.0,<=2.1.0"
Code to reproduce:
Faulty Behavior
with scaleway-sdk-python versions: ">=2.0.0,<=2.1.0" response is:
Expected Behavior
With scaleway-sdk-python version: "~1.8.0" the email is send just fine.
The text was updated successfully, but these errors were encountered: