Method: projects.apps.issues.patch

Change the state of an issue.

HTTP request

PATCH https://firebasecrashlytics.googleapis.com/v1alpha/{issue.name=projects/*/apps/*/issues/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
issue.name

string

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

Query parameters

Parameters
updateMask

string (FieldMask format)

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

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Issue.

Response body

If successful, the response body contains an instance of Issue.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/firebase

For more information, see the OAuth 2.0 Overview.