From 91f9cff35bc3a2dc5ac79e64b31b444553d03a75 Mon Sep 17 00:00:00 2001 From: Peter Thomassen Date: Thu, 7 Dec 2017 10:16:45 +0100 Subject: [PATCH] docs: API: clarify what happens if rrsets is empty --- 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 59360f0c73..cfb1cc893e 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 -- 2.47.2