docs: update register check docs (closes #6635) (#10261)

Update register check documentation clarify that Id returns as CheckId in the response

Co-Authored-By: Shaker Islam <shaqq@users.noreply.github.com>

Co-authored-by: Shaker Islam <shaqq@users.noreply.github.com>
This commit is contained in:
Dhia Ayachi 2021-05-19 20:24:54 -04:00 committed by GitHub
parent 7213403246
commit 7dc78b39c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ The table below shows this endpoint's support for
- `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.
ID for uniqueness. This value will return in the response as `"CheckId"`.
- `Interval` `(string: "")` - Specifies the frequency at which to run this
check. This is required for HTTP and TCP checks.