@akamai/openapi-ts
Preparing search index...
types.gen
PutClientThumbnailData
Type Alias PutClientThumbnailData
type
PutClientThumbnailData
=
{
body
:
Blob
|
File
;
path
:
{
clientId
:
string
}
;
query
?:
never
;
url
:
"account/oauth-clients/{clientId}/thumbnail"
;
}
Index
Properties
body
path
query?
url
Properties
body
body
:
Blob
|
File
The image to set as the thumbnail.
path
path
:
{
clientId
:
string
}
Type Declaration
clientId
:
string
The OAuth Client ID to look up.
Optional
query
query
?:
never
url
url
:
"account/oauth-clients/{clientId}/thumbnail"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The image to set as the thumbnail.