## GET /api/auth/asm/cve/last-refresh-time/
- endpoint added
## GET /api/auth/asm/domain/
- added the required property 'results/items/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/asset_outside_business_hours' to the response with the '200' status
- added the required property 'results/items/ip_addresses/items/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/ip_addresses/items/asset_outside_business_hours' to the response with the '200' status
- added the required property 'results/items/parent_domain/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/parent_domain/asset_outside_business_hours' to the response with the '200' status
- added the required property 'results/items/subdomains/items/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/subdomains/items/asset_outside_business_hours' to the response with the '200' status
## GET /api/auth/asm/domain/{id}/
- added the required property 'asset_is_monitored' to the response with the '200' status
- added the required property 'asset_outside_business_hours' to the response with the '200' status
- added the required property 'ip_addresses/items/asset_is_monitored' to the response with the '200' status
- added the required property 'ip_addresses/items/asset_outside_business_hours' to the response with the '200' status
- added the required property 'parent_domain/asset_is_monitored' to the response with the '200' status
- added the required property 'parent_domain/asset_outside_business_hours' to the response with the '200' status
- added the required property 'subdomains/items/asset_is_monitored' to the response with the '200' status
- added the required property 'subdomains/items/asset_outside_business_hours' to the response with the '200' status
## GET /api/auth/asm/subdomain/
- added the required property 'results/items/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/asset_outside_business_hours' to the response with the '200' status
- added the required property 'results/items/ip_addresses/items/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/ip_addresses/items/asset_outside_business_hours' to the response with the '200' status
- added the required property 'results/items/parent_domain/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/parent_domain/asset_outside_business_hours' to the response with the '200' status
- added the required property 'results/items/subdomains/items/asset_is_monitored' to the response with the '200' status
- added the required property 'results/items/subdomains/items/asset_outside_business_hours' to the response with the '200' status
## GET /api/auth/vulns/
- added the required property 'results/items/asset_is_monitored' to the response with the '200' status
## POST /api/auth/vulns/
- added the required property 'asset_is_monitored' to the response with the '201' status
## GET /api/auth/vulns/{id}/
- added the required property 'asset_is_monitored' to the response with the '200' status
## PATCH /api/auth/vulns/{id}/
- added the required property 'asset_is_monitored' to the response with the '200' status
## POST /api/auth/vulns/{id}/owners
- added the required property 'asset_is_monitored' to the response with the '200' status
## POST /api/auth/vulns/{id}/solution-owners
- added the required property 'asset_is_monitored' to the response with the '200' status
## GET /api/auth/vulns/{user_friendly_id}/
- added the required property 'asset_is_monitored' to the response with the '200' status