Incorrect method on docs for /cdns/dnsseckeys/refresh in APIv4 #6903
Labels
bug
something isn't working as intended
documentation
related to documentation
good first issue
first-time committers will find this easy to resolve
hacktoberfest
low difficulty
the estimated level of effort to resolve this issue is low
low impact
affects only a small portion of a CDN, and cannot itself break one
This Bug Report affects these Traffic Control components:
Current behavior:
In versions of the Traffic Ops API earlier than 4.0, the only supported request method for
/cdns/dnsseckeys/refresh
wasGET
. In APIv4, the method was switched toPUT
, but the documentation still lists only theGET
method (which no longer works).Expected behavior:
Documentation should be correct.
Steps to reproduce:
https://traffic-control-cdn.readthedocs.io/en/v6.1.0/api/v4/cdns_dnsseckeys_refresh.html#get
The text was updated successfully, but these errors were encountered: