v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1393352.1 KB
projects

Change the state of an issue.

patch/v1alpha/{+name}

Path parameters

namestring required

Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".

Query parameters

updateMaskstring

Optional. The list of Issue fields to update. Currently only "state" is mutable.

Request body

errorType'ERROR_TYPE_UNSPECIFIED' | 'FATAL' | 'NON_FATAL' | 'ANR'

Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.

namestring

Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".

idstring

Output only. Immutable. Unique identifier for the issue.

firstSeenTimestring google-datetime

Output only. Immutable. The first time this issue was seen.

lastSeenTimestring google-datetime

Output only. The most recent time this issue was seen.

titlestring

Output only. Immutable. Caption title. This is usually a source file or method name.

stateUpdateTimestring google-datetime

Output only. The time at which the issue state was last changed.

firstSeenVersionstring

Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.

subtitlestring

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.

sampleEventstring

Output only. The resource name for a sample event in this issue.

uristring

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.

lastSeenVersionstring

Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.

notesCountstring int64

Output only. The number of notes attached to an issue.

Response

Successful response