Skip to main content

# API Changelog Version 2.5.0

Will be released on June 25th

Updated over a week ago

## GET /api/auth/assets/

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- for the 'query' request parameter 'outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

## POST /api/auth/assets/

- ⚠️ the 'outside_business_hours' response's property type/format changed from ''/'' to 'integer'/'' for status '201'

- ⚠️ added the new '0.00' enum value to the 'outside_business_hours' response property for the response status '201'

- ⚠️ added the new '1.00' enum value to the 'outside_business_hours' response property for the response status '201'

- removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' response property 'allOf' list for the response status '201'

- the 'outside_business_hours' response's property default value '0.00' was removed for the status '201'

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

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- for the 'query' request parameter 'outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

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

- ⚠️ the 'outside_business_hours' response's property type/format changed from ''/'' to 'integer'/'' for status '200'

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

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

- removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' response property 'allOf' list for the response status '200'

- the 'outside_business_hours' response's property default value '0.00' was removed for the status '200'

## GET /api/auth/assets/group/

- ⚠️ the response property 'results/items/asset_group_tags' became nullable for the status '200'

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

## POST /api/auth/assets/import

- ⚠️ the 'suborganization' request property type/format changed from 'string'/'' to 'integer'/''

- ⚠️ the 'suborganization' request property type/format changed from 'string'/'' to 'integer'/''

- ⚠️ the 'suborganization' request property type/format changed from 'string'/'' to 'integer'/''

## POST /api/auth/assets/ports

- ⚠️ the 'outside_business_hours' response's property type/format changed from ''/'' to 'integer'/'' for status '200'

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

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

- removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' response property 'allOf' list for the response status '200'

- the 'outside_business_hours' response's property default value '0.00' was removed for the status '200'

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

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

## POST /api/auth/assets/tags/policies/delete/

- ⚠️ the 'ids/items/' request property type/format changed from 'string'/'' to 'array'/''

- ⚠️ the 'ids/items/' request property type/format changed from 'string'/'' to 'array'/''

- ⚠️ the 'ids/items/' request property type/format changed from 'string'/'' to 'array'/''

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

- ⚠️ the 'results/items/oneOf[#/components/schemas/AutoTagFilterAssetMonitored]/value' response's property type/format changed from 'boolean'/'' to 'string'/'' for status '200'

- ⚠️ added the new 'not_pentested' enum value to the 'results/items/oneOf[#/components/schemas/AutoTagFilterAssetMonitored]/value' response property for the response status '200'

- ⚠️ added the new 'pentested' enum value to the 'results/items/oneOf[#/components/schemas/AutoTagFilterAssetMonitored]/value' response property for the response status '200'

- ⚠️ added the new 'pentested_inside_business_hours' enum value to the 'results/items/oneOf[#/components/schemas/AutoTagFilterAssetMonitored]/value' response property for the response status '200'

- ⚠️ added the new 'pentested_outside_business_hours' enum value to the 'results/items/oneOf[#/components/schemas/AutoTagFilterAssetMonitored]/value' response property for the response status '200'

## PATCH /api/auth/assets/tags/policies/{policy_id}/filters/{filter_id}/

- ⚠️ request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value' was restricted to a list of enum values

- ⚠️ request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value' was restricted to a list of enum values

- ⚠️ request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value' was restricted to a list of enum values

- ⚠️ the '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value' request property type/format changed from 'boolean'/'' to 'string'/''

- ⚠️ the '/oneOf[#/components/schemas/AutoTagFilterAssetMonitoredUpdate]/value' response's property type/format changed from 'boolean'/'' to 'string'/'' for status '200'

- ⚠️ added the new 'not_pentested' enum value to the '/oneOf[#/components/schemas/AutoTagFilterAssetMonitoredUpdate]/value' response property for the response status '200'

- ⚠️ added the new 'pentested' enum value to the '/oneOf[#/components/schemas/AutoTagFilterAssetMonitoredUpdate]/value' response property for the response status '200'

- ⚠️ added the new 'pentested_inside_business_hours' enum value to the '/oneOf[#/components/schemas/AutoTagFilterAssetMonitoredUpdate]/value' response property for the response status '200'

- ⚠️ added the new 'pentested_outside_business_hours' enum value to the '/oneOf[#/components/schemas/AutoTagFilterAssetMonitoredUpdate]/value' response property for the response status '200'

- added the new 'not_pentested' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'not_pentested' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'not_pentested' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested_inside_business_hours' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested_inside_business_hours' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested_inside_business_hours' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested_outside_business_hours' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested_outside_business_hours' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- added the new 'pentested_outside_business_hours' enum value to the request property '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value'

- the '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value' request property type/format was generalized from 'boolean'/'' to 'string'/''

- the '/oneOf[#/components/schemas/PatchedAutoTagFilterAssetMonitoredUpdate]/value' request property type/format was generalized from 'boolean'/'' to 'string'/''

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

- ⚠️ the 'outside_business_hours' response's property type/format changed from ''/'' to 'integer'/'' for status '200'

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

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

- removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' response property 'allOf' list for the response status '200'

- the 'outside_business_hours' response's property default value '0.00' was removed for the status '200'

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

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' response's property type/format changed from ''/'' to 'integer'/'' for status '200'

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

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

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

- the 'outside_business_hours' request property default value '0.00' was removed

- the 'outside_business_hours' request property default value '0.00' was removed

- the 'outside_business_hours' request property default value '0.00' was removed

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' response property 'allOf' list for the response status '200'

- the 'outside_business_hours' response's property default value '0.00' was removed for the status '200'

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

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' response's property type/format changed from ''/'' to 'integer'/'' for status '200'

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

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

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

- the 'outside_business_hours' request property default value '0.00' was removed

- the 'outside_business_hours' request property default value '0.00' was removed

- the 'outside_business_hours' request property default value '0.00' was removed

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' response property 'allOf' list for the response status '200'

- the 'outside_business_hours' response's property default value '0.00' was removed for the status '200'

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

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ request property 'outside_business_hours' was restricted to a list of enum values

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ the 'outside_business_hours' request property type/format changed from ''/'' to 'integer'/''

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- ⚠️ removed '#/components/schemas/OutsideBusinessHoursEnum' from the 'outside_business_hours' request property 'allOf' list

- the 'outside_business_hours' request property default value '0.00' was removed

- the 'outside_business_hours' request property default value '0.00' was removed

- the 'outside_business_hours' request property default value '0.00' was removed

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '0.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

- added the new '1.00' enum value to the request property 'outside_business_hours'

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

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

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

- added the new optional request property 'force_obh_assets'

- added the new optional request property 'force_obh_assets'

- added the new optional request property 'force_obh_assets'

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

## GET /api/auth/risks/

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- for the 'query' request parameter 'asset_outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

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

- endpoint added

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

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

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

- ⚠️ the 'query' request parameter 'scan_type' was restricted to a list of enum values

- ⚠️ added the new 'others' enum value to the '/items/scan_type' response property for the response status '200'

- added the new enum value 'offensive' to the 'query' request parameter 'scan_type'

- added the new enum value 'others' to the 'query' request parameter 'scan_type'

- added the new enum value 'passive' to the 'query' request parameter 'scan_type'

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

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

## GET /api/auth/vulns/

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ the response property 'results/items/vuln_owners' became nullable for the status '200'

- ⚠️ the response property 'results/items/vuln_solution_owners' became nullable for the status '200'

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

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

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

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

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

- for the 'query' request parameter 'asset_outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

## POST /api/auth/vulns/

- ⚠️ the response property 'last_ticket' became nullable for the status '201'

- ⚠️ the response property 'vuln_owners' became nullable for the status '201'

- ⚠️ the response property 'vuln_solution_owners' became nullable for the status '201'

- ⚠️ the 'attachments' response's property type/format changed from 'string'/'' to 'object'/'' for status '201'

- ⚠️ the 'is_overdue' response's property type/format changed from 'string'/'' to 'boolean'/'' for status '201'

- ⚠️ the 'last_ticket' response's property type/format changed from 'string'/'' to 'object'/'' for status '201'

- ⚠️ the 'suborganizations' response's property type/format changed from 'string'/'' to 'array'/'' for status '201'

- ⚠️ the 'vuln_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '201'

- ⚠️ the 'vuln_solution_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '201'

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

## POST /api/auth/vulns/export/csv

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

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

- ⚠️ the response property 'last_ticket' became nullable for the status '200'

- ⚠️ the response property 'vuln_owners' became nullable for the status '200'

- ⚠️ the response property 'vuln_solution_owners' became nullable for the status '200'

- ⚠️ the 'attachments' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'is_overdue' response's property type/format changed from 'string'/'' to 'boolean'/'' for status '200'

- ⚠️ the 'last_ticket' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'suborganizations' response's property type/format changed from 'string'/'' to 'array'/'' for status '200'

- ⚠️ the 'vuln_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'vuln_solution_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

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

- ⚠️ the response property 'last_ticket' became nullable for the status '200'

- ⚠️ the response property 'vuln_owners' became nullable for the status '200'

- ⚠️ the response property 'vuln_solution_owners' became nullable for the status '200'

- ⚠️ the 'attachments' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'is_overdue' response's property type/format changed from 'string'/'' to 'boolean'/'' for status '200'

- ⚠️ the 'last_ticket' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'suborganizations' response's property type/format changed from 'string'/'' to 'array'/'' for status '200'

- ⚠️ the 'vuln_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'vuln_solution_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

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

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

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

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

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

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

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

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

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

- for the 'query' request parameter 'asset_outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

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

- ⚠️ the response property 'last_ticket' became nullable for the status '200'

- ⚠️ the response property 'vuln_owners' became nullable for the status '200'

- ⚠️ the response property 'vuln_solution_owners' became nullable for the status '200'

- ⚠️ the 'attachments' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'is_overdue' response's property type/format changed from 'string'/'' to 'boolean'/'' for status '200'

- ⚠️ the 'last_ticket' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'suborganizations' response's property type/format changed from 'string'/'' to 'array'/'' for status '200'

- ⚠️ the 'vuln_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'vuln_solution_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

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

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

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

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

- for the 'query' request parameter 'asset_outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

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

- ⚠️ the response property 'last_ticket' became nullable for the status '200'

- ⚠️ the response property 'vuln_owners' became nullable for the status '200'

- ⚠️ the response property 'vuln_solution_owners' became nullable for the status '200'

- ⚠️ the 'attachments' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'is_overdue' response's property type/format changed from 'string'/'' to 'boolean'/'' for status '200'

- ⚠️ the 'last_ticket' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'suborganizations' response's property type/format changed from 'string'/'' to 'array'/'' for status '200'

- ⚠️ the 'vuln_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'vuln_solution_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'last_ticket' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

- the request property 'vuln_solution_owners' became nullable

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

- ⚠️ for the 'query' request parameter 'after', the type/format was changed from 'string'/'date-time' to 'string'/'date'

- ⚠️ for the 'query' request parameter 'before', the type/format was changed from 'string'/'date-time' to 'string'/'date'

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

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

- for the 'query' request parameter 'asset_outside_business_hours', the type/format was generalized from 'integer'/'' to 'string'/''

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

- ⚠️ the response property 'last_ticket' became nullable for the status '200'

- ⚠️ the response property 'vuln_owners' became nullable for the status '200'

- ⚠️ the response property 'vuln_solution_owners' became nullable for the status '200'

- ⚠️ the 'attachments' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'is_overdue' response's property type/format changed from 'string'/'' to 'boolean'/'' for status '200'

- ⚠️ the 'last_ticket' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'suborganizations' response's property type/format changed from 'string'/'' to 'array'/'' for status '200'

- ⚠️ the 'vuln_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

- ⚠️ the 'vuln_solution_owners' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

You can access the complete API documentation here.

Did this answer your question?