ex_heroku_client v0.1.0 Heroku.Key
Summary
Functions
Calls POST /account/keys
Calls DELETE /account/keys/#{key_identity}
Calls GET /account/keys/#{key_identity}
Calls GET /account/keys
Functions
Calls POST /account/keys
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"public_key": {
"description": "full public_key as uploaded",
"example": "ssh-rsa AAAAB3NzaC1ycVc/../839Uv username@example.com",
"readOnly": true,
"type": [
"string"
]
}
},
"required": [
"public_key"
],
"type": [
"object"
]
}