mirror of https://github.com/hashicorp/consul
Merge pull request #4288 from hashicorp/service-meta-docs
website: correct parameter for service meta on catalog registerpull/4295/head
commit
2d0b0e4f3f
|
@ -54,7 +54,7 @@ The table below shows this endpoint's support for
|
||||||
- `Service` `(Service: nil)` - Specifies to register a service. If `ID` is not
|
- `Service` `(Service: nil)` - Specifies to register a service. If `ID` is not
|
||||||
provided, it will be defaulted to the value of the `Service.Service` property.
|
provided, it will be defaulted to the value of the `Service.Service` property.
|
||||||
Only one service with a given `ID` may be present per node. The service
|
Only one service with a given `ID` may be present per node. The service
|
||||||
`Tags`, `Address`, `ServiceMeta`, and `Port` fields are all optional.
|
`Tags`, `Address`, `Meta`, and `Port` fields are all optional.
|
||||||
|
|
||||||
- `Check` `(Check: nil)` - Specifies to register a check. The register API
|
- `Check` `(Check: nil)` - Specifies to register a check. The register API
|
||||||
manipulates the health check entry in the Catalog, but it does not setup the
|
manipulates the health check entry in the Catalog, but it does not setup the
|
||||||
|
|
Loading…
Reference in New Issue