fix(list): adds the content type to http post lists
This commit is contained in:
parent
60255afe3f
commit
9bde0feed6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class ListHttpPostAutomation(ListAutomation):
|
|||
|
||||
request_headers = {
|
||||
Authorization = "Bearer {{ list.filename }}"
|
||||
Content-Type = "application/json"
|
||||
}
|
||||
}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue