From: Kevin P. Fleming Date: Fri, 3 Apr 2020 00:38:32 +0000 (-0400) Subject: deleteMetadata returns 200 OK, not 204 No Content X-Git-Tag: dnsdist-1.5.0-rc1~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8991%2Fhead;p=thirdparty%2Fpdns.git deleteMetadata returns 200 OK, not 204 No Content Signed-off-by: Kevin P. Fleming --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index af7a87f363..d950003b3b 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -572,7 +572,7 @@ paths: required: true description: The kind of metadata responses: - '204': + '200': description: OK '/servers/{server_id}/zones/{zone_id}/cryptokeys':