From: Miod Vallat Date: Thu, 11 Dec 2025 06:29:14 +0000 (+0100) Subject: Do not mention rectify will fail on non-DNSSEC zones. X-Git-Tag: rec-5.4.0-alpha1~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16632%2Fhead;p=thirdparty%2Fpdns.git Do not mention rectify will fail on non-DNSSEC zones. Signed-off-by: Miod Vallat --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index ebfe1a7dc2..a62aa58afc 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -352,7 +352,7 @@ paths: '/servers/{server_id}/zones/{zone_id}/rectify': put: summary: 'Rectify the zone data.' - description: 'This does not take into account the API-RECTIFY metadata. Fails on secondary zones and zones that do not have DNSSEC.' + description: 'This does not take into account the API-RECTIFY metadata. Fails on secondary zones.' operationId: rectifyZone tags: - zones