This is an automated email from the ASF dual-hosted git repository.
ocket8888 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 0e5c598815 Incorrect method on docs for /cdns/dnsseckeys/refresh in
APIv4 and APIv5 (#7105)
0e5c598815 is described below
commit 0e5c5988159d54609567b75c91cf8a17c7be0779
Author: Joobi S B <[email protected]>
AuthorDate: Wed Oct 5 02:17:45 2022 +0530
Incorrect method on docs for /cdns/dnsseckeys/refresh in APIv4 and APIv5
(#7105)
---
CHANGELOG.md | 1 +
docs/source/api/v4/cdns_dnsseckeys_refresh.rst | 2 +-
docs/source/api/v5/cdns_dnsseckeys_refresh.rst | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07cda4b07f..10cf45455e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- [#7037](https://github.com/apache/trafficcontrol/pull/7037) *Traffic Router*
Uses Traffic Ops API 4.0 by default
### Fixed
+- [#6903](https://github.com/apache/trafficcontrol/issues/6903),
[#6903](https://github.com/apache/trafficcontrol/issues/6903) *Docs* Fixed docs
for /cdns/dnsseckeys/refresh in APIv4 and APIv5.
- [#7049](https://github.com/apache/trafficcontrol/issues/7049),
[#7052](https://github.com/apache/trafficcontrol/issues/7052) *Traffic Portal*
Fixed server table's quick search and filter option for multiple profiles.
- [#7080](https://github.com/apache/trafficcontrol/issues/7080),
[#6335](https://github.com/apache/trafficcontrol/issues/6335) *Traffic Portal*
Fixed redirect links for server capability.
- [#7022](https://github.com/apache/trafficcontrol/pull/7022) *Traffic Stats*
Reuse InfluxDB client handle to prevent potential connection leaks.
diff --git a/docs/source/api/v4/cdns_dnsseckeys_refresh.rst
b/docs/source/api/v4/cdns_dnsseckeys_refresh.rst
index 89c78c8734..8c9922ec07 100644
--- a/docs/source/api/v4/cdns_dnsseckeys_refresh.rst
+++ b/docs/source/api/v4/cdns_dnsseckeys_refresh.rst
@@ -19,7 +19,7 @@
``cdns/dnsseckeys/refresh``
***************************
-``GET``
+``PUT``
=======
Refresh the DNSSEC keys for all CDNs. This call initiates a background process
to refresh outdated keys, and immediately returns a response that the process
has started.
diff --git a/docs/source/api/v5/cdns_dnsseckeys_refresh.rst
b/docs/source/api/v5/cdns_dnsseckeys_refresh.rst
index 1dd23aeece..37c574ea22 100644
--- a/docs/source/api/v5/cdns_dnsseckeys_refresh.rst
+++ b/docs/source/api/v5/cdns_dnsseckeys_refresh.rst
@@ -19,7 +19,7 @@
``cdns/dnsseckeys/refresh``
***************************
-``GET``
+``PUT``
=======
Refresh the DNSSEC keys for all CDNs. This call initiates a background process
to refresh outdated keys, and immediately returns a response that the process
has started.