Add Ssh Public Key to Ssh Public Keys of a User
Request
POST <REST API URL>/users/{user id}/sshpublickeys?fields=string
Parameter | Description |
---|---|
fields | Optional query parameter. Specifies a subset of the fields to be returned. Use Fields Syntax to define subset. |
Request Body
sshPublicKey
{ "fingerPrint": string, "data": string, "openSshKey": string, "comment": string }
Response
Response body
sshPublicKey
{ "fingerPrint": string, "data": string, "openSshKey": string, "comment": string }
Last modified: 19 July 2017