From abc614a2c0dcb448143d9af32f3217c0f1fc3f41 Mon Sep 17 00:00:00 2001 From: Zowie <50455229+z0w13@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:00:14 +0200 Subject: [PATCH] fix(docs): add return type for 'Create Switch' (#756) --- docs/content/api/endpoints.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/api/endpoints.md b/docs/content/api/endpoints.md index a40b2dd8..ee692db6 100644 --- a/docs/content/api/endpoints.md +++ b/docs/content/api/endpoints.md @@ -296,6 +296,8 @@ JSON Body Parameters ** Can be short IDs or UUIDs. +Returns a [switch object](/api/models#switch-model) containing a list of member objects. + ### Get Switch GET `/systems/{systemRef}/switches/{switchRef}`