Skip to content

Commit

Permalink
Setting url parts as required to reflect the code base (#27263)
Browse files Browse the repository at this point in the history
  • Loading branch information
olcbean authored and dakrone committed Nov 6, 2017
1 parent 09294a9 commit 7f593a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"name": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of alias names to return"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"parts": {
"task_id": {
"type": "string",
"required" : true,
"description": "The task id to rethrottle"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"parts": {
"task_id": {
"type": "string",
"required" : true,
"description": "Return the task with specified id (node_id:task_number)"
}
},
Expand Down

0 comments on commit 7f593a2

Please sign in to comment.