open-consul/website/source/api
Jack Pearkes 45e9d5e009 website: correct paramater for service meta on catalog register
I believe this may have been missed as part of #3994. Note that the
API _returns_ `ServiceMeta`, but accepts `Meta`.

$ curl -X PUT -d \
  '{
    "Datacenter": "dc1",
    "Node": "example",
    "Address": "www.example.com",
    "Service": {
      "Service": "example-service",
      "Port": 80,
      "Meta": {"foo": "bar"}
      }
  }' \
  http://localhost:8500/v1/catalog/register

$ curl localhost:8500/v1/catalog/service/example-service
[
  {
    "ID": "",
    "Node": "example",
    "Address": "www.example.com",
    "Datacenter": "dc1",
    "TaggedAddresses": null,
    "NodeMeta": null,
    "ServiceKind": "",
    "ServiceID": "example-service",
    "ServiceName": "example-service",
    "ServiceTags": [],
    "ServiceAddress": "",
    "ServiceMeta": {
      "foo": "bar"
    },
    "ServicePort": 80,
    "ServiceEnableTagOverride": false,
    "ServiceProxyDestination": "",
    "ServiceConnect": {
      "Native": false,
      "Proxy": null
    },
    "CreateIndex": 11,
    "ModifyIndex": 37
  }
]
2018-06-26 12:15:23 -07:00
..
agent website: add docs for connect native services API 2018-06-25 12:24:10 -07:00
connect website: fix an assortment of broken links 2018-06-25 12:26:24 -07:00
operator Add licensing documentation. 2018-05-24 10:10:00 -04:00
acl.html.md
agent.html.md
catalog.html.md website: correct paramater for service meta on catalog register 2018-06-26 12:15:23 -07:00
connect.html.md Starting Docs (#46) 2018-06-25 12:24:05 -07:00
coordinate.html.md
event.html.md
health.html.md
index.html.md website: remove backwards compat warning 2018-06-21 12:02:16 -07:00
kv.html.md
libraries-and-sdks.html.md
operator.html.md
query.html.md website: clarify where constraints go 2018-06-25 12:24:12 -07:00
session.html.md
snapshot.html.md
status.html.md
txn.md