---
title: "Changes to Bulk Update Finding State"
method: POST
path: "/api/v1/findings/bulk/state"
---

# Changes to Bulk Update Finding State

`POST /api/v1/findings/bulk/state`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 33 revisions.

- **2026-08-21** `f2cf3228f366` — 14 breaking, 14 warning, 8 info
- **2026-05-22** `d391405a35d3` — 1 breaking, 4 info
- **2026-04-30** `fa2bb307d6fa` — 1 info

## Changes

- **2026-08-21** `f2cf3228f366` — 14 breaking, 14 warning, 8 info
  - the request property `acceptRisk` became not nullable
  - the request property `assignOwner` became not nullable
  - the request property `refs` became not nullable
  - the request property `reopen` became not nullable
  - the request property `snooze` became not nullable
  - the request property `suppress` became not nullable
  - the request property `unsuppress` became not nullable
  - the `acceptRisk` request property type/format changed from `object`/`` to ``/``
  - the `assignOwner` request property type/format changed from `object`/`` to ``/``
  - the `reopen` request property type/format changed from `object`/`` to ``/``
  - the `searchRequest` request property type/format changed from `object`/`` to ``/``
  - the `snooze` request property type/format changed from `object`/`` to ``/``
  - the `suppress` request property type/format changed from `object`/`` to ``/``
  - the `unsuppress` request property type/format changed from `object`/`` to ``/``
  - removed the request property `acceptRisk/expiresAt`
  - removed the request property `acceptRisk/justification`
  - removed the request property `assignOwner/owner`
  - removed the request property `searchRequest/appIds`
  - removed the request property `searchRequest/appUserIds`
  - removed the request property `searchRequest/findingTypes`
  - removed the request property `searchRequest/pageSize`
  - removed the request property `searchRequest/pageToken`
  - removed the request property `searchRequest/query`
  - removed the request property `searchRequest/severities`
  - removed the request property `searchRequest/states`
  - removed the request property `snooze/reason`
  - removed the request property `snooze/snoozeUntil`
  - removed the request property `suppress/reason`
  - added `#/components/schemas/c1.api.finding.v1.BulkAcceptRiskAction, subschema #2` to the `acceptRisk` request property `oneOf` list
  - added `#/components/schemas/c1.api.finding.v1.BulkAssignOwnerAction, subschema #2` to the `assignOwner` request property `oneOf` list
  - added `#/components/schemas/c1.api.finding.v1.BulkReopenAction, subschema #2` to the `reopen` request property `oneOf` list
  - added `#/components/schemas/c1.api.finding.v1.BulkSnoozeAction, subschema #2` to the `snooze` request property `oneOf` list
  - added `#/components/schemas/c1.api.finding.v1.BulkSuppressAction, subschema #2` to the `suppress` request property `oneOf` list
  - added `#/components/schemas/c1.api.finding.v1.BulkUnsuppressAction, subschema #2` to the `unsuppress` request property `oneOf` list
  - added `#/components/schemas/c1.api.finding.v1.FindingSearchRequest, subschema #2` to the `searchRequest` request property `oneOf` list
  - request property `unsuppress` reactivated
- **2026-05-22** `d391405a35d3` — 1 breaking, 4 info
  - request property `searchRequest/findingTypes/items/` was restricted to a list of enum values
  - added the new `FINDING_TYPE_DECOY_CREDENTIAL_USED` enum value to the request property `searchRequest/findingTypes/items/`
  - added the new `FINDING_TYPE_SERVICE_ACCOUNT_MISCLASSIFICATION` enum value to the request property `searchRequest/findingTypes/items/`
  - added the new `FINDING_TYPE_SIMILAR_USERNAME_MATCH` enum value to the request property `searchRequest/findingTypes/items/`
  - added the new `FINDING_TYPE_UNSPECIFIED` enum value to the request property `searchRequest/findingTypes/items/`
- **2026-04-30** `fa2bb307d6fa` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/conductorone/apis/c1-api/docs/api/v1/findings/bulk/state/post.md) · [API](https://skmtc.dev/conductorone/apis/c1-api.md) · [Page](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/findings/bulk/state/post)
