@jellyfin/sdk
Preparing search index...
generated-client
ScheduledTasksApiAxiosParamCreator
Function ScheduledTasksApiAxiosParamCreator
ScheduledTasksApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
getTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getTasks
:
(
isHidden
?:
boolean
,
isEnabled
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
startTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
stopTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateTask
:
(
taskId
:
string
,
taskTriggerInfo
:
TaskTriggerInfo
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
ScheduledTasksApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
getTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getTasks
:
(
isHidden
?:
boolean
,
isEnabled
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
startTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
stopTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateTask
:
(
taskId
:
string
,
taskTriggerInfo
:
TaskTriggerInfo
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
getTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getTasks
:
(
isHidden
?:
boolean
,
isEnabled
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
startTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
stopTask
:
(
taskId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
updateTask
:
(
taskId
:
string
,
taskTriggerInfo
:
TaskTriggerInfo
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
ScheduledTasksApi - axios parameter creator