Skip to content

Commit

Permalink
make delete body optional (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
yue9944882 authored and k8s-ci-robot committed Dec 18, 2019
1 parent a841e57 commit 09f7470
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openapi/custom_objects_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@
{
"name": "body",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/v1.DeleteOptions"
}
Expand Down Expand Up @@ -870,7 +869,6 @@
{
"name": "body",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/v1.DeleteOptions"
}
Expand Down

0 comments on commit 09f7470

Please sign in to comment.