Closed beriniwlew closed 7 years ago
When updating a template, it posts the following.
Posted data:
{ "user_key": "fdsafasdfas", "template_id": "254203", "label": { "en_US": "Test1" }, "content": "<html></html>", "category_id": "20322", "client_id": "621261" }
Should be
{ "user_key": "fdsafasdfas", "template_id": "254203", "label": [{ "en_US": "Test1" }], "content": "<html></html>", "category_id": "20322", "client_id": "621261" }
Note that label is an array.
This is indeed a bug. In fact it's same cause as #40
When updating a template, it posts the following.
Posted data:
Should be
Note that label is an array.