Logan Cary

Results 4 issues of Logan Cary

Item 4.9 has a broken strong tag. There is also a closing parenthesis ')' without a matching '(' on line 7.

jira
backport-24.04.2

The goal of this PR is to continue replacing the old `@accepts` and `@returns` decorators with the new `@api_method` decorator which enforces types using Pydantic. The eventual end goal is...

https://github.com/truenas/truenas_verify/pull/1

The following field docstring: ```python field: int """Just a chill guy.""" ``` produces the field description `"Just a\nchill guy."` which isn't pleasant to look at in the API docs. ##...