From 8aff4fc8b624543039bb4b9c60bb0bcf204a7a5a Mon Sep 17 00:00:00 2001 From: zowie Date: Mon, 21 Jul 2025 03:31:40 +0200 Subject: [PATCH] fix(docs): add return type for 'Create Switch' --- 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}`