mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
doc fixes (#16140)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user