Description
Updates information about a specific SSH key based on a provided name.
Parameters
| Name | Description |
|---|---|
| payload (body) | Location: query Type: application/json
Parameter
|
| name | Location: query Type: string The user-facing label of the SSH key (not the sign-in username) that you want to update. |
Responses
| Status | Description |
|---|---|
| Successful | Code: 200 Body:
Results:[
{
"id":"string",
"name":"string",
"username": "testuser"
}
]
Details about the matching key:
|
| Error |
Code: 401 Unauthorized user. Code: 404 No matching private key found. Code: 500 Internal server error. Body:
This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter. |