Fix some webapi-lint issues.
Review Request #9686 — Created Feb. 20, 2018 and submitted — Latest diff uploaded
This change fixes up a handful of errors detected by webapi-lint. The
bulk of the problems were misformatted docstrings and misnamed things,
but there were a few missing tests or decorators. None of these actually
present as security issues.
- Ran webapi-lint.
- Ran unit tests.