mirror of https://github.com/status-im/consul.git
add missing Port description in register service doc
This commit is contained in:
parent
b73ad8b68e
commit
88a73bd3e7
|
@ -96,6 +96,8 @@ The table below shows this endpoint's support for
|
||||||
provided, the agent's address is used as the address for the service during
|
provided, the agent's address is used as the address for the service during
|
||||||
DNS queries.
|
DNS queries.
|
||||||
|
|
||||||
|
- `Port` `(int: 0)` - Specifies the port of the service.
|
||||||
|
|
||||||
- `Check` `(Check: nil)` - Specifies a check. Please see the
|
- `Check` `(Check: nil)` - Specifies a check. Please see the
|
||||||
[check documentation](/api/agent/check.html) for more information about the
|
[check documentation](/api/agent/check.html) for more information about the
|
||||||
accepted fields. If you don't provide a name or id for the check then they
|
accepted fields. If you don't provide a name or id for the check then they
|
||||||
|
|
Loading…
Reference in New Issue