User: SSH Key¶
List all SSH Keys¶
GET /api/users/ssh_keys
OAuth authorization required: profile_read
Schema
ssh_keys: Arrayid: Integerlabel: Stringcreated_at: DateTimeupdated_at: DateTime
View SSH Keys¶
GET /api/users/ssh_keys/{id}
OAuth authorization required: profile_read
Schema
ssh_key: Objectid: Integerlabel: Stringcreated_at: DateTimeupdated_at: DateTime
Create SSH Key¶
POST /api/users/ssh_keys
OAuth authorization required: profile_update
Schema
ssh_key: Objectpubkey: String
Delete SSH Key¶
DELETE /api/users/ssh_keys/{id}
OAuth authorization required: profile_update