Skip to content
Snippets Groups Projects
Commit 9ca86d2b authored by Dhia Ayachi's avatar Dhia Ayachi
Browse files

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

Co-authored-by: shaqq
Update register check documentation clarify that Id returns as CheckId in the response
parent dc739398
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment