Skip to content

Commit 6c91172

Browse files
committed
Revert change to endpointResources
1 parent 6f186bd commit 6c91172

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generate-routes.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ const ignoredEndpointPaths = [
5555
] as const
5656

5757
const endpointResources: Partial<Record<keyof typeof openapi.paths, null>> = {
58+
'/access_codes/delete': null,
59+
'/access_codes/unmanaged/delete': null,
60+
'/access_codes/update': null,
5861
'/connect_webviews/view': null,
62+
'/noise_sensors/noise_thresholds/create': null,
63+
'/noise_sensors/noise_thresholds/delete': null,
64+
'/noise_sensors/noise_thresholds/update': null,
65+
'/thermostats/climate_setting_schedules/update': null,
66+
'/workspaces/reset_sandbox': null,
5967
} as const
6068

6169
interface Route {

0 commit comments

Comments
 (0)