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