---
title: "PATCH /v1alpha/{+name}"
method: PATCH
path: "/v1alpha/{+name}"
tags: ["projects"]
---

# PATCH /v1alpha/{+name}

`PATCH /v1alpha/{+name}`

Change the state of an issue.

## Path parameters

- `name` string, required

## Query parameters

- `updateMask` string

## Request body

- Issue — An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
  - `errorType` 'ERROR_TYPE_UNSPECIFIED' | 'FATAL' | 'NON_FATAL' | 'ANR' — Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
  - `name` string — Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".
  - `id` string — Output only. Immutable. Unique identifier for the issue.
  - `firstSeenTime` string, google-datetime — Output only. Immutable. The first time this issue was seen.
  - `lastSeenTime` string, google-datetime — Output only. The most recent time this issue was seen.
  - `title` string — Output only. Immutable. Caption title. This is usually a source file or method name.
  - `stateUpdateTime` string, google-datetime — Output only. The time at which the issue state was last changed.
  - `firstSeenVersion` string — Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
  - `subtitle` string — Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
  - `state` 'STATE_UNSPECIFIED' | 'OPEN' | 'CLOSED' | 'MUTED' — Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
  - `signals` IssueSignals[] — Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
    - `signal` 'SIGNAL_UNSPECIFIED' | 'SIGNAL_EARLY' | 'SIGNAL_FRESH' | 'SIGNAL_REGRESSED' | 'SIGNAL_REPETITIVE' — Output only. The signal name.
    - `description` string — Output only. Supporting detail information.
  - `sampleEvent` string — Output only. The resource name for a sample event in this issue.
  - `uri` string — Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
  - `variants` IssueVariant[] — Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
    - `sampleEvent` string — Output only. The resource name for a sample event in this variant.
    - `uri` string — Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
    - `id` string — Output only. Immutable. Distinct identifier for the variant.
  - `lastSeenVersion` string — Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
  - `notesCount` string, int64 — Output only. The number of notes attached to an issue.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/firebasecrashlytics.md) · [All operations](https://skmtc.dev/google/apis/firebasecrashlytics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/firebasecrashlytics/revisions/318850f3f76e/schema)
