From 1c874e595f1272b55c67bd3911c7828870ab7057 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 11 Dec 2025 07:29:14 +0100 Subject: [PATCH] Do not mention rectify will fail on non-DNSSEC zones. Signed-off-by: Miod Vallat --- docs/http-api/swagger/authoritative-api-swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3