Skip to content

Commit f0d561f

Browse files
committed
Update document review module to use PATCH method instead of PUT
Signed-off-by: NogaNHS <[email protected]>
1 parent bb9111a commit f0d561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/api.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
8080
module.document-status-check-gateway,
8181
module.document-status-check-lambda,
8282
module.post-document-references-fhir-lambda,
83-
module.put_document_review_lambda,
83+
module.patch_document_review_lambda,
8484
module.virus_scan_result_gateway,
8585
module.virus_scan_result_lambda
8686
]

0 commit comments

Comments
 (0)