Setting url parts as required to reflect the code base (#27263)
This commit is contained in:
parent
09294a9b9a
commit
7f593a26a3
|
@ -12,6 +12,7 @@
|
|||
},
|
||||
"name": {
|
||||
"type" : "list",
|
||||
"required" : true,
|
||||
"description" : "A comma-separated list of alias names to return"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"parts": {
|
||||
"task_id": {
|
||||
"type": "string",
|
||||
"required" : true,
|
||||
"description": "The task id to rethrottle"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"parts": {
|
||||
"task_id": {
|
||||
"type": "string",
|
||||
"required" : true,
|
||||
"description": "Return the task with specified id (node_id:task_number)"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue