Skip to content

Commit 3ebe456

Browse files
authored
ELI-397: Update response type to be application/fhir+json (#292)
1 parent 5775932 commit 3ebe456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/stacks/api-layer/patient_check.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "aws_api_gateway_gateway_response" "bad_request_parameters" {
5353
status_code = "400"
5454

5555
response_templates = {
56-
"application/json" = jsonencode({
56+
"application/fhir+json" = jsonencode({
5757
resourceType = "OperationOutcome"
5858
id = "$context.requestId"
5959
meta = {

0 commit comments

Comments
 (0)