From 17754fdfe1889079e96346d49469c28ad92f8297 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 18 May 2018 10:01:06 +0200 Subject: [PATCH] API docs: zone delete returns 204 --- docs/http-api/swagger/authoritative-api-swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 8c91d30ef2..ec4a0c7130 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -144,8 +144,8 @@ paths: required: true description: The id of the zone to retrieve responses: - '200': - description: OK + '204': + description: 'Returns 204 No Content on success.' patch: summary: 'Creates/modifies/deletes RRsets present in the payload and their comments. Returns 204 No Content on success.' operationId: patchZone -- 2.47.2