From ca98c8f8440413f7d6612403c29bf6d43f56eed6 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 13 May 2021 23:32:28 +0200 Subject: modify return code for adding/removing blocked servers in openapi spec closes #4095 --- support/doc/api/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 8cfd3e6d7..74d5c608c 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -3437,7 +3437,7 @@ paths: required: - host responses: - '200': + '204': description: successful operation '409': description: self-blocking forbidden @@ -3458,7 +3458,7 @@ paths: type: string format: hostname responses: - '201': + '204': description: successful operation '404': description: account block does not exist -- cgit v1.2.3