From 91ea72c7669662e45742792130fce682d3d9d7b5 Mon Sep 17 00:00:00 2001 From: Slashdoom <5092581+slashdoom@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:39:31 -0600 Subject: [PATCH] doc fixes (#16140) --- doc/API/DeviceGroups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/API/DeviceGroups.md b/doc/API/DeviceGroups.md index 8dbdd389e8..48ea388d05 100644 --- a/doc/API/DeviceGroups.md +++ b/doc/API/DeviceGroups.md @@ -212,7 +212,7 @@ Output: Set a device group into maintenance mode. -Route: `/api/v0/devicesgroups/:name/maintenance` +Route: `/api/v0/devicegroups/:name/maintenance` Input (JSON): @@ -276,7 +276,7 @@ Output: Add devices to a device group. -Route: `/api/v0/devicesgroups/:name/devices` +Route: `/api/v0/devicegroups/:name/devices` - name Is the name of the device group which can be obtained using [`get_devicegroups`](#function-get_devicegroups). Please ensure that @@ -308,7 +308,7 @@ Output: Removes devices from a device group. -Route: `/api/v0/devicesgroups/:name/devices` +Route: `/api/v0/devicegroups/:name/devices` - name Is the name of the device group which can be obtained using [`get_devicegroups`](#function-get_devicegroups). Please ensure that