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`