SSH Public Key

Register a SSH public key

post/project/{project_id}/ssh-public-key

Request body

namestring required
public_keystring required

Response

An SSH Public Key

idstring required

ID of the SSH public key

namestring required

Name of the SSH public key

public_keystring

SSH public key data

Example response

{
  "id": "skaz0q3vbrpa7pkg7zbmah9csn"
}