Skip to main content

# API Changelog version 2.13.0

Released on October 29th

Updated this week

## GET /api/auth/assets/

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

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

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

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

## POST /api/auth/assets/

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

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

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

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

- added the optional property 'data/related_easm' to the response with the '201' status

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- ⚠️ the request's body type/format changed from 'object'/'' to 'array'/''

- ⚠️ removed the success response with the status '200'

- ⚠️ removed the request property 'criticality'

- ⚠️ removed the request property 'description'

- ⚠️ removed the request property 'is_dynamic'

- ⚠️ removed the request property 'organization'

- ⚠️ removed the request property 'owners'

- ⚠️ removed the request property 'suborganizations'

- ⚠️ removed the request property 'tags'

- ⚠️ removed the request property 'title'

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

- added the success response with the status '201'

## POST /api/auth/assets/ports

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

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

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

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

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

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

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

- ⚠️ removed the enum value 'asset_pentested' of the request property 'filters/field'

- added the new 'asset_pentest_option' enum value to the request property 'filters/field'

- added the new 'asset_protection' enum value to the request property 'filters/field'

- added 'asset_pentest_option, asset_protection' discriminator mapping keys to the 'results/items/' response property for the response status '200'

- removed 'asset_pentested' discriminator mapping keys from the 'results/items/' response property for the response status '200'

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

- added 'asset_pentest_option, asset_protection' mapping keys to the request discriminator

- removed 'asset_pentested' mapping keys from the request discriminator

- added 'asset_protection, asset_pentest_option' mapping keys to the response discriminator for the response status '200'

- removed 'asset_pentested' mapping keys from the response discriminator for the response status '200'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

## GET /api/auth/risks/

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

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

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

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

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

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

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

You can access the complete API documentation here.

Did this answer your question?