Skip to content

Commit 09f7470

Browse files
yue9944882k8s-ci-robot
authored andcommitted
make delete body optional (#142)
1 parent a841e57 commit 09f7470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openapi/custom_objects_spec.json

-2
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@
375375
{
376376
"name": "body",
377377
"in": "body",
378-
"required": true,
379378
"schema": {
380379
"$ref": "#/definitions/v1.DeleteOptions"
381380
}
@@ -870,7 +869,6 @@
870869
{
871870
"name": "body",
872871
"in": "body",
873-
"required": true,
874872
"schema": {
875873
"$ref": "#/definitions/v1.DeleteOptions"
876874
}

0 commit comments

Comments
 (0)