Actions
Bug #13517
closedSearching for smart class parameter override values in the API results into a 404
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
A GET request to /api/smart_class_parameters/1/override_values/
works, but /api/smart_class_parameters/1/override_values/?search=value%253Dtest2 results in a HTTP 404.
Updated by Dominic Cleal almost 9 years ago
This happens because the search parameter is applied to the top-level resource in the URL - i.e. the smart class parameters, not the override values.
Updated by Ewoud Kohl van Wijngaarden almost 9 years ago
- Related to Feature #13260: RFE : allowing hammer-cli to search/update sc-parameters added
Updated by Ori Rabin about 8 years ago
- Has duplicate Bug #17268: Searching smart_class_parameters override_values fails added
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6393 added
Updated by Ondřej Pražák almost 6 years ago
- Status changed from Ready For Testing to Closed
- Fixed in Releases 1.22.0 added
Actions