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'
}
}
Actions
Description
from
{
'id': 1
'name': 'xyz.com'
}
to
{
'domain': {
'id': 1
'name': 'xyz.com'
}
}