Skip to main content

# API Changelog version 2.19.0

Will be released on the 11th of February

J
Written by Julie KOFFI
Updated this week

Impact level : Low

## GET /api/auth/asm/cve/count/

- endpoint added

## POST /api/auth/asm/cve/related-assets-count/

- endpoint added

## GET /api/auth/asm/cve/v2/

- endpoint added

## GET /api/auth/asm/cve/{identifier}

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

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

## GET /api/auth/assets/

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

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

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

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

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

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

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

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

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

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

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

## GET /api/auth/orgs/

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

## GET /api/auth/orgs/arsenalstatus

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

## GET /api/auth/pentests/

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

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

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

## GET /api/auth/risks/

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

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

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

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

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

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

## GET /api/auth/users/

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

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

## GET /api/auth/vulns/

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

## POST /api/auth/vulns/

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

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

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

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

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

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

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

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

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

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

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

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

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

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

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

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

- ⚠️ the request property 'found_at' became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property 'found_at' became not nullable (media type: multipart/form-data)

- ⚠️ the request property 'found_at' became not nullable (media type: application/json)

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

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

You can access the complete API documentation here.

Did this answer your question?