From efaf0f9a188798fa17aebfa47713bbf607a04e5a Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Wed, 1 Apr 2020 11:49:20 +0200 Subject: [PATCH] docs: revert "docs: fix param for register checks id->checkid (#7393)" (#7565) This reverts commit ed5202943e43d054e31e958ff0178473974e4015. --- website/source/api/agent/check.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/agent/check.html.md b/website/source/api/agent/check.html.md index 18142ac568..6fec6ad6de 100644 --- a/website/source/api/agent/check.html.md +++ b/website/source/api/agent/check.html.md @@ -109,7 +109,7 @@ The table below shows this endpoint's support for - `Name` `(string: )` - 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.