Changed body to be required in update_aliases
This commit is contained in:
parent
6eaccb2a6b
commit
7e26a7eb8b
|
@ -19,7 +19,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"description" : "The definition of `actions` to perform"
|
"description" : "The definition of `actions` to perform",
|
||||||
|
"required" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue