Actions
Bug #8862
closedThe V2 API doesn't handle arrays of id/name of has_many relationships
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Description
According to the API V2 spec, you should be able to pass in an array of id/name hashes when models have a many-to-many or one-to-many relationship:
$ curl -k -u admin:changeme -H "Accept: version=2,application/json" \ -H "Content-Type: application/json" -X POST \ -d '{ "domains": [{ "name": "earendil", "id": 1}, { "name": "turgon", "id": 3 }] }' \ https://foreman.example.com/api/subnets/iluvatar
Katello doesn't support this. I think we can get this working relatively easy--just need to fix the setup_has_many_params filter.
Updated by David Davis almost 10 years ago
- Related to Bug #8846: Katello API throws an incorrect error when receiving non-json requests added
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release set to 23
- Triaged changed from No to Yes
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release changed from 23 to 31
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release deleted (
31)
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release set to 114
Updated by John Mitsch over 5 years ago
- Status changed from New to Rejected
- Target version deleted (
Katello Backlog)
Thanks for reporting this issue. This issue was created over 4 years ago and hasn't seen an update in 1 year. We are closing this in an effort to keep a realistic backlog. Please open up a new issue that includes a link to this issue if you feel this still needs to be addressed. We can then triage the new issue and reassess.
Actions