- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}". |
Query parameters
| Parameters | |
|---|---|
updateMask |
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: |
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-platformhttps://www.googleapis.com/auth/firebase
For more information, see the OAuth 2.0 Overview.