We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dc99f commit a632dfcCopy full SHA for a632dfc
generate-routes.ts
@@ -53,6 +53,8 @@ const ignoredEndpointPaths = [
53
'/noise_sensors/simulate/trigger_noise_threshold',
54
] as const
55
56
+// TODO: some endpoint's arguments (like list) are optional and should allow undefined
57
+
58
const endpointResources: Partial<
59
Record<
60
keyof typeof openapi.paths,
0 commit comments