Extraneous field erroneously included in Server Capability and Topology creation/modification responses #6792
Labels
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
regression bug
a bug in existing functionality introduced by a new version
Traffic Ops
related to Traffic Ops
This Bug Report affects these Traffic Control components:
Current behavior:
Both the
/topologies
and/server_capabilities
API endpoints will respond to POST and PUT requests with an extra, undocumented response property:RequestedName
. This is likely a symptom of their use of the CRUDer (but should be easily fixable without rewriting to not use it).The documented response examples don't include this property, and those are copy/pasted usually, so I think this is a regression bug.
Expected behavior:
That field serves no external purpose and shouldn't exist in responses ever.
Steps to reproduce:
Create a Topology or Server Capability.
The text was updated successfully, but these errors were encountered: