Skip to main content

Upload new public SSH key

POST 

/user/ssh_keys

The operation uploads new public SSH key for the current user.

Request

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Body

required

    title stringrequired

    Possible values: >= 3 characters and <= 30 characters


    The user-defined title for public SSH key.

    key stringrequired


    Public SSH key.

Responses

Public SSH key uploaded successfully

Schema

    status stringrequired

    Possible values: non-empty

Loading...