PATCH /api/v2/posture_management/findings endpoint removed
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The PATCH /api/v2/posture_management/findings endpoint (MuteFindings / "Mute or unmute a batch of findings") has been removed from the spec, along with all associated schemas (BulkMuteFindingsRequest, BulkMuteFindingsRequestAttributes, BulkMuteFindingsRequestData, BulkMuteFindingsRequestMeta, BulkMuteFindingsRequestMetaFindings, BulkMuteFindingsRequestProperties, BulkMuteFindingsResponse, BulkMuteFindingsResponseData). Any client calling this endpoint to bulk mute/unmute security findings will no longer have a documented contract and the operation will break. Datadog's own docs previously noted to prefer the newer search security findings endpoint, but this removal is an explicit breaking change for existing integrations that rely on the MuteFindings operation.