## GET /api/auth/risks/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## PUT /api/auth/risks/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/by-severity/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/count/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/export/csv/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## POST /api/auth/risks/export/csv/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/export/json/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## POST /api/auth/risks/export/json/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/over-time/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/statistics/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## POST /api/auth/risks/vulns/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/{id}/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## PATCH /api/auth/risks/{id}/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
## GET /api/auth/risks/{id}/pem/
- added the required property 'hosts' to the response with the '200' status
- added the required property 'response' to the response with the '200' status
You can access the complete API documentation here.