File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff 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
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
101108EOF
102109 )
103110 }
Original file line number Diff line number Diff 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
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
101108EOF
102109 )
103110 }
You can’t perform that action at this time.
0 commit comments