Skip to content

Commit 44546c5

Browse files
[PRMP-166] remove PUT from base endpoint
1 parent 90b26f3 commit 44546c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/gateway-document-reference.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "document_reference_gateway" {
1414
source = "./modules/gateway"
1515
api_gateway_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
1616
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
17-
http_methods = ["POST", "PUT"]
17+
http_methods = ["POST"]
1818
authorization = "CUSTOM"
1919
gateway_path = "DocumentReference"
2020
authorizer_id = aws_api_gateway_authorizer.repo_authoriser.id

0 commit comments

Comments
 (0)