SSH Keys
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
projectstringRequiredExample:
proj_abc123456Responses
200
Successful Response
application/json
fidstringRequiredExample:
sshkey_abc123456namestringRequired
projectstringRequiredExample:
proj_abc123456public_keystringRequired
created_atstring · datetimeRequiredExample:
2024-01-01T00:00:00ZrequiredbooleanRequired
422
Validation Error
application/json
get/v2/ssh-keys
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
projectstringRequiredExample:
proj_abc123456namestringRequired
public_keystring · nullableOptional
requiredbooleanOptionalDefault:
falseResponses
201
Successful Response
application/json
fidstringRequiredExample:
sshkey_abc123456namestringRequired
projectstringRequiredExample:
proj_abc123456public_keystringRequired
created_atstring · datetimeRequiredExample:
2024-01-01T00:00:00ZrequiredbooleanRequired
private_keystring · nullableOptionalExample:
-----BEGIN RSA PRIVATE KEY-----...422
Validation Error
application/json
post/v2/ssh-keys
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ssh_key_fidstringRequiredExample:
sshkey_abc123456Responses
204
Successful Response
No content
422
Validation Error
application/json
delete/v2/ssh-keys/{ssh_key_fid}
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ssh_key_fidstringRequiredExample:
sshkey_abc123456Body
requiredbooleanRequired
Responses
200
Successful Response
application/json
fidstringRequiredExample:
sshkey_abc123456namestringRequired
projectstringRequiredExample:
proj_abc123456public_keystringRequired
created_atstring · datetimeRequiredExample:
2024-01-01T00:00:00ZrequiredbooleanRequired
422
Validation Error
application/json
patch/v2/ssh-keys/{ssh_key_fid}
Last updated