Changed body to be required in update_aliases

This commit is contained in:
Clinton Gormley 2013-06-21 12:44:17 +02:00
parent 6eaccb2a6b
commit 7e26a7eb8b
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
}
},
"body": {
"description" : "The definition of `actions` to perform"
"description" : "The definition of `actions` to perform",
"required" : true
}
}
}