Skip to content

Commit 6e3ced7

Browse files
Generate /networks route and all the endpoints
1 parent ff83914 commit 6e3ced7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/data/paths.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@
8080
title: Enrollment Automations
8181
resources:
8282
- enrollment_automation
83+
84+
/networks:
85+
title: Networks
86+
resources:
87+
- network

src/lib/reference.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export const reference = (
5757
!route.path.startsWith('/acs') &&
5858
!route.path.startsWith('/thermostats') &&
5959
!route.path.startsWith('/phones') &&
60-
!route.path.startsWith('/user_identities')
60+
!route.path.startsWith('/user_identities') &&
61+
!route.path.startsWith('/networks')
6162
) {
6263
continue
6364
}

0 commit comments

Comments
 (0)