From 09f7470cab46c32e2e3458e6c98161829db88c44 Mon Sep 17 00:00:00 2001 From: Min Kim <291271447@qq.com> Date: Wed, 18 Dec 2019 13:39:57 +0800 Subject: [PATCH] make delete body optional (#142) --- 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" }