GET /api/users/ssh_keys
OAuth AuthorizationRequired: profile_read
SCHEMA
ssh_keys
: Array
id
: Integerlabel
: Stringcreated_at
: DateTimeupdated_at
: DateTimeGET /api/users/ssh_keys/{id}
OAuth AuthorizationRequired: profile_read
SCHEMA
ssh_key
: Object
id
: Integerlabel
: Stringcreated_at
: DateTimeupdated_at
: DateTimePOST /api/users/ssh_keys
OAuth AuthorizationRequired: profile_update
SCHEMA
ssh_key
: Object
pubkey
: StringDELETE /api/users/ssh_keys/{id}
OAuth AuthorizationRequired: profile_update