Skip to content

Commit

Permalink
Missing timeout parameter from the REST API spec JSON files (#28328)
Browse files Browse the repository at this point in the history
Closes #28200
  • Loading branch information
ao authored and javanna committed Mar 2, 2018
1 parent 3079dff commit c32ce0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"wait_for_completion": {
"type": "boolean",
"description": "Wait for the matching tasks to complete (default: false)"
},
"timeout": {
"type": "time",
"description": "Explicit operation timeout"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"description": "Group tasks by nodes or parent/child relationships",
"options" : ["nodes", "parents", "none"],
"default" : "nodes"
},
"timeout": {
"type": "time",
"description": "Explicit operation timeout"
}

}
Expand Down

0 comments on commit c32ce0c

Please sign in to comment.