Open Context Protocol is live! 🚀 Read the launch post

updateSshKey

Update SSH Key

PATCH /ssh-keys/{ssh-key-id} HTTP/1.1

Parameters

{
  "name": {
    "description": "The user-supplied name for this SSH Key.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "ssh_key": {
    "description": "The SSH Key.",
    "required": false,
    "location": "body",
    "type": "string"
  }
}