ledfx
Preparing search index...
RefreshCacheApiResponse
Interface RefreshCacheApiResponse
Response for POST /api/cache/images/refresh.
interface
RefreshCacheApiResponse
{
data
?:
{
url
:
string
}
;
payload
?:
{
reason
:
string
;
type
:
"error"
|
"success"
|
"info"
}
;
status
:
"success"
|
"failed"
;
}
Index
Properties
data?
payload?
status
Properties
Optional
data
data
?:
{
url
:
string
}
Optional
payload
payload
?:
{
reason
:
string
;
type
:
"error"
|
"success"
|
"info"
}
status
status
:
"success"
|
"failed"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
payload
status
ledfx
Loading...
Response for POST /api/cache/images/refresh.