Actions
Bug #30700
closedWrong API endpoint path referenced for resolving host traces
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
Currently, the endpoint for resolving host traces is located at /katello/api/traces/resolve but apidoc references /api/traces/resolve.
Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli_katello-0.22.2-1.el7sat.noarch
tfm-rubygem-katello-3.16.0-0.15.rc4.1.el7sat.noarch
How reproducible:
always
Steps to Reproduce:
1. see the path referenced in apidoc: https://$SATELLITE/apidoc/v2/host_tracer/resolve.html
Actual results:
/api/traces/resolve is referenced in apidoc.
Expected results:
Reference to the correct endpoint /katello/api/traces/resolve should be displayed in the apidoc.
Actions