Skip to content

Commit 1d82e0c

Browse files
authored
Adding customized content-type since backend only accepts 'application/json' (#2631)
1 parent a3fc4b4 commit 1d82e0c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "AWS Savings Plans",
3+
"contributor": "",
4+
"type": "bugfix",
5+
"description": "Setting default content type to 'application/json' since the service does not accept 'x-amz-json-<version>'"
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"customServiceMetadata": {"contentType" : "application/json"}
3+
}

0 commit comments

Comments
 (0)