From 3ff33f22329ad6761f8ad79603c5004d577d8357 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 5 Feb 2021 07:05:51 -0500 Subject: [PATCH] Doc fix: two endpoints had 'pip' for the project_slug --- docs/api/v3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/v3.rst b/docs/api/v3.rst index 2043e722b90..6ed788e947d 100644 --- a/docs/api/v3.rst +++ b/docs/api/v3.rst @@ -1132,7 +1132,7 @@ Redirects listing Redirect create +++++++++++++++ -.. http:post:: /api/v3/projects/pip/redirects/ +.. http:post:: /api/v3/projects/(str:project_slug)/redirects/ Create a redirect for this project. @@ -1354,7 +1354,7 @@ Environment Variables listing Environment Variable create +++++++++++++++++++++++++++ -.. http:post:: /api/v3/projects/pip/environmentvariables/ +.. http:post:: /api/v3/projects/(str:project_slug)/environmentvariables/ Create an environment variable for this project.