Actions
Bug #23047
closedWrong documentation for import/obsolete API endpoints
Difficulty:
Triaged:
Description
In the controller, which defines API documentation (controllers/api/v2/ansible_roles_controller.rb), for import and obsolete commands used method POST, which isn't correct since in the routes the PUT method is used.
Actions