Generated
Ssh Key
POST
/
sshKey.createSsh Key create
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequirednameRequiredstring
Minimum length:
1descriptionstring | null
privateKeyRequiredstring
publicKeyRequiredstring
organizationIdRequiredstring
Successful response
POST
/
sshKey.removeSsh Key remove
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredsshKeyIdRequiredstring
Successful response
GET
/
sshKey.oneSsh Key one
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
sshKeyIdRequiredstring
Successful response
GET
/
sshKey.allSsh Key all
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Successful response
POST
/
sshKey.generateSsh Key generate
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredtypestring
Value in:
"rsa" | "ed25519"Successful response
POST
/
sshKey.updateSsh Key update
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequirednamestring
Minimum length:
1descriptionstring | null
lastUsedAtstring | null
sshKeyIdRequiredstring
Successful response