You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2020/11/04 23:38:45 UTC

[trafficcontrol] 01/02: Fix example path in parameterprofile docs (#5242)

This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 65925442d3fbb5e25ca21cbe586ce707e76cf322
Author: Rawlin Peters <ra...@apache.org>
AuthorDate: Wed Nov 4 09:57:43 2020 -0700

    Fix example path in parameterprofile docs (#5242)
    
    (cherry picked from commit 54c07bdd6fa4ae1fa521d6bde21cd1327fa83585)
---
 docs/source/api/v1/parameterprofile.rst | 2 +-
 docs/source/api/v2/parameterprofile.rst | 2 +-
 docs/source/api/v3/parameterprofile.rst | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/source/api/v1/parameterprofile.rst b/docs/source/api/v1/parameterprofile.rst
index 96cf57f..c933839 100644
--- a/docs/source/api/v1/parameterprofile.rst
+++ b/docs/source/api/v1/parameterprofile.rst
@@ -36,7 +36,7 @@ Request Structure
 .. code-block:: http
 	:caption: Request Example
 
-	POST /api/1.4/profileparameter HTTP/1.1
+	POST /api/1.4/parameterprofile HTTP/1.1
 	Host: trafficops.infra.ciab.test
 	User-Agent: curl/7.47.0
 	Accept: */*
diff --git a/docs/source/api/v2/parameterprofile.rst b/docs/source/api/v2/parameterprofile.rst
index 635489b..c161302 100644
--- a/docs/source/api/v2/parameterprofile.rst
+++ b/docs/source/api/v2/parameterprofile.rst
@@ -36,7 +36,7 @@ Request Structure
 .. code-block:: http
 	:caption: Request Example
 
-	POST /api/2.0/profileparameter HTTP/1.1
+	POST /api/2.0/parameterprofile HTTP/1.1
 	Host: trafficops.infra.ciab.test
 	User-Agent: curl/7.47.0
 	Accept: */*
diff --git a/docs/source/api/v3/parameterprofile.rst b/docs/source/api/v3/parameterprofile.rst
index 580d13a..8676f76 100644
--- a/docs/source/api/v3/parameterprofile.rst
+++ b/docs/source/api/v3/parameterprofile.rst
@@ -36,7 +36,7 @@ Request Structure
 .. code-block:: http
 	:caption: Request Example
 
-	POST /api/3.0/profileparameter HTTP/1.1
+	POST /api/3.0/parameterprofile HTTP/1.1
 	Host: trafficops.infra.ciab.test
 	User-Agent: curl/7.47.0
 	Accept: */*