Skip to content

Commit

Permalink
Adding customized content-type since backend only accepts 'applicatio…
Browse files Browse the repository at this point in the history
…n/json' (#2631)
  • Loading branch information
cenedhryn authored Aug 2, 2021
1 parent a3fc4b4 commit 1d82e0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/bugfix-AWSSavingsPlans-8e050d0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"category": "AWS Savings Plans",
"contributor": "",
"type": "bugfix",
"description": "Setting default content type to 'application/json' since the service does not accept 'x-amz-json-<version>'"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"customServiceMetadata": {"contentType" : "application/json"}
}

0 comments on commit 1d82e0c

Please sign in to comment.