From 320c711c13d89b404013243e26f5b79ba1f6c7c7 Mon Sep 17 00:00:00 2001 From: alyssa Date: Fri, 13 Jun 2025 21:49:08 +0000 Subject: [PATCH] feat(docs): add note about 204 on /systems/:id/switches endpoint --- 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 fa249fff..a40b2dd8 100644 --- a/docs/content/api/endpoints.md +++ b/docs/content/api/endpoints.md @@ -279,6 +279,8 @@ GET `/systems/{systemRef}/fronters` Returns a [switch object](/api/models#switch-model) containing a list of member objects. +If the target system has no registered switches, returns 204 status code with no content. + ### Create Switch POST `/systems/{systemRef}/switches`