fix(docs): add return type for 'Create Switch' (#756)

This commit is contained in:
Zowie 2025-08-04 20:00:14 +02:00 committed by GitHub
parent 101c585d44
commit abc614a2c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,6 +296,8 @@ JSON Body Parameters
** Can be short IDs or UUIDs. ** Can be short IDs or UUIDs.
Returns a [switch object](/api/models#switch-model) containing a list of member objects.
### Get Switch ### Get Switch
GET `/systems/{systemRef}/switches/{switchRef}` GET `/systems/{systemRef}/switches/{switchRef}`