Skip to main content

# API Changelog Version 2.1.0

Will be released on April 16th

Updated over 3 months ago

## GET /api/auth/itsm/config/reset/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/issuetypes/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/jira-issuetypes/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/jira-projects/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/projects/

- added the media type 'application/json' for the response with the status '200'

## POST /api/auth/itsm/tickets/set/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/users/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/users/search/{ids}

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/users/{ids}

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/{config_id}/issuetypes/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/{config_id}/jira-issuetypes/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/{config_id}/jira-projects/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/{config_id}/priorities/

- endpoint added

## GET /api/auth/itsm/{config_id}/projects/

- added the media type 'application/json' for the response with the status '200'

## POST /api/auth/itsm/{config_id}/tickets/set/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/{config_id}/users/

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/itsm/{config_id}/users/{ids}

- added the media type 'application/json' for the response with the status '200'

## GET /api/auth/risks/

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

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

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

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

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

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

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

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

- ⚠️ the 'results/items/assets' 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?