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
f2f2259cd2
commit
965b6efaaa
|
@ -36,8 +36,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
- `ID` `(string: "")` - An optional UUID to assign to the service. If not
|
- `ID` `(string: "")` - An optional UUID to assign to the node. This must be a 36-character UUID-formatted string.
|
||||||
provided, one is generated. This must be a 36-character UUID.
|
|
||||||
|
|
||||||
- `Node` `(string: <required>)` - Specifies the node ID to register.
|
- `Node` `(string: <required>)` - Specifies the node ID to register.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue