Function: AgentVersionApiAxiosParamCreator()
AgentVersionApiAxiosParamCreator(
configuration?):object
AgentVersionApi - axios parameter creator
Parameters
configuration?
Returns
object
apiV1AgentsVersionsGet()
apiV1AgentsVersionsGet: (
agentId?,hiddenState?,skip?,take?,options?) =>Promise<RequestArgs>
Parameters
agentId?
string
hiddenState?
skip?
number
take?
number
options?
RawAxiosRequestConfig = {}
Override http request option.
Returns
Promise<RequestArgs>
Throws
apiV1AgentsVersionsIdBinaryGet()
apiV1AgentsVersionsIdBinaryGet: (
id,options?) =>Promise<RequestArgs>
Parameters
id
string
options?
RawAxiosRequestConfig = {}
Override http request option.
Returns
Promise<RequestArgs>
Throws
apiV1AgentsVersionsIdGet()
apiV1AgentsVersionsIdGet: (
id,options?) =>Promise<RequestArgs>
Parameters
id
string
options?
RawAxiosRequestConfig = {}
Override http request option.
Returns
Promise<RequestArgs>
Throws
apiV1AgentsVersionsIdPatch()
apiV1AgentsVersionsIdPatch: (
id,agentVersionUpdateDTO?,options?) =>Promise<RequestArgs>
Parameters
id
string
agentVersionUpdateDTO?
options?
RawAxiosRequestConfig = {}
Override http request option.
Returns
Promise<RequestArgs>
Throws
apiV1AgentsVersionsPost()
apiV1AgentsVersionsPost: (
agentId,body,options?) =>Promise<RequestArgs>
Parameters
agentId
string
body
File
options?
RawAxiosRequestConfig = {}
Override http request option.
Returns
Promise<RequestArgs>