# Pastebin scHNZp9H @wsme_pecan.wsexpose(Audit, body=Audit, status_code=201) def post(self, audit): """Create a new audit. :param audit: a audit within the request body. """ if audit._audit_template_uuid is None: raise exception.Invalid