Documentation
Preparing search index...
@discloudapp/api-types
RESTPutApiAppAptResult
Interface RESTPutApiAppAptResult
interface
RESTPutApiAppAptResult
{
message
:
string
;
status
:
"ok"
|
"error"
;
statusCode
:
number
;
}
Hierarchy (
View Summary
)
RESTApiBaseResult
RESTPutApiAppAptResult
Index
Properties
message
status
status
Code
Properties
message
message
:
string
Message of the API
It is useful to use as logs
status
status
:
"ok"
|
"error"
The status of API response
status
Code
statusCode
:
number
Status code from API
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
status
status
Code
Documentation
Loading...
Message of the API