Skip to main content

# API Changelog version 2.25.0

Will be released on the 6th of May

Written by Julie KOFFI

Impact level : low

## API Changes

### GET /api/auth/alerts/

- added `#/components/schemas/Severity5feEnum` to the `results/items/vulnerabilities/items/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `results/items/vulnerabilities/items/severity` response property `allOf` list for the response status `200`

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

- endpoint added

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

- ⚠️ for the `query` request parameter `product`, the type/format was changed from `string`/`` to `integer`/``

- ⚠️ for the `query` request parameter `vendor`, the type/format was changed from `string`/`` to `integer`/``

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

- ⚠️ added the new required `query` request parameter `org_id`

- ⚠️ for the `query` request parameter `product`, the type/format was changed from `string`/`` to `integer`/``

- ⚠️ for the `query` request parameter `vendor`, the type/format was changed from `string`/`` to `integer`/``

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `results/items/severity` response property `oneOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `results/items/severity` response property `oneOf` list for the response status `200`

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` response property `oneOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `oneOf` list for the response status `200`

### GET /api/auth/assets/

- ⚠️ deleted the `query` request parameter `no_groups`

- added the new optional `query` request parameter `belong_to_an_asset_group`

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

- ⚠️ deleted the `query` request parameter `no_groups`

- added the new optional `query` request parameter `belong_to_an_asset_group`

### GET /api/auth/controls/

- added `#/components/schemas/Severity5feEnum` to the `results/items/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `results/items/severity` response property `allOf` list for the response status `200`

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

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `vulnerabilities/items/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `vulnerabilities/items/severity` response property `allOf` list for the response status `200`

### GET /api/auth/orgs/

- ⚠️ removed the required property `results/items/auto_easm` from the response with the `200` status

- ⚠️ removed the required property `results/items/auto_easm_activation_consumption` from the response with the `200` status

- ⚠️ removed the required property `results/items/brand_image_url` from the response with the `200` status

- ⚠️ removed the required property `results/items/created_at` from the response with the `200` status

- ⚠️ removed the required property `results/items/easm_credits_available` from the response with the `200` status

- ⚠️ removed the required property `results/items/end_of_contract` from the response with the `200` status

- ⚠️ removed the required property `results/items/id` from the response with the `200` status

- ⚠️ removed the required property `results/items/is_poc` from the response with the `200` status

- ⚠️ removed the required property `results/items/is_sso` from the response with the `200` status

- ⚠️ removed the required property `results/items/max_easm_assets_allowed` from the response with the `200` status

- ⚠️ removed the required property `results/items/max_pentested_assets_allowed` from the response with the `200` status

- ⚠️ removed the required property `results/items/max_pentested_slot_allowed` from the response with the `200` status

- ⚠️ removed the required property `results/items/name` from the response with the `200` status

- ⚠️ removed the required property `results/items/outside_business_hours` from the response with the `200` status

- ⚠️ removed the required property `results/items/outside_business_hours_enabled` from the response with the `200` status

- ⚠️ removed the required property `results/items/owner` from the response with the `200` status

- ⚠️ removed the required property `results/items/pentested_assets` from the response with the `200` status

- ⚠️ removed the required property `results/items/pentested_slot_available` from the response with the `200` status

- ⚠️ removed the required property `results/items/risk_insights_enabled` from the response with the `200` status

- ⚠️ removed the required property `results/items/rotation_frequency` from the response with the `200` status

- ⚠️ removed the required property `results/items/slug` from the response with the `200` status

- ⚠️ removed the required property `results/items/teams_enabled` from the response with the `200` status

- ⚠️ removed the required property `results/items/technologies_enabled` from the response with the `200` status

- ⚠️ removed the required property `results/items/typosquatting_enabled` from the response with the `200` status

- ⚠️ removed the required property `results/items/user_count` from the response with the `200` status

- ⚠️ removed the optional property `results/items/is_active` from the response with the `200` status

- added the non-success response with the status `404`

- added the required property `results/items/credits` to the response with the `200` status

- added the required property `results/items/features` to the response with the `200` status

- added the required property `results/items/identity` to the response with the `200` status

- added the required property `results/items/members` to the response with the `200` status

- added the required property `results/items/monitoring` to the response with the `200` status

- added the required property `results/items/profile` to the response with the `200` status

### GET /api/auth/orgs/arsenalstatus

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

### GET /api/auth/orgs/default/

- endpoint added

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

- ⚠️ removed the required property `auto_easm` from the response with the `200` status

- ⚠️ removed the required property `auto_easm_activation_consumption` from the response with the `200` status

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

- ⚠️ removed the required property `created_at` from the response with the `200` status

- ⚠️ removed the required property `easm_credits_available` from the response with the `200` status

- ⚠️ removed the required property `end_of_contract` from the response with the `200` status

- ⚠️ removed the required property `id` from the response with the `200` status

- ⚠️ removed the required property `is_poc` from the response with the `200` status

- ⚠️ removed the required property `is_sso` from the response with the `200` status

- ⚠️ removed the required property `max_easm_assets_allowed` from the response with the `200` status

- ⚠️ removed the required property `max_pentested_assets_allowed` from the response with the `200` status

- ⚠️ removed the required property `max_pentested_slot_allowed` from the response with the `200` status

- ⚠️ removed the required property `name` from the response with the `200` status

- ⚠️ removed the required property `outside_business_hours` from the response with the `200` status

- ⚠️ removed the required property `outside_business_hours_enabled` from the response with the `200` status

- ⚠️ removed the required property `owner` from the response with the `200` status

- ⚠️ removed the required property `pentested_assets` from the response with the `200` status

- ⚠️ removed the required property `pentested_slot_available` from the response with the `200` status

- ⚠️ removed the required property `risk_insights_enabled` from the response with the `200` status

- ⚠️ removed the required property `rotation_frequency` from the response with the `200` status

- ⚠️ removed the required property `slug` from the response with the `200` status

- ⚠️ removed the required property `teams_enabled` from the response with the `200` status

- ⚠️ removed the required property `technologies_enabled` from the response with the `200` status

- ⚠️ removed the required property `typosquatting_enabled` from the response with the `200` status

- ⚠️ removed the required property `user_count` from the response with the `200` status

- ⚠️ removed the optional property `is_active` from the response with the `200` status

- added the non-success response with the status `404`

- added the required property `credits` to the response with the `200` status

- added the required property `features` to the response with the `200` status

- added the required property `identity` to the response with the `200` status

- added the required property `members` to the response with the `200` status

- added the required property `monitoring` to the response with the `200` status

- added the required property `profile` to the response with the `200` status

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

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

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

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

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

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

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

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

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

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

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

- ⚠️ removed the required property `brand_image_url` from the response with the `200` status

### GET /api/auth/remediations

- added `#/components/schemas/RoleEnum` to the `results/items/owners/items/role` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `results/items/owners/items/role` response property `oneOf` list for the response status `200`

### POST /api/auth/remediations

- ⚠️ added `#/components/schemas/RoleEnum` to the `owners/items/role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `owners/items/role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `owners/items/role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ the request property `owners/items/role` became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property `owners/items/role` became not nullable (media type: multipart/form-data)

- ⚠️ the request property `owners/items/role` became not nullable (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- added `#/components/schemas/RoleEnum` to the `owners/items/role` response property `allOf` list for the response status `201`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` response property `oneOf` list for the response status `201`

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

- added `#/components/schemas/RoleEnum` to the `owners/items/role` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` response property `oneOf` list for the response status `200`

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

- ⚠️ added `#/components/schemas/RoleEnum` to the `owners/items/role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `owners/items/role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `owners/items/role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ the request property `owners/items/role` became not nullable (media type: application/json)

- ⚠️ the request property `owners/items/role` became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ the request property `owners/items/role` became not nullable (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- added `#/components/schemas/RoleEnum` to the `owners/items/role` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `owners/items/role` response property `oneOf` list for the response status `200`

### GET /api/auth/risks/

- added `#/components/schemas/Severity5feEnum` to the `results/items/oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `results/items/oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/severity` response property `allOf` list for the response status `200`

### GET /api/auth/risks/policies/

- added `#/components/schemas/RoleEnum` to the `results/items/created_by/allOf[#/components/schemas/UserLite]/role` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `results/items/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `results/items/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `results/items/created_by/allOf[#/components/schemas/UserLite]/role` response property `oneOf` list for the response status `200`

### POST /api/auth/risks/policies/

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: multipart/form-data)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: application/json)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- added `#/components/schemas/RoleEnum` to the `data/created_by/allOf[#/components/schemas/UserLite]/role` response property `allOf` list for the response status `201`

- added `#/components/schemas/Severity5feEnum` to the `data/severity` response property `allOf` list for the response status `201`

- removed `#/components/schemas/SeverityEnum` from the `data/severity` response property `allOf` list for the response status `201`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `data/created_by/allOf[#/components/schemas/UserLite]/role` response property `oneOf` list for the response status `201`

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

- added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` response property `oneOf` list for the response status `200`

### PATCH /api/auth/risks/policies/{id}/

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: multipart/form-data)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: application/json)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` response property `oneOf` list for the response status `200`

### POST /api/auth/risks/policies/{id}/apply/

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `created_by/allOf[#/components/schemas/UserLite]/role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: multipart/form-data)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: application/json)

- ⚠️ the request property `created_by/allOf[#/components/schemas/UserLite]/role` became not nullable (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `created_by/allOf[#/components/schemas/UserLite]/role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

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

- added `#/components/schemas/Severity5feEnum` to the `oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/severity` response property `allOf` list for the response status `200`

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `oneOf[#/components/schemas/PatchedInsightBaseTyped]/allOf[#/components/schemas/PatchedInsightBase]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `oneOf[#/components/schemas/PatchedInsightBaseTyped]/allOf[#/components/schemas/PatchedInsightBase]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `oneOf[#/components/schemas/PatchedInsightBaseTyped]/allOf[#/components/schemas/PatchedInsightBase]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `oneOf[#/components/schemas/PatchedInsightBaseTyped]/allOf[#/components/schemas/PatchedInsightBase]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `oneOf[#/components/schemas/PatchedInsightBaseTyped]/allOf[#/components/schemas/PatchedInsightBase]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `oneOf[#/components/schemas/PatchedInsightBaseTyped]/allOf[#/components/schemas/PatchedInsightBase]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- added `#/components/schemas/Severity5feEnum` to the `oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `oneOf[#/components/schemas/InsightBaseTyped]/allOf[#/components/schemas/InsightBase]/severity` response property `allOf` list for the response status `200`

### GET /api/auth/typosquatted-domains

- endpoint added

### PATCH /api/auth/typosquatted-domains

- endpoint added

### GET /api/auth/typosquatted-domains/by-status

- endpoint added

### GET /api/auth/typosquatted-domains/export

- endpoint added

### POST /api/auth/typosquatted-domains/export

- endpoint added

### GET /api/auth/typosquatted-domains/{id}

- endpoint added

### GET /api/auth/typosquatted-domains/{id}/export/takedown-evidences

- endpoint added

### GET /api/auth/typosquatted-domains/{id}/history

- endpoint added

### GET /api/auth/user/current

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

### GET /api/auth/users/

- added `#/components/schemas/RoleEnum` to the `results/items/role` response property `allOf` list for the response status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `results/items/role` response property `oneOf` list for the response status `200`

### POST /api/auth/users/

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

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

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

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

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `201`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `201`

- ⚠️ the `orgs` response's property type/format changed from `object`/`` to `array`/`` for status `201`

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `201`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `201`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `201`

- the response property `role` became required for the status `201`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `201`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `201`

- added the required property `emails_subscribed/items/description` to the response with the `201` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `201` status

- added the required property `emails_subscribed/items/key` to the response with the `201` status

### POST /api/auth/users/import/csv

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/x-www-form-urlencoded)

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

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

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

- ⚠️ the request property `role` became required (media type: multipart/form-data)

- ⚠️ the request property `role` became required (media type: application/x-www-form-urlencoded)

- ⚠️ the request property `role` became required (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/json)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: multipart/form-data)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/x-www-form-urlencoded)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/json)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

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

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

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

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

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

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

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

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

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

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

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

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

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

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

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

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/json)

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

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

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

- ⚠️ the request property `role` became required (media type: multipart/form-data)

- ⚠️ the request property `role` became required (media type: application/x-www-form-urlencoded)

- ⚠️ the request property `role` became required (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/json)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: multipart/form-data)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/json)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/x-www-form-urlencoded)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

### GET /api/auth/users/{id}/newpwd

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

### PUT /api/auth/users/{id}/subscribe-mail

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/json)

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

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

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

- ⚠️ the request property `role` became required (media type: multipart/form-data)

- ⚠️ the request property `role` became required (media type: application/json)

- ⚠️ the request property `role` became required (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/json)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/x-www-form-urlencoded)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/json)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: multipart/form-data)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

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

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/description` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/x-www-form-urlencoded)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/is_subscribed` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/json)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: multipart/form-data)

- ⚠️ added the new required request property `emails_subscribed/items/key` (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/RoleEnum` to the `role` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/current_org` to the `current_org` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/intercom` to the `intercom` request property `allOf` list (media type: application/json)

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

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

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

- ⚠️ the request property `role` became required (media type: multipart/form-data)

- ⚠️ the request property `role` became required (media type: application/x-www-form-urlencoded)

- ⚠️ the request property `role` became required (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: multipart/form-data)

- ⚠️ removed `subschema #1, subschema #2` from the `intercom` request property `oneOf` list (media type: application/json)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: multipart/form-data)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/x-www-form-urlencoded)

- ⚠️ the `emails_subscribed/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/json)

- ⚠️ the `current_org` response's property type/format changed from `object`/`` to ``/`` for status `200`

- ⚠️ the `emails_subscribed/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`

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

- added `#/components/schemas/RoleEnum` to the `role` response property `allOf` list for the response status `200`

- added `#/components/schemas/current_org` to the `current_org` response property `allOf` list for the response status `200`

- added `#/components/schemas/intercom` to the `intercom` response property `allOf` list for the response status `200`

- the response property `role` became required for the status `200`

- removed `#/components/schemas/RoleEnum, #/components/schemas/NullEnum` from the `role` response property `oneOf` list for the response status `200`

- removed `subschema #1, subschema #2` from the `intercom` response property `oneOf` list for the response status `200`

- added the required property `emails_subscribed/items/description` to the response with the `200` status

- added the required property `emails_subscribed/items/is_subscribed` to the response with the `200` status

- added the required property `emails_subscribed/items/key` to the response with the `200` status

### GET /api/auth/vulns/

- added the new enum value `source_typosquatting` to the `query` request parameter `source`

- added `#/components/schemas/Severity5feEnum` to the `results/items/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `results/items/severity` response property `allOf` list for the response status `200`

### POST /api/auth/vulns/

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `201`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `201`

- removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `201`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `201`

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

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

- added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

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

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/json)

- ⚠️ added `#/components/schemas/Severity5feEnum` to the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/json)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: multipart/form-data)

- ⚠️ removed `#/components/schemas/SeverityEnum` from the `severity` request property `allOf` list (media type: application/x-www-form-urlencoded)

- added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

### GET /api/auth/vulns/{user_friendly_id}/

- added `#/components/schemas/Severity5feEnum` to the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- added `#/components/schemas/Severity5feEnum` to the `severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `external_vulnerability/allOf[#/components/schemas/ExternalVulnerability]/severity` response property `allOf` list for the response status `200`

- removed `#/components/schemas/SeverityEnum` from the `severity` response property `allOf` list for the response status `200`

## Components

- removed the schema `PaginatedOrganizationList`

- removed the schema `SeverityEnum`

- removed the schema `SolutionEffortEnum`

You can access the complete API documentation here.

Did this answer your question?