Function updateFindingStatuses

  • Updates the status of a findings or multiple findings. This is a blocking call.

    Parameters

    • token: any

      Auth token. This is the token returned by get_auth_token(). Just the token, do not include "Bearer" in this string.

    • organizationContext: any

      Organization context. This is provided by the Finite State API management. It looks like "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".

    • params: updateFindingStatusesParams

    Returns Promise<any>