Updates the specified DebugToken
.
For security reasons, the
field cannot be updated, nor will it be populated in the response, but you can revoke the debug token using token
debugTokens.delete
.
HTTP request
PATCH https://firebaseappcheck.googleapis.com/v1beta/{debugToken.name=projects/*/apps/*/debugTokens/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
debugToken.name |
Required. The relative resource name of the debug token, in the format:
|
Query parameters
Parameters | |
---|---|
updateMask |
Required. A comma-separated list of names of fields in the |
Request body
The request body contains an instance of DebugToken
.
Response body
If successful, the response body contains an instance of DebugToken
.
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 Authentication Overview.