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

This reverts commit ed5202943e43d054e31e958ff0178473974e4015.
This commit is contained in:
Hans Hasselberg 2020-04-01 11:49:20 +02:00 committed by GitHub
parent 239b60b2ff
commit f6de4a0112
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.
- `CheckID` `(string: "")` - Specifies a unique ID for this check on the node.
- `ID` `(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.