From 5d861b3a91018f7b1f7c8caeb02bfe258fca5e75 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Fri, 1 Sep 2017 12:42:54 -0700 Subject: [PATCH] Update segment api docs --- website/source/api/operator/segment.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/api/operator/segment.html.md b/website/source/api/operator/segment.html.md index 53a7e7848a..4c211f558e 100644 --- a/website/source/api/operator/segment.html.md +++ b/website/source/api/operator/segment.html.md @@ -3,13 +3,13 @@ layout: api page_title: Network Segments - Operator - HTTP API sidebar_current: api-operator-segment description: |- - The /operator/segments endpoints expose the network segment information via + The /operator/segment endpoint exposes the network segment information via Consul's HTTP API. --- # Network Areas - Operator HTTP API -The `/operator/segment` endpoints provide tools to manage network segments via +The `/operator/segment` endpoint provides tools to manage network segments via Consul's HTTP API. ~> **Enterprise-only!** This API endpoint and functionality only exists in @@ -49,7 +49,7 @@ The table below shows this endpoint's support for ```text $ curl \ - https://consul.rocks/v1/operator/segment/list + https://consul.rocks/v1/operator/segment ``` ### Sample Response