fix(list): adds the content type to http post lists

This commit is contained in:
Iain Learmonth 2022-12-21 19:35:08 +00:00
parent 60255afe3f
commit 9bde0feed6

View file

@ -29,6 +29,7 @@ class ListHttpPostAutomation(ListAutomation):
request_headers = {
Authorization = "Bearer {{ list.filename }}"
Content-Type = "application/json"
}
}
{% endfor %}