Actions
Bug #6715
closedrevert API v2 GET response to wrapped parameters using object node
Description
from
{
'id': 1
'name': 'xyz.com'
}
to
{
'domain': {
'id': 1
'name': 'xyz.com'
}
}
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1605 added
- Pull request deleted (
)
Updated by Dominic Cleal over 10 years ago
- Related to Bug #6248: Some JSON responses are still nested in a root node added
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.0 to 1.7.5
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Rejected
- Target version deleted (
1.7.5)
PR seems to be closed.
Actions