website: clarify catalog registration ID behavior (#5019)

* website: clarify catalog registration ID behavior

Fixes #3769

* Update catalog.html.md
This commit is contained in:
Jack Pearkes 2018-12-11 11:06:18 -08:00 committed by GitHub
parent f2f2259cd2
commit 965b6efaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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.