We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5775932 commit 3ebe456Copy full SHA for 3ebe456
infrastructure/stacks/api-layer/patient_check.tf
@@ -53,7 +53,7 @@ resource "aws_api_gateway_gateway_response" "bad_request_parameters" {
53
status_code = "400"
54
55
response_templates = {
56
- "application/json" = jsonencode({
+ "application/fhir+json" = jsonencode({
57
resourceType = "OperationOutcome"
58
id = "$context.requestId"
59
meta = {
0 commit comments