Skip to content

Commit 5c1b2e3

Browse files
- Response type correction.
1 parent 939c042 commit 5c1b2e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/python/flask/aws/root_path_cfg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"template": "cost_explorer_services_01.json",
2121
"status": 200,
2222
"response_headers": {
23-
"Content-Type": ["application/json"]
23+
"Content-Type": ["application/x-amz-json-1.0"]
2424
}
2525
},
2626
"POST:/:0": {

test/registry/src/aws/v0.1.0/services/ce_native.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,6 +1976,7 @@ components:
19761976
response:
19771977
mediaType: application/x-amz-json-1.0
19781978
openAPIDocKey: '200'
1979+
objectKey: '$'
19791980
schemaRef: '#/components/schemas/GetCostAndUsageResponse'
19801981
sqlVerbs:
19811982
select:

0 commit comments

Comments
 (0)