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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6623%2Fhead;p=thirdparty%2Fpdns.git 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 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