From 362778bc56c164c4889a4e83aeda139840574e84 Mon Sep 17 00:00:00 2001 From: yue9944882 <291271447@qq.com> Date: Tue, 17 Dec 2019 18:58:01 +0800 Subject: [PATCH] make delete body optional --- openapi/custom_objects_spec.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/openapi/custom_objects_spec.json b/openapi/custom_objects_spec.json index 0583ee0..5973a50 100644 --- a/openapi/custom_objects_spec.json +++ b/openapi/custom_objects_spec.json @@ -375,7 +375,6 @@ { "name": "body", "in": "body", - "required": true, "schema": { "$ref": "#/definitions/v1.DeleteOptions" } @@ -870,7 +869,6 @@ { "name": "body", "in": "body", - "required": true, "schema": { "$ref": "#/definitions/v1.DeleteOptions" }