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

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new f03105a4d3 Update docs to reflect implementation (#7126)
f03105a4d3 is described below

commit f03105a4d34cd754ae1ff839c728f92e198b6363
Author: Taylor Clayton Frey <[email protected]>
AuthorDate: Wed Oct 12 08:10:36 2022 -0600

    Update docs to reflect implementation (#7126)
    
    Co-authored-by: Taylor Frey <[email protected]>
---
 CHANGELOG.md                                 | 1 +
 docs/source/api/v3/letsencrypt_autorenew.rst | 4 ----
 docs/source/api/v4/letsencrypt_autorenew.rst | 2 +-
 docs/source/api/v5/letsencrypt_autorenew.rst | 2 +-
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48dfa74cd7..ca73bdd74a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/).
 - [#7043](https://github.com/apache/trafficcontrol/issues/7043) Fixed cache 
config missing retry parameters for non-topology MSO Delivery Services going 
direct from edge to origin.
 - [#7047](https://github.com/apache/trafficcontrol/issues/7047) *Traffic Ops* 
allow `apply_time` query parameters on the `servers/{id-name}/update` when the 
CDN is locked.
 - Updated Apache Tomcat from 9.0.43 to 9.0.67
+- [#7125](https://github.com/apache/trafficcontrol/issues/7125) *Docs* Reflect 
implementation and deprecation notice for `letsencrypt/autorenew` endpoint.
 
 ## [7.0.0] - 2022-07-19
 ### Added
diff --git a/docs/source/api/v3/letsencrypt_autorenew.rst 
b/docs/source/api/v3/letsencrypt_autorenew.rst
index 39d7a8dfab..f506ac7d3d 100644
--- a/docs/source/api/v3/letsencrypt_autorenew.rst
+++ b/docs/source/api/v3/letsencrypt_autorenew.rst
@@ -42,10 +42,6 @@ Response Structure
        Content-Type: application/json
 
        { "alerts": [
-               {
-                       "text": "This endpoint is deprecated, please use 
letsencrypt/autorenew instead",
-                       "level": "warning"
-               },
                {
                        "text": "Beginning async call to renew certificates. 
This may take a few minutes.",
                        "level": "success"
diff --git a/docs/source/api/v4/letsencrypt_autorenew.rst 
b/docs/source/api/v4/letsencrypt_autorenew.rst
index ed6c8c475b..afa88e8b6f 100644
--- a/docs/source/api/v4/letsencrypt_autorenew.rst
+++ b/docs/source/api/v4/letsencrypt_autorenew.rst
@@ -44,7 +44,7 @@ Response Structure
 
        { "alerts": [
                {
-                       "text": "This endpoint is deprecated, please use 
letsencrypt/autorenew instead",
+                       "text": "This endpoint is deprecated, please use 
acme_autorenew/ instead",
                        "level": "warning"
                },
                {
diff --git a/docs/source/api/v5/letsencrypt_autorenew.rst 
b/docs/source/api/v5/letsencrypt_autorenew.rst
index d79a3673f6..2942c27240 100644
--- a/docs/source/api/v5/letsencrypt_autorenew.rst
+++ b/docs/source/api/v5/letsencrypt_autorenew.rst
@@ -44,7 +44,7 @@ Response Structure
 
        { "alerts": [
                {
-                       "text": "This endpoint is deprecated, please use 
letsencrypt/autorenew instead",
+                       "text": "This endpoint is deprecated, please use 
acme_autorenew/ instead",
                        "level": "warning"
                },
                {

Reply via email to