From 9bde0feed661249ec7a563c0d4a3b88303094af1 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Wed, 21 Dec 2022 19:35:08 +0000 Subject: [PATCH] fix(list): adds the content type to http post lists --- app/terraform/list/http_post.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/terraform/list/http_post.py b/app/terraform/list/http_post.py index 778de13..51a0686 100644 --- a/app/terraform/list/http_post.py +++ b/app/terraform/list/http_post.py @@ -29,6 +29,7 @@ class ListHttpPostAutomation(ListAutomation): request_headers = { Authorization = "Bearer {{ list.filename }}" + Content-Type = "application/json" } } {% endfor %}