Skip to content

Commit

Permalink
Improving contenttype in #10
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfvb committed Jun 19, 2024
1 parent 952d63d commit be65292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# API
"base" = "https://api.emarsys.net/api/v2/" # main url to use for cleverreach, could be changed for newer versions or using API gateways
"contentType" = "application/json; charset=utf-8" # content type string that is always used for API requests
"contentType" = "application/json;charset=utf-8" # content type string that is always used for API requests
"pageSize" = 500 # if paging is used for the API requests, this is the default setting for a pagesize
#"mailingLimit" = 999
#"additionalHeaders" = [PSCustomObject]@{
Expand Down

0 comments on commit be65292

Please sign in to comment.