Setting url parts as required to reflect the code base (#27263)

This commit is contained in:
olcbean 2017-11-06 17:58:27 +01:00 committed by Lee Hinman
parent 09294a9b9a
commit 7f593a26a3
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
},
"name": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of alias names to return"
}
},

View File

@ -8,6 +8,7 @@
"parts": {
"task_id": {
"type": "string",
"required" : true,
"description": "The task id to rethrottle"
}
},

View File

@ -8,6 +8,7 @@
"parts": {
"task_id": {
"type": "string",
"required" : true,
"description": "Return the task with specified id (node_id:task_number)"
}
},