diff --git a/docs/docs/2-guides/3-supported-apis.mdx b/docs/docs/2-guides/3-supported-apis.mdx index 6454e87d4..9eba5c5a1 100644 --- a/docs/docs/2-guides/3-supported-apis.mdx +++ b/docs/docs/2-guides/3-supported-apis.mdx @@ -49,12 +49,14 @@ import {ConsulAPIBadge} from "@site/src/components/CustomBadge"; | | Node Service List | GET, /v1/catalog/node-services/:node | ✅ | | Coordinates | Read WAN Coordinates | GET /v1/coordinates/datacenters | ✅ | | | Read LAN Coordinates | GET /v1/coordinates/nodes | ✅ | +| | Read LAN Coordinates for a node | GET /v1/coordinate/node/:node | ✅ | | Events | Fire Event | PUT /v1/event/fire/:name | ✅ | | | List Events | GET /v1/event/list | ✅ | | Health | List Checks for Node | GET /v1/health/node/:id | ✅ | | | List Checks for Service | GET /v1/health/checks/:id | ✅ | | | List Nodes for Service | GET /v1/health/service/:id | ✅ | | | List Checks in State | GET /v1/health/state/:state | ✅ | +| | List Nodes for connect-capable service | GET /v1/health/connect/:service | ✅ | | KV Store | Read Key | GET /v1/kv/:key | ✅ | | | Create/Update Key | PUT /v1/kv/:key | ✅ | | | Delete Key | DELETE /v2/kv/:key | ✅ |