feat(docs): add note about 204 on /systems/:id/switches endpoint

This commit is contained in:
alyssa 2025-06-13 21:49:08 +00:00
parent 94b90470d5
commit 320c711c13

View file

@ -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`