Skip to content

Commit 5a0212b

Browse files
committed
api config update
1 parent 8ffdcba commit 5a0212b

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

terraform/dev/main.tf

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ paths:
5252
/v1/adoption:
5353
get:
5454
summary: adoption
55-
operationId: getadoptionReports
55+
operationId: getAdoptionReports
5656
responses:
5757
200:
5858
description: String
5959
/v1/page-weight:
6060
get:
6161
summary: pageWeight
62-
operationId: getpageWeight
62+
operationId: getPageWeightReports
6363
responses:
6464
200:
6565
description: String
@@ -73,7 +73,7 @@ paths:
7373
/v1/cwv:
7474
get:
7575
summary: cwv
76-
operationId: getCwv
76+
operationId: getCWVReports
7777
responses:
7878
200:
7979
description: String
@@ -98,6 +98,13 @@ paths:
9898
responses:
9999
200:
100100
description: String
101+
/v1/audits:
102+
get:
103+
summary: audits
104+
operationId: getAuditReports
105+
responses:
106+
200:
107+
description: String
101108
EOF
102109
)
103110
}

terraform/prod/main.tf

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ paths:
5252
/v1/adoption:
5353
get:
5454
summary: adoption
55-
operationId: getadoptionReports
55+
operationId: getAdoptionReports
5656
responses:
5757
200:
5858
description: String
5959
/v1/page-weight:
6060
get:
6161
summary: pageWeight
62-
operationId: getpageWeight
62+
operationId: getPageWeightReports
6363
responses:
6464
200:
6565
description: String
@@ -73,7 +73,7 @@ paths:
7373
/v1/cwv:
7474
get:
7575
summary: cwv
76-
operationId: getCwv
76+
operationId: getCWVReports
7777
responses:
7878
200:
7979
description: String
@@ -98,6 +98,13 @@ paths:
9898
responses:
9999
200:
100100
description: String
101+
/v1/audits:
102+
get:
103+
summary: audits
104+
operationId: getAuditReports
105+
responses:
106+
200:
107+
description: String
101108
EOF
102109
)
103110
}

0 commit comments

Comments
 (0)