From 0f84c0e69b34d79e8087f7510c3c22fcfce486eb Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 2 Apr 2020 20:38:32 -0400 Subject: [PATCH] deleteMetadata returns 200 OK, not 204 No Content Signed-off-by: Kevin P. Fleming --- 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 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': -- 2.39.5