## GET /api/auth/assets/
- added the optional property 'results/items/monitored_slot_locked' to the response with the '200' status
## GET /api/auth/cybelangel/{id}/import
- added the required property 'detail' to the response with the '400' status
- added the required property 'detail' to the response with the '401' status
## GET /api/auth/risks/
- ⚠️ removed the required property 'reference' from the response with the '200' status
- added the required property 'blocklist_name' to the response with the '200' status
## GET /api/auth/risks/blocklists/
- endpoint added
## GET /api/auth/risks/{id}/
- ⚠️ removed the required property 'reference' from the response with the '200' status
- added the required property 'blocklist_name' to the response with the '200' status
## PATCH /api/auth/risks/{id}/
- ⚠️ removed the required property 'reference' from the response with the '200' status
- added the required property 'blocklist_name' to the response with the '200' status
You can access the complete API documentation here.