Skip to main content

# API Changelog version 2.11.1

Released on September 29th

Updated over 2 weeks ago

## GET /api/auth/alerts/

- ⚠️ the 'results/items/assets/items/value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'results/items/title' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'results/items/vulnerabilities/items/title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'results/items/vulnerabilities/items/user_friendly_id' response property's maxLength was unset from '256' for the response status '200'

## GET /api/auth/asm/domain/

- ⚠️ the 'results/items/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/parent_domain/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/subdomains/items/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/ip_addresses/items/asset_id' response's property type/format changed from 'string'/'' to 'integer'/'' for status '200'

- ⚠️ removed the required property 'results/items/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'results/items/ip_addresses/items/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'results/items/parent_domain/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'results/items/subdomains/items/asset_is_monitored' from the response with the '200' status

- added the required property 'results/items/asset_protection' to the response with the '200' status

- added the required property 'results/items/ip_addresses/items/asset_protection' to the response with the '200' status

- added the required property 'results/items/parent_domain/asset_protection' to the response with the '200' status

- added the required property 'results/items/subdomains/items/asset_protection' to the response with the '200' status

## GET /api/auth/asm/domain/{id}/

- ⚠️ the 'name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'parent_domain/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'subdomains/items/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'ip_addresses/items/asset_id' response's property type/format changed from 'string'/'' to 'integer'/'' for status '200'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'ip_addresses/items/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'parent_domain/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'subdomains/items/asset_is_monitored' from the response with the '200' status

- added the required property 'asset_protection' to the response with the '200' status

- added the required property 'ip_addresses/items/asset_protection' to the response with the '200' status

- added the required property 'parent_domain/asset_protection' to the response with the '200' status

- added the required property 'subdomains/items/asset_protection' to the response with the '200' status

## GET /api/auth/asm/ip-address/

- ⚠️ the 'results/items/address' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/ports/items/service_name' response property's maxLength was unset from '100' for the response status '200'

- ⚠️ the 'results/items/domains/items/asset_id' response's property type/format changed from 'string'/'' to 'integer'/'' for status '200'

- ⚠️ removed the required property 'results/items/domains/items/asset_is_monitored' from the response with the '200' status

- added the required property 'results/items/domains/items/asset_protection' to the response with the '200' status

## GET /api/auth/asm/ip-address/{id}/

- ⚠️ the 'address' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'ports/items/service_name' response property's maxLength was unset from '100' for the response status '200'

- ⚠️ the 'domains/items/asset_id' response's property type/format changed from 'string'/'' to 'integer'/'' for status '200'

- ⚠️ removed the required property 'domains/items/asset_is_monitored' from the response with the '200' status

- added the required property 'domains/items/asset_protection' to the response with the '200' status

## GET /api/auth/asm/port/

- ⚠️ the 'results/items/service_name' response property's maxLength was unset from '100' for the response status '200'

## GET /api/auth/asm/port/{id}/

- ⚠️ the 'service_name' response property's maxLength was unset from '100' for the response status '200'

## GET /api/auth/asm/subdomain/

- ⚠️ the 'results/items/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/parent_domain/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/subdomains/items/name' response property's maxLength was unset from '1000' for the response status '200'

- ⚠️ the 'results/items/ip_addresses/items/asset_id' response's property type/format changed from 'string'/'' to 'integer'/'' for status '200'

- ⚠️ removed the required property 'results/items/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'results/items/ip_addresses/items/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'results/items/parent_domain/asset_is_monitored' from the response with the '200' status

- ⚠️ removed the required property 'results/items/subdomains/items/asset_is_monitored' from the response with the '200' status

- added the required property 'results/items/asset_protection' to the response with the '200' status

- added the required property 'results/items/ip_addresses/items/asset_protection' to the response with the '200' status

- added the required property 'results/items/parent_domain/asset_protection' to the response with the '200' status

- added the required property 'results/items/subdomains/items/asset_protection' to the response with the '200' status

## GET /api/auth/asm/web/

- ⚠️ the 'results/items/ports/items/service_name' response property's maxLength was unset from '100' for the response status '200'

## GET /api/auth/asm/web/{id}/

- ⚠️ the 'ports/items/service_name' response property's maxLength was unset from '100' for the response status '200'

## GET /api/auth/assets/

- ⚠️ the 'results/items/created_by' response property's maxLength was unset from '100' for the response status '200'

- ⚠️ the 'results/items/value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the required property 'results/items/last_checked_at' from the response with the '200' status

- ⚠️ deleted the 'query' request parameter 'is_monitored'

- ⚠️ removed the optional property 'results/items/is_monitored' from the response with the '200' status

- added the new optional 'query' request parameter 'protection'

- added the optional property 'results/items/protection' to the response with the '200' status

## PATCH /api/auth/assets/

- ⚠️ removed the request property 'assets_id'

- ⚠️ removed the request property 'assets_id'

- ⚠️ removed the request property 'assets_id'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ added the new 'error' enum value to the 'status' response property for the response status '200'

- ⚠️ added the new 'partial' enum value to the 'status' response property for the response status '200'

- ⚠️ added the new 'success' enum value to the 'status' response property for the response status '200'

- added the new optional request property 'asset_ids'

- added the new optional request property 'asset_ids'

- added the new optional request property 'asset_ids'

- removed the non-success response with the status '400'

## POST /api/auth/assets/

- ⚠️ added the new required 'query' request parameter 'org_id'

- ⚠️ removed the required property 'asset_owners' from the response with the '201' status

- ⚠️ removed the required property 'asset_tags' from the response with the '201' status

- ⚠️ removed the required property 'cdn_provider' from the response with the '201' status

- ⚠️ removed the required property 'cloud_provider' from the response with the '201' status

- ⚠️ removed the required property 'created_at' from the response with the '201' status

- ⚠️ removed the required property 'created_by' from the response with the '201' status

- ⚠️ removed the required property 'groups' from the response with the '201' status

- ⚠️ removed the required property 'has_webservers' from the response with the '201' status

- ⚠️ removed the required property 'id' from the response with the '201' status

- ⚠️ removed the required property 'ip_state' from the response with the '201' status

- ⚠️ removed the required property 'ip_type' from the response with the '201' status

- ⚠️ removed the required property 'is_active' from the response with the '201' status

- ⚠️ removed the required property 'last_checked_at' from the response with the '201' status

- ⚠️ removed the required property 'last_resolution_date' from the response with the '201' status

- ⚠️ removed the required property 'liveness' from the response with the '201' status

- ⚠️ removed the required property 'monitored_slot_lock_until' from the response with the '201' status

- ⚠️ removed the required property 'saas_provider' from the response with the '201' status

- ⚠️ removed the required property 'score' from the response with the '201' status

- ⚠️ removed the required property 'score_level' from the response with the '201' status

- ⚠️ removed the required property 'suborganizations_display' from the response with the '201' status

- ⚠️ removed the required property 'technologies' from the response with the '201' status

- ⚠️ removed the required property 'updated_at' from the response with the '201' status

- ⚠️ removed the required property 'value' from the response with the '201' status

- ⚠️ removed the required property 'waf_provider' from the response with the '201' status

- ⚠️ removed the required property 'www_related_domain' from the response with the '201' status

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the optional property 'criticality' from the response with the '201' status

- ⚠️ removed the optional property 'description' from the response with the '201' status

- ⚠️ removed the optional property 'exposure' from the response with the '201' status

- ⚠️ removed the optional property 'is_monitored' from the response with the '201' status

- ⚠️ removed the optional property 'organization' from the response with the '201' status

- ⚠️ removed the optional property 'outside_business_hours' from the response with the '201' status

- ⚠️ removed the optional property 'suborganizations' from the response with the '201' status

- ⚠️ removed the optional property 'type' from the response with the '201' status

- added the new optional request property 'owners'

- added the new optional request property 'owners'

- added the new optional request property 'owners'

- added the new optional request property 'suborganizations'

- added the new optional request property 'suborganizations'

- added the new optional request property 'suborganizations'

- added the new optional request property 'tags'

- added the new optional request property 'tags'

- added the new optional request property 'tags'

- removed the optional write-only property 'owners' from the response with the '201' status

- removed the optional write-only property 'tags' from the response with the '201' status

- added the required property 'data' to the response with the '201' status

- added the required property 'message' to the response with the '201' status

- added the required property 'status' to the response with the '201' status

## GET /api/auth/assets/by-control-warning-impacted

- ⚠️ removed the enum value '-is_monitored' from the 'query' request parameter 'sorted_by'

- ⚠️ removed the enum value 'is_monitored' from the 'query' request parameter 'sorted_by'

- ⚠️ the 'results/items/value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ deleted the 'query' request parameter 'is_monitored'

- ⚠️ removed the optional property 'results/items/is_monitored' from the response with the '200' status

- added the new optional 'query' request parameter 'protection'

- added the new enum value '-protection' to the 'query' request parameter 'sorted_by'

- added the new enum value 'protection' to the 'query' request parameter 'sorted_by'

- added the optional property 'results/items/outside_business_hours' to the response with the '200' status

- added the optional property 'results/items/protection' to the response with the '200' status

## GET /api/auth/assets/export/json

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the required property 'last_checked_at' from the response with the '200' status

- ⚠️ removed the optional property 'is_monitored' from the response with the '200' status

- added the optional property 'protection' to the response with the '200' status

## POST /api/auth/assets/group/{id}/tag

- ⚠️ the 'data/value' response property's maxLength was unset from '2048' for the response status '200'

## POST /api/auth/assets/ports

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the required property 'last_checked_at' from the response with the '200' status

- ⚠️ removed the optional property 'is_monitored' from the response with the '200' status

- added the optional property 'protection' to the response with the '200' status

## PATCH /api/auth/assets/protection/

- endpoint added

## GET /api/auth/assets/tags/

- ⚠️ the 'results/items/value' response property's maxLength was unset from '2048' for the response status '200'

## POST /api/auth/assets/tags/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '201'

## GET /api/auth/assets/tags/{id}/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

## PATCH /api/auth/assets/tags/{id}/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

## POST /api/auth/assets/tags/{id}/

- ⚠️ added the new required request property 'assets_id'

- ⚠️ added the new required request property 'assets_id'

- ⚠️ added the new required request property 'assets_id'

- ⚠️ removed the request property 'criticality'

- ⚠️ removed the request property 'criticality'

- ⚠️ removed the request property 'criticality'

- ⚠️ removed the request property 'description'

- ⚠️ removed the request property 'description'

- ⚠️ removed the request property 'description'

- ⚠️ removed the request property 'exposure'

- ⚠️ removed the request property 'exposure'

- ⚠️ removed the request property 'exposure'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'organization'

- ⚠️ removed the request property 'organization'

- ⚠️ removed the request property 'organization'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'outside_business_hours'

- ⚠️ removed the request property 'value'

- ⚠️ removed the request property 'value'

- ⚠️ removed the request property 'value'

## GET /api/auth/assets/{id}/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the required property 'last_checked_at' from the response with the '200' status

- ⚠️ removed the optional property 'is_monitored' from the response with the '200' status

- added the optional property 'protection' to the response with the '200' status

## PATCH /api/auth/assets/{id}/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the required property 'last_checked_at' from the response with the '200' status

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the optional property 'is_monitored' from the response with the '200' status

- added the new optional request property 'protection'

- added the new optional request property 'protection'

- added the new optional request property 'protection'

- added the optional property 'protection' to the response with the '200' status

## POST /api/auth/assets/{id}/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the required property 'last_checked_at' from the response with the '200' status

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the optional property 'is_monitored' from the response with the '200' status

- added the new optional request property 'protection'

- added the new optional request property 'protection'

- added the new optional request property 'protection'

- added the optional property 'protection' to the response with the '200' status

## GET /api/auth/assets/{id}/pentested/

- ⚠️ api path removed without deprecation

## GET /api/auth/assets/{id}/protection/

- endpoint added

## PATCH /api/auth/assets/{id}/protection/

- endpoint added

## POST /api/auth/assets/{id}/tags

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- ⚠️ removed the request property 'is_monitored'

- added the new optional request property 'protection'

- added the new optional request property 'protection'

- added the new optional request property 'protection'

## GET /api/auth/controls/

- ⚠️ the 'results/items/cve_identifiers/items/' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'results/items/cvss_vector' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'results/items/products/items/' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'results/items/title' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'results/items/vendor' response property's maxLength was unset from '255' for the response status '200'

## GET /api/auth/controls/{id}/

- ⚠️ the 'cve_identifiers/items/' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'products/items/' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '255' for the response status '200'

- ⚠️ the 'vendor' response property's maxLength was unset from '255' for the response status '200'

## GET /api/auth/cybelangel/

- ⚠️ the 'results/items/client_id' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'results/items/name' response property's maxLength was unset from '256' for the response status '200'

## POST /api/auth/cybelangel/

- ⚠️ the 'client_id' response property's maxLength was unset from '256' for the response status '201'

- ⚠️ the 'name' response property's maxLength was unset from '256' for the response status '201'

## GET /api/auth/cybelangel/{id}/

- ⚠️ the 'client_id' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'name' response property's maxLength was unset from '256' for the response status '200'

## PATCH /api/auth/cybelangel/{id}/

- ⚠️ the 'client_id' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'name' response property's maxLength was unset from '256' for the response status '200'

## GET /api/auth/orgs/

- added the required property 'results/items/easm_credits_available' to the response with the '200' status

- added the required property 'results/items/max_easm_assets_allowed' to the response with the '200' status

## GET /api/auth/orgs/arsenalstatus

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## GET /api/auth/orgs/suborgs/list_all

- ⚠️ added the new required 'query' request parameter 'org_id'

- added the new optional 'query' request parameter 'search'

## GET /api/auth/orgs/{id}/

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## POST /api/auth/orgs/{id}/

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## PUT /api/auth/orgs/{id}/

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## POST /api/auth/orgs/{id}/brandimage

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## GET /api/auth/orgs/{id}/not-users/

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## GET /api/auth/orgs/{id}/pentested/

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## GET /api/auth/orgs/{org_id}/settings/sla

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## PUT /api/auth/orgs/{org_id}/settings/sla

- added the required property 'easm_credits_available' to the response with the '200' status

- added the required property 'max_easm_assets_allowed' to the response with the '200' status

## GET /api/auth/pentests/

- ⚠️ the 'results/items/provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'results/items/title' response property's maxLength was unset from '250' for the response status '200'

## POST /api/auth/pentests/

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '201'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '201'

## GET /api/auth/pentests/org/{org_id}/export/csv

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## POST /api/auth/pentests/org/{org_id}/export/csv

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## GET /api/auth/pentests/{id}/

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## PATCH /api/auth/pentests/{id}/

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## GET /api/auth/pentests/{id}/assets/export/csv

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## POST /api/auth/pentests/{id}/attachements

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## GET /api/auth/pentests/{id}/vulns/export/csv

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## POST /api/auth/pentests/{id}/vulns/import/csv

- ⚠️ the 'provider' response property's maxLength was unset from '250' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '250' for the response status '200'

## GET /api/auth/risks/

- ⚠️ the 'asset/value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'subtopic/title' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'topic/title' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ deleted the 'query' request parameter 'asset_monitored'

- ⚠️ removed the optional property 'asset/is_monitored' from the response with the '200' status

- added the new optional 'query' request parameter 'asset_protection'

- added the optional property 'asset/protection' to the response with the '200' status

## GET /api/auth/risks/all-opened-count/

- ⚠️ deleted the 'query' request parameter 'asset_monitored'

- added the new optional 'query' request parameter 'asset_protection'

## GET /api/auth/risks/policies/

- ⚠️ the 'results/items/description' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'results/items/title' response property's maxLength was unset from '2048' for the response status '200'

## POST /api/auth/risks/policies/

- ⚠️ the 'data/description' response property's maxLength was unset from '2048' for the response status '201'

- ⚠️ the 'data/title' response property's maxLength was unset from '2048' for the response status '201'

## GET /api/auth/risks/policies/{id}/

- ⚠️ the 'description' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '2048' for the response status '200'

## PATCH /api/auth/risks/policies/{id}/

- ⚠️ the 'description' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '2048' for the response status '200'

## POST /api/auth/risks/policies/{id}/filters/

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

## PATCH /api/auth/risks/policies/{policy_id}/filters/{filter_id}

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'value' response property's maxLength was unset from '2048' for the response status '200'

## GET /api/auth/risks/{id}/

- ⚠️ the 'asset/value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'subtopic/title' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'topic/title' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the optional property 'asset/is_monitored' from the response with the '200' status

- added the optional property 'asset/protection' to the response with the '200' status

## PATCH /api/auth/risks/{id}/

- ⚠️ the 'asset/value' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'subtopic/title' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ the 'topic/title' response property's maxLength was unset from '2048' for the response status '200'

- ⚠️ removed the request property 'asset/is_monitored'

- ⚠️ removed the optional property 'asset/is_monitored' from the response with the '200' status

- added the new optional request property 'asset/protection'

- added the optional property '/oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/asset/protection' to the response with the '200' status

## GET /api/auth/security-checks/

- ⚠️ the '/items/title' response property's maxLength was unset from '255' for the response status '200'

## GET /api/auth/security-checks/asset/{asset_id}

- ⚠️ the 'title' response property's maxLength was unset from '255' for the response status '200'

## GET /api/auth/tickets/

- ⚠️ the 'results/items/identifier' response property's maxLength was unset from '32' for the response status '200'

## GET /api/auth/tickets/{id}/

- ⚠️ the 'identifier' response property's maxLength was unset from '32' for the response status '200'

## GET /api/auth/user/current

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/vulns/

- ⚠️ the 'results/items/title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ removed the required property 'results/items/asset_is_monitored' from the response with the '200' status

- ⚠️ deleted the 'query' request parameter 'asset_monitored'

- added the new optional 'query' request parameter 'asset_protection'

- added the required property 'results/items/asset_protection' to the response with the '200' status

## POST /api/auth/vulns/

- ⚠️ the 'business_impacts/items/' response property's maxLength was unset from '512' for the response status '201'

- ⚠️ the 'category' response property's maxLength was unset from '512' for the response status '201'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '256' for the response status '201'

- ⚠️ the 'external_vulnerability/cvss_vector' response property's maxLength was unset from '256' for the response status '201'

- ⚠️ the 'external_vulnerability/title' response property's maxLength was unset from '512' for the response status '201'

- ⚠️ the 'title' response property's maxLength was unset from '512' for the response status '201'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '201' status

- added the required property 'asset_protection' to the response with the '201' status

## GET /api/auth/vulns/times-to-fix

- ⚠️ added the new required 'query' request parameter 'org_id'

- ⚠️ removed the required property 'data' from the response with the '200' status

- ⚠️ removed the required property 'status' from the response with the '200' status

- added the required property 'critical' to the response with the '200' status

- added the required property 'high' to the response with the '200' status

- added the required property 'info' to the response with the '200' status

- added the required property 'low' to the response with the '200' status

- added the required property 'medium' to the response with the '200' status

## GET /api/auth/vulns/{id}/

- ⚠️ the 'business_impacts/items/' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'category' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '200' status

- added the required property 'asset_protection' to the response with the '200' status

## PATCH /api/auth/vulns/{id}/

- ⚠️ the 'business_impacts/items/' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'category' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '200' status

- added the required property 'asset_protection' to the response with the '200' status

## GET /api/auth/vulns/{id}/events

- ⚠️ deleted the 'query' request parameter 'asset_monitored'

- added the new optional 'query' request parameter 'asset_protection'

## POST /api/auth/vulns/{id}/owners

- ⚠️ the 'business_impacts/items/' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'category' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '200' status

- added the required property 'asset_protection' to the response with the '200' status

## GET /api/auth/vulns/{id}/retests

- ⚠️ deleted the 'query' request parameter 'asset_monitored'

- added the new optional 'query' request parameter 'asset_protection'

## POST /api/auth/vulns/{id}/solution-owners

- ⚠️ the 'business_impacts/items/' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'category' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '200' status

- added the required property 'asset_protection' to the response with the '200' status

## GET /api/auth/vulns/{id}/tickets

- ⚠️ the 'results/items/identifier' response property's maxLength was unset from '32' for the response status '200'

- ⚠️ deleted the 'query' request parameter 'asset_monitored'

- added the new optional 'query' request parameter 'asset_protection'

## GET /api/auth/vulns/{user_friendly_id}/

- ⚠️ the 'business_impacts/items/' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'category' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ the 'cvss_vector' response property's maxLength was unset from '256' for the response status '200'

- ⚠️ the 'title' response property's maxLength was unset from '512' for the response status '200'

- ⚠️ removed the required property 'asset_is_monitored' from the response with the '200' status

- added the required property 'asset_protection' to the response with the '200' status

You can access the complete API documentation here.

Did this answer your question?