Skip to main content

addKey

Create a new SSH public key for the currently logged in user

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Request Body required

add ssh key request body

  • title string

    title

  • key string

    ssh public key

Responses

Success


Schema
  • key string

    public key

  • id string

    public key id

  • title string

    public key name

  • createdAt string

    creation time

  • readOnly boolean

    Is it read-only?

Loading...