Class AddSshKey

java.lang.Object
com.google.gerrit.server.restapi.account.AddSshKey
All Implemented Interfaces:
RestCollectionModifyView<AccountResource,AccountResource.SshKey,SshKeyInput>, RestCollectionView<AccountResource,AccountResource.SshKey,SshKeyInput>, RestView<AccountResource.SshKey>

REST endpoint to add an SSH key for an account.

This REST endpoint handles POST /accounts/<account-identifier>/sshkeys/ requests.