mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 14:05:41 +00:00
Remove unnecessary record field in Record.delete()
refferring to pdns api documentation the fields inside the of the entry delete json is not necessary.
This commit is contained in:
parent
d224bd6798
commit
43f1289b98
@ -1049,10 +1049,6 @@ class Record(object):
|
|||||||
"type": self.type,
|
"type": self.type,
|
||||||
"changetype": "DELETE",
|
"changetype": "DELETE",
|
||||||
"records": [
|
"records": [
|
||||||
{
|
|
||||||
"name": self.name,
|
|
||||||
"type": self.type
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user