Feature #28075
Ping endpoints apidoc should be explicit
Pull request:
Fixed in Releases:
Found in Releases:
Description
This is required to save backwards compatibility of usage ping endpoint in hammer.
Since hammer commands rely on API documentation there appears a problem if we suddenly change resource documentation. E.g. previously hammer ping command came from hammer-cli-katello plugin and used :ping resource which was defined in Katello plugin. But due to some changes Katello has now :katello_ping resource and thus older versions of hammer-cli-katello plugin will not work.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot almost 3 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7111 added
#2
Updated by Oleh Fedorenko almost 3 years ago
- Related to Feature #28076: Ping endpoints apidoc should be explicit added
#3
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases 1.24.0 added
#4
Updated by Oleh Fedorenko almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset fdfc63be6491cf2d4dbbddd911f9971e5d22b76d.
Fixes #28075 - Ping endpoints apidoc should be explicit (#7111)