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:
52
52
/v1/adoption:
53
53
get:
54
54
summary: adoption
55
- operationId: getadoptionReports
55
+ operationId: getAdoptionReports
56
56
responses:
57
57
200:
58
58
description: String
59
59
/v1/page-weight:
60
60
get:
61
61
summary: pageWeight
62
- operationId: getpageWeight
62
+ operationId: getPageWeightReports
63
63
responses:
64
64
200:
65
65
description: String
73
73
/v1/cwv:
74
74
get:
75
75
summary: cwv
76
- operationId: getCwv
76
+ operationId: getCWVReports
77
77
responses:
78
78
200:
79
79
description: String
@@ -98,6 +98,13 @@ paths:
98
98
responses:
99
99
200:
100
100
description: String
101
+ /v1/audits:
102
+ get:
103
+ summary: audits
104
+ operationId: getAuditReports
105
+ responses:
106
+ 200:
107
+ description: String
101
108
EOF
102
109
)
103
110
}
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ paths:
52
52
/v1/adoption:
53
53
get:
54
54
summary: adoption
55
- operationId: getadoptionReports
55
+ operationId: getAdoptionReports
56
56
responses:
57
57
200:
58
58
description: String
59
59
/v1/page-weight:
60
60
get:
61
61
summary: pageWeight
62
- operationId: getpageWeight
62
+ operationId: getPageWeightReports
63
63
responses:
64
64
200:
65
65
description: String
73
73
/v1/cwv:
74
74
get:
75
75
summary: cwv
76
- operationId: getCwv
76
+ operationId: getCWVReports
77
77
responses:
78
78
200:
79
79
description: String
@@ -98,6 +98,13 @@ paths:
98
98
responses:
99
99
200:
100
100
description: String
101
+ /v1/audits:
102
+ get:
103
+ summary: audits
104
+ operationId: getAuditReports
105
+ responses:
106
+ 200:
107
+ description: String
101
108
EOF
102
109
)
103
110
}
You can’t perform that action at this time.
0 commit comments