## GET /api/auth/risks/
- added the new optional 'query' request parameter 'spf_issue'
- added the required property 'spf_issue' to the response with the '200' status
## GET /api/auth/risks/{id}/
- added the required property 'spf_issue' to the response with the '200' status
## PATCH /api/auth/risks/{id}/
- added the required property 'spf_issue' to the response with the '200' status
## DELETE /api/auth/vulns/attachements/{id}/
- ⚠️ the response's body type/format changed from 'object'/'' to 'string'/'' for status '204'
## GET /api/auth/vulns/by-efforts
- added the required property 'efforts' to the response with the '200' status
## GET /api/auth/vulns/by-priorities
- added the required property 'priorities' to the response with the '200' status
## GET /api/auth/vulns/by-severity-and-time
- added the required property 'data' to the response with the '200' status
## GET /api/auth/vulns/by-vulns-status
- added the required property 'vulns_status' to the response with the '200' status
## GET /api/auth/vulns/export/csv
- ⚠️ removed the media type 'application/json' for the response with the status '200'
- added the media type 'text/csv' for the response with the status '200'
## POST /api/auth/vulns/export/csv
- ⚠️ removed the media type 'application/json' for the response with the status '200'
- added the media type 'text/csv' for the response with the status '200'
## GET /api/auth/vulns/severities
- added the required property 'severities' to the response with the '200' status
## GET /api/auth/vulns/severities/over-time
- added the required property 'labels' to the response with the '200' status
- added the required property 'severities' to the response with the '200' status
## GET /api/auth/vulns/severities/statistics
- added the required property 'closed' to the response with the '200' status
- added the required property 'opened' to the response with the '200' status
## GET /api/auth/vulns/times-to-fix
- added the required property 'data' to the response with the '200' status
- added the required property 'status' to the response with the '200' status
## POST /api/auth/vulns/{id}/comments
- ⚠️ the response's body type/format changed from 'object'/'' to 'string'/'' for status '201'
## PATCH /api/auth/vulns/{id}/comments/{comment_id}
- ⚠️ the response's body type/format changed from 'object'/'' to 'string'/'' for status '200'
## GET /api/auth/vulns/{id}/periodic-retest
- added the required property 'last_retest_date' to the response with the '200' status
- added the required property 'status' to the response with the '200' status
You can access the complete API documentation here.