Designate DNS DOC – Zone Import is missing the description for mandatory POST payload.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
New
|
Undecided
|
Unassigned |
Bug Description
According the documentation we have for “Zone import”: https:/
it says that the POST should have no body, and the content-type should be text/dns
“This POST should have no body, and the content-type should be text/dns”
BTW the above sentence has no logical sense as if there is no payload in the POST adding “content-type” becomes irrelevant.
Actually basing on code that we have in designate and in its tempest for that API, it does require payload data (body that defines the zone) to be sent. The description of the request and the example are both missing.