docs: fix param for register checks id->checkid (#7393)

This commit is contained in:
Rasmus Mikkelsen 2020-04-01 10:59:28 +02:00 committed by GitHub
parent d598a98cbf
commit 239b60b2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ The table below shows this endpoint's support for
- `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
ID for uniqueness.