docs: fix param for register checks id->checkid (#7393)
This commit is contained in:
parent
d598a98cbf
commit
239b60b2ff
|
@ -109,7 +109,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
- `Name` `(string: <required>)` - Specifies the name of the check.
|
- `Name` `(string: <required>)` - Specifies the name of the check.
|
||||||
|
|
||||||
- `ID` `(string: "")` - Specifies a unique ID for this check on the node.
|
- `CheckID` `(string: "")` - Specifies a unique ID for this check on the node.
|
||||||
This defaults to the `"Name"` parameter, but it may be necessary to provide an
|
This defaults to the `"Name"` parameter, but it may be necessary to provide an
|
||||||
ID for uniqueness.
|
ID for uniqueness.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue