mirror of https://github.com/status-im/consul.git
website: clarify catalog registration ID behavior (#5019)
* website: clarify catalog registration ID behavior Fixes #3769 * Update catalog.html.md
This commit is contained in:
parent
3a8da5e7ce
commit
cc57615445
|
@ -36,8 +36,7 @@ The table below shows this endpoint's support for
|
|||
|
||||
### Parameters
|
||||
|
||||
- `ID` `(string: "")` - An optional UUID to assign to the service. If not
|
||||
provided, one is generated. This must be a 36-character UUID.
|
||||
- `ID` `(string: "")` - An optional UUID to assign to the node. This must be a 36-character UUID-formatted string.
|
||||
|
||||
- `Node` `(string: <required>)` - Specifies the node ID to register.
|
||||
|
||||
|
|
Loading…
Reference in New Issue