Skip to main content

# API Changelog version 2.22.0

Will be released on the 25th of March

Written by Julie KOFFI
Updated over a week ago

## POST /api/auth/assets/

- the response optional property 'data/teams' became write-only for the status '201'

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

- the response optional property 'teams' became write-only for the status '200'

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

- api operation id 'assets_group_add_assets_2' removed and replaced with 'assets_group_add_tag'

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

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

## POST /api/auth/assets/ports

- the response optional property 'teams' became write-only for the status '200'

## DELETE /api/auth/assets/tags/

- endpoint added

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

- ⚠️ added the new required request property 'asset_ids' (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property 'asset_ids' (media type: application/json)

- ⚠️ added the new required request property 'asset_ids' (media type: multipart/form-data)

- ⚠️ added the new required request property 'organization_id' (media type: application/json)

- ⚠️ added the new required request property 'organization_id' (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property 'organization_id' (media type: multipart/form-data)

- ⚠️ added the new required request property 'tag_values' (media type: multipart/form-data)

- ⚠️ added the new required request property 'tag_values' (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property 'tag_values' (media type: application/json)

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

- ⚠️ removed the request property 'organization' (media type: multipart/form-data)

- ⚠️ removed the request property 'organization' (media type: application/x-www-form-urlencoded)

- ⚠️ removed the request property 'organization' (media type: application/json)

- ⚠️ removed the request property 'value' (media type: application/json)

- ⚠️ removed the request property 'value' (media type: multipart/form-data)

- ⚠️ removed the request property 'value' (media type: application/x-www-form-urlencoded)

- added the success response with the status '200'

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

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

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

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

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

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

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

- api operation id 'assets_tags_destroy' removed and replaced with 'assets_tags_destroy_2'

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

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

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

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

- the response optional property 'teams' became write-only for the status '200'

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

- the request optional property 'teams' became write-only (media type: multipart/form-data)

- the request optional property 'teams' became write-only (media type: application/json)

- the request optional property 'teams' became write-only (media type: application/x-www-form-urlencoded)

- the response optional property 'teams' became write-only for the status '200'

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

- the request optional property 'teams' became write-only (media type: application/x-www-form-urlencoded)

- the request optional property 'teams' became write-only (media type: application/json)

- the request optional property 'teams' became write-only (media type: multipart/form-data)

- the response optional property 'teams' became write-only for the status '200'

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

- the request optional property 'teams' became write-only (media type: multipart/form-data)

- the request optional property 'teams' became write-only (media type: application/json)

- the request optional property 'teams' became write-only (media type: application/x-www-form-urlencoded)

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

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

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

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

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

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

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

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

## POST /api/auth/greyboxes/

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

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

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

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

## POST /api/auth/teams/asset-groups

- endpoint added

## POST /api/auth/teams/campaigns

- endpoint added

## POST /api/auth/teams/users

- endpoint added

## POST /api/auth/teams/{id}/asset-groups

- ⚠️ api removed without deprecation

## POST /api/auth/teams/{id}/campaigns

- ⚠️ api removed without deprecation

## POST /api/auth/teams/{id}/users

- ⚠️ api removed without deprecation

You can access the complete API documentation here.

Did this answer your question?