SupportApi
SupportApi - object-oriented interface
Export
SupportApi
Extends
BaseAPI
Constructors
new SupportApi()
new SupportApi(
configuration
?,basePath
?,axios
?):SupportApi
Parameters
configuration?
basePath?
string
= BASE_PATH
axios?
AxiosInstance
= globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protected
axios:AxiosInstance
=globalAxios
Inherited from
BaseAPI.axios
basePath
protected
basePath:string
=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protected
configuration:undefined
|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1SupportTicketPost()
apiV1SupportTicketPost(
ticketAddDTO
?,options
?):Promise
<AxiosResponse
<void
>>
Parameters
ticketAddDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<void
>>
Throws
Memberof
SupportApi
Found a mistake? Let us know.