Skip to content

v28.0.0

Latest

Choose a tag to compare

@sdk-generation-automation sdk-generation-automation released this 26 Aug 08:33
· 0 commits to 0730571790a047944430939122f8ae7b75afbc46 since this release

Changelog

2026-08-26

Breaking Change

Remove deprecated FSPM category filter values

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Removes ACCESS_CONTROL, ADMIN_MANAGEMENT, SECURITY, and CONFIGURATION values from the category filter parameter and updates the endpoint description text.

  • Impact
    API requests using the removed category filter values will receive validation errors.

Affected endpoints:

  1. Get FSPM security findings

Added

Add FSPM security finding update endpoint

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Adds an endpoint to accept or reopen FSPM security findings by setting the status to ACCEPTED or OPEN, with a required reason when accepting.

  • Impact
    Customers can programmatically manage FSPM finding statuses through the API.

Affected endpoints:

  1. Get a FSPM security finding by ID
  2. Update a FSPM security finding by ID

Add FSPM security finding details endpoint

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Adds an endpoint to retrieve detailed information about a specific FSPM security finding by its ID, including compliance requirements, risk explanation, and mitigation guidance.

  • Impact
    Customers can now fetch complete details for individual security findings programmatically.

Affected endpoints:

  1. Get a FSPM security finding by ID