Impact level : high
With the introduction of Tag Editor, several API endpoints have been deprecated or removed:
POST /api/auth/assets/{id}/tags/add has been removed. This endpoint previously allowed creating a tag and assigning it directly to an asset. Use POST /api/auth/tags/ instead, with the
asset_idsfield provided in the request body.DELETE /api/auth/assets/{id}/tags/{pk_tag}/ has been removed. This endpoint previously allowed dissociating a single tag from an asset. Use DELETE /api/auth/assets/tags instead, which supports dissociating multiple tags from multiple assets.
Other tag-related endpoints may be removed in a future release:
GET /api/auth/assets/tags → Use GET /api/auth/tags to list tags.
GET /api/auth/assets/tags/{id} → Use GET /api/auth/tags/{id} to retrieve a tag.
PATCH /api/auth/assets/tags/{id} → Use PATCH /api/auth/tags/{id} to update a tag.
POST /api/auth/assets/tags/{id} → Use POST /api/auth/assets/tags to associate tags with assets.
DELETE /api/auth/assets/tags/{id} → Use DELETE /api/auth/tags/{id} to delete a tag.
GET /api/auth/asm/cve/
⚠️ The
asset_idquery parameter type was changed fromnumbertointeger.⚠️ Removed the
identifierquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/asm/cve/count/
⚠️ The
asset_idquery parameter type was changed fromnumbertointeger.⚠️ Removed the
identifierquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/asm/cve/v2/
⚠️ The
asset_idquery parameter type was changed fromnumbertointeger.⚠️ Removed the
identifierquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/asm/ip-address/
⚠️ Added
#/components/schemas/Type379Enumto theresults/items/typeresponse property'soneOflist for HTTP 200 responses.Removed
#/components/schemas/Type73cEnumfrom theresults/items/typeresponse property'soneOflist for HTTP 200 responses.
GET /api/auth/asm/ip-address/{id}/
⚠️ Added
#/components/schemas/Type379Enumto thetyperesponse property'soneOflist for HTTP 200 responses.Removed
#/components/schemas/Type73cEnumfrom thetyperesponse property'soneOflist for HTTP 200 responses.
GET /api/auth/assets/
Added
#/components/schemas/TypeC0bEnumto theresults/items/typeresponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom theresults/items/typeresponse property'sallOflist for HTTP 200 responses.Added the required
results/items/thumbnail_urlresponse property.
POST /api/auth/assets/
Added
#/components/schemas/TypeC0bEnumto thedata/typeresponse property'sallOflist for HTTP 201 responses.Removed
#/components/schemas/TypeEf5Enumfrom thedata/typeresponse property'sallOflist for HTTP 201 responses.Added the required
data/screenshot_urlresponse property.
GET /api/auth/assets/by-control-warning-impacted
Added
#/components/schemas/TypeC0bEnumto theresults/items/typeresponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom theresults/items/typeresponse property'sallOflist for HTTP 200 responses.
GET /api/auth/assets/export/json
Added
#/components/schemas/TypeC0bEnumto thetyperesponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom thetyperesponse property'sallOflist for HTTP 200 responses.Added the required
screenshot_urlresponse property.
POST /api/auth/assets/ports
Added
#/components/schemas/TypeC0bEnumto thetyperesponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom thetyperesponse property'sallOflist for HTTP 200 responses.Added the required
screenshot_urlresponse property.
GET /api/auth/assets/tags/
Added the optional
usedquery parameter.
GET /api/auth/assets/{id}/
Added
#/components/schemas/TypeC0bEnumto thetyperesponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom thetyperesponse property'sallOflist for HTTP 200 responses.Added the required
screenshot_urlresponse property.
PATCH /api/auth/assets/{id}/
⚠️ Added
#/components/schemas/TypeC0bEnumto thetyperequest property'sallOflist.⚠️ Removed
#/components/schemas/TypeEf5Enumfrom thetyperequest property'sallOflist.Added
#/components/schemas/TypeC0bEnumto thetyperesponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom thetyperesponse property'sallOflist for HTTP 200 responses.Added the required
screenshot_urlresponse property.
POST /api/auth/assets/{id}/
⚠️ Added
#/components/schemas/TypeC0bEnumto thetyperequest property'sallOflist.⚠️ Removed
#/components/schemas/TypeEf5Enumfrom thetyperequest property'sallOflist.Added
#/components/schemas/TypeC0bEnumto thetyperesponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/TypeEf5Enumfrom thetyperesponse property'sallOflist for HTTP 200 responses.Added the required
screenshot_urlresponse property.
POST /api/auth/assets/{id}/tags
⚠️ Added
#/components/schemas/TypeC0bEnumto thetyperequest property'sallOflist.⚠️ Removed
#/components/schemas/TypeEf5Enumfrom thetyperequest property'sallOflist.
POST /api/auth/assets/{id}/tags/add
⚠️ Endpoint removed without prior deprecation.
DELETE /api/auth/assets/{id}/tags/{pk_tag}/
⚠️ Endpoint removed without prior deprecation.
GET /api/auth/pentests/
Added the optional
teamsquery parameter.The
teamquery parameter type was generalized fromintegertonumber.The
team_notquery parameter type was generalized fromintegertonumber.The
userquery parameter type was generalized fromintegertonumber.
GET /api/auth/security-checks/
Added the optional
org_idquery parameter.Added the optional
teamsquery parameter.
DELETE /api/auth/tags/
Added new endpoint.
GET /api/auth/tags/
Added new endpoint.
POST /api/auth/tags/
⚠️ Increased the minimum length of the
valuerequest property from0to1.⚠️ Set the maximum length of the
valuerequest property to2048.⚠️ Removed the HTTP 200 success response.
Added the optional
asset_idsrequest property.Added the optional
descriptionrequest property.Added the HTTP 201 success response.
PATCH /api/auth/tags/{id}/
Added new endpoint.
GET /api/auth/typosquatted-domains
Added
#/components/schemas/Status756Enumto theresults/items/statusresponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/StatusC0bEnumfrom theresults/items/statusresponse property'sallOflist for HTTP 200 responses.
GET /api/auth/typosquatted-domains/{id}
Added
#/components/schemas/Status756Enumto thestatusresponse property'sallOflist for HTTP 200 responses.Removed
#/components/schemas/StatusC0bEnumfrom thestatusresponse property'sallOflist for HTTP 200 responses.
GET /api/auth/vulns/
⚠️ Changed the
not_vuln_ownerquery parameter type fromstringtoarray.⚠️ Changed the
not_vuln_solution_ownerquery parameter type fromstringtoarray.
GET /api/auth/vulns/severities
⚠️ The
critical,high,medium,low, andinfoseverity response properties became optional.Updated operation ID from
vulnerabilities_by_severitytovulns_severities_retrieve.Added multiple new optional filtering query parameters.
Added a default value of
0.00for all severity counters in HTTP 200 responses.
GET /api/auth/vulns/severities/over-time
⚠️ Changed the
critical,high,medium,low, andinfoseverity response properties from scalar values to arrays.Updated operation ID from
vulnerabilities_severities_over_timetovulns_severities_over_time_retrieve.Added multiple new optional filtering query parameters.
GET /api/auth/vulns/severities/statistics
⚠️ The
open.total,open.since_last_week,close.total, andclose.since_last_weekresponse properties became optional.Updated operation ID from
vulnerabilities_statisticstovulns_severities_statistics_retrieve.Added multiple new optional filtering query parameters.
Added default values of
0.00for statistics counters in HTTP 200 responses.
GET /api/auth/vulns/{id}/events
⚠️ Changed the
not_vuln_ownerquery parameter type fromstringtoarray.⚠️ Changed the
not_vuln_solution_ownerquery parameter type fromstringtoarray.
GET /api/auth/vulns/{id}/retests
⚠️ Changed the
not_vuln_ownerquery parameter type fromstringtoarray.⚠️ Changed the
not_vuln_solution_ownerquery parameter type fromstringtoarray.
GET /api/auth/vulns/{id}/tickets
⚠️ Changed the
not_vuln_ownerquery parameter type fromstringtoarray.⚠️ Changed the
not_vuln_solution_ownerquery parameter type fromstringtoarray.
