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 Adds a new /v1/acl/bootstrap API (#3349) 2017-08-02 17:05:18 -07:00
agent.html.md Added documentation for telemetry{ prometheus_retention_time = duration } 2018-04-06 14:50:03 +02:00
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 Merge branch 'master' into esm-changes 2017-11-01 11:37:48 -07:00
event.html.md website: Add description what the "recent events" means 2018-04-02 14:57:04 +04:00
health.html.md Renames agent API layer for service metadata to "meta" for consistency 2018-03-28 09:04:50 -05:00
index.html.md website: remove backwards compat warning 2018-06-21 12:02:16 -07:00
kv.html.md Add a link to the leader election guide in the lock API docs 2018-02-22 15:57:46 -08:00
libraries-and-sdks.html.md Adjust link to Java HTTP API 2018-01-26 17:31:18 +01:00
operator.html.md Deprecates the ACLs internals doc in favor of a guide. 2017-04-04 18:56:42 -07:00
query.html.md website: clarify where constraints go 2018-06-25 12:24:12 -07:00
session.html.md fixed typo 2017-04-26 10:09:02 +02:00
snapshot.html.md API DOCS: Update snapshot curl example (#3423) 2017-08-29 09:05:00 -07:00
status.html.md Update API docs 2017-04-04 12:33:35 -04:00
txn.md website: rename *.markdown to *.md 2017-05-17 20:25:45 +02:00