@akamai/openapi-ts
Preparing search index...
types.gen
PutSshKeyData
Type Alias PutSshKeyData
type
PutSshKeyData
=
{
body
:
{
label
?:
string
}
;
path
:
{
sshKeyId
:
number
}
;
query
?:
never
;
url
:
"profile/sshkeys/{sshKeyId}"
;
}
Index
Properties
body
path
query?
url
Properties
body
body
:
{
label
?:
string
}
The fields to update.
Type Declaration
Optional
label
?:
string
A label for the SSH Key.
path
path
:
{
sshKeyId
:
number
}
Type Declaration
sshKeyId
:
number
The ID of the SSHKey.
Optional
query
query
?:
never
url
url
:
"profile/sshkeys/{sshKeyId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The fields to update.