Skip to content

Commit c753bd0

Browse files
Define most of the missing route paths
1 parent 865e9a8 commit c753bd0

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

src/data/paths.yaml

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,85 @@
8080
title: Enrollment Automations
8181
resources:
8282
- enrollment_automation
83+
84+
/access_codes:
85+
title: Access Codes
86+
resources:
87+
- access_code
88+
89+
/access_codes/simulate:
90+
title: Access Code Simulations
91+
resources:
92+
- unmanaged_access_code
93+
94+
/access_codes/unmanaged:
95+
title: Unmanaged Access Codes
96+
resources:
97+
- unmanaged_access_code
98+
99+
/client_sessions:
100+
title: Client Sessions
101+
resources:
102+
- client_session
103+
104+
/connect_webviews:
105+
title: Connect Webviews
106+
resources:
107+
- connect_webview
108+
109+
/connected_accounts:
110+
title: Connected Accounts
111+
resources:
112+
- connected_account
113+
114+
/devices:
115+
title: Devices
116+
resources:
117+
- device
118+
119+
/devices/simulate:
120+
title: Device Simulations
121+
resources:
122+
- unmanaged_device
123+
124+
/events:
125+
title: Events
126+
resources:
127+
- event
128+
129+
/locks:
130+
title: Locks
131+
resources:
132+
- device
133+
134+
/networks:
135+
title: Networks
136+
resources:
137+
- network
138+
139+
/noise_sensors:
140+
title: Noise Sensors
141+
resources:
142+
- device
143+
144+
/noise_sensors/noise_thresholds:
145+
title: Noise Thresholds
146+
resources:
147+
- noise_threshold
148+
149+
/noise_sensors/simulate:
150+
title: Noise Sensor Simulations
151+
resources: []
152+
153+
/webhooks:
154+
title: Webhooks
155+
resources:
156+
- webhook
157+
158+
/workspaces:
159+
title: Workspaces
160+
resources:
161+
- workspace
162+
# Missing documented paths:
163+
# '/bridges' - 'bridge' resource not defined in openapi global component schemas
164+
# '/action_attempts' - defined separately in Blueprint, need to figure out how to adopt it

0 commit comments

Comments
 (0)