From: Chris Hofstaedtler Date: Fri, 18 May 2018 08:01:06 +0000 (+0200) Subject: API docs: zone delete returns 204 X-Git-Tag: dnsdist-1.3.1~69^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17754fdfe1889079e96346d49469c28ad92f8297;p=pdns API docs: zone delete returns 204 --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 8c91d30ef..ec4a0c713 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