Skip to content

Commit 7e88485

Browse files
Generate /workspaces route and all the endpoints
1 parent ff83914 commit 7e88485

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+
/workspaces:
85+
title: Workspaces
86+
resources:
87+
- workspace

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('/workspaces')
6162
) {
6263
continue
6364
}

0 commit comments

Comments
 (0)