Changes to Bulk Update Finding State

POST /api/v1/findings/bulk/state

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 33 revisions of this API.151413

  1. f2cf3228f36614148
  2. d391405a35d314
  3. fa2bb307d6fa1

What changed

  • f2cf3228f36614148See the full diff
    • the request property acceptRisk became not nullable

      request-property-became-not-nullable

    • the request property assignOwner became not nullable

      request-property-became-not-nullable

    • the request property refs became not nullable

      request-property-became-not-nullable

    • the request property reopen became not nullable

      request-property-became-not-nullable

    • the request property snooze became not nullable

      request-property-became-not-nullable

    • the request property suppress became not nullable

      request-property-became-not-nullable

    • the request property unsuppress became not nullable

      request-property-became-not-nullable

    • the acceptRisk request property type/format changed from object/ to /

      request-property-type-changed

    • the assignOwner request property type/format changed from object/ to /

      request-property-type-changed

    • the reopen request property type/format changed from object/ to /

      request-property-type-changed

    • the searchRequest request property type/format changed from object/ to /

      request-property-type-changed

    • the snooze request property type/format changed from object/ to /

      request-property-type-changed

    • the suppress request property type/format changed from object/ to /

      request-property-type-changed

    • the unsuppress request property type/format changed from object/ to /

      request-property-type-changed

    • removed the request property acceptRisk/expiresAt

      request-property-removed

    • removed the request property acceptRisk/justification

      request-property-removed

    • removed the request property assignOwner/owner

      request-property-removed

    • removed the request property searchRequest/appIds

      request-property-removed

    • removed the request property searchRequest/appUserIds

      request-property-removed

    • removed the request property searchRequest/findingTypes

      request-property-removed

    • removed the request property searchRequest/pageSize

      request-property-removed

    • removed the request property searchRequest/pageToken

      request-property-removed

    • removed the request property searchRequest/query

      request-property-removed

    • removed the request property searchRequest/severities

      request-property-removed

    • removed the request property searchRequest/states

      request-property-removed

    • removed the request property snooze/reason

      request-property-removed

    • removed the request property snooze/snoozeUntil

      request-property-removed

    • removed the request property suppress/reason

      request-property-removed

    • added c1.api.finding.v1.BulkAcceptRiskAction subschema #2 to the acceptRisk request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkAssignOwnerAction subschema #2 to the assignOwner request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkReopenAction subschema #2 to the reopen request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkSnoozeAction subschema #2 to the snooze request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkSuppressAction subschema #2 to the suppress request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkUnsuppressAction subschema #2 to the unsuppress request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.FindingSearchRequest subschema #2 to the searchRequest request property oneOf list

      request-property-one-of-added

    • request property unsuppress reactivated

      request-property-reactivated

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d391405a35d314See the full diff
    • request property searchRequest/findingTypes/items/ was restricted to a list of enum values

      request-property-became-enum

    • added the new FINDING_TYPE_DECOY_CREDENTIAL_USED enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • added the new FINDING_TYPE_SERVICE_ACCOUNT_MISCLASSIFICATION enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • added the new FINDING_TYPE_SIMILAR_USERNAME_MATCH enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • added the new FINDING_TYPE_UNSPECIFIED enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • endpoint added

      endpoint-added