Skip to content

Commit

Permalink
Fix the runbook resource schema issues (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdmr authored and marstr committed Oct 8, 2018
1 parent ee5dad1 commit af5ffba
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
"in": "body",
"required": true,
"schema": {
"type": "string"
"type": "object",
"format": "file"
},
"description": "The runbook draft content."
},
Expand All @@ -141,7 +142,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"202": {
Expand Down Expand Up @@ -366,7 +367,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"default": {
Expand Down

0 comments on commit af5ffba

Please sign in to comment.