- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an SSH public key and returns the profile information. This method supports patch semantics.
HTTP request
 PATCH https://oslogin.googleapis.com/v1beta/{name=users/*/sshPublicKeys/*} 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name |   Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format  | 
Query parameters
| Parameters | |
|---|---|
| updateMask |   Mask to control which fields get updated. Updates all if not present. This is a comma-separated list of fully qualified names of fields. Example:  | 
Request body
The request body contains an instance of  SshPublicKey 
 
.
Response body
If successful, the response body contains an instance of  SshPublicKey 
 
.
Authorization scopes
Requires one of the following OAuth scopes:
-  https://www.googleapis.com/auth/cloud-platform
-  https://www.googleapis.com/auth/compute
For more information, see the Authentication Overview .

