From: Peter Thomassen Date: Thu, 7 Dec 2017 09:16:45 +0000 (+0100) Subject: docs: API: clarify what happens if rrsets is empty X-Git-Tag: dnsdist-1.3.0~193^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91f9cff35bc3a2dc5ac79e64b31b444553d03a75;p=pdns docs: API: clarify what happens if rrsets is empty --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 59360f0c7..cfb1cc893 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -141,7 +141,7 @@ paths: '200': description: OK patch: - summary: 'Modifies present RRsets and comments. Returns 204 No Content on success.' + summary: 'Creates/modifies/deletes RRsets present in the payload and their comments. Returns 204 No Content on success.' operationId: patchZone tags: - zones