postLivetvSeriestimersById
Updates a live tv series timer
Requires authentication as user
postLivetvSeriestimersById
Request
post /LiveTv/SeriesTimers/{Id}
Parameters
Name | In | Type | Default | Notes |
---|---|---|---|---|
*Id | path | |||
*body | body | SeriesTimerInfo | SeriesTimerInfo: |
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | Operation successful. Empty response. |
||
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
SeriesTimerInfo
Name | Type | Notes |
---|---|---|
Id | string | Id of the recording. |
ChannelId | string | ChannelId of the recording. |
ChannelIds | array | |
ParentFolderId | integer (int64) | |
ProgramId | string | The program identifier. |
Name | string | Name of the recording. |
ServiceName | string | |
Overview | string | Description of the recording. |
StartDate | string (date-time) | The start date of the recording, in UTC. |
EndDate | string (date-time) | The end date of the recording, in UTC. |
RecordAnyTime | boolean | A value indicating whether [record any time]. |
KeepUpTo | integer (int32) | |
KeepUntil | KeepUntil | |
SkipEpisodesInLibrary | boolean | |
MatchExistingItemsWithAnyLibrary | boolean | |
RecordNewOnly | boolean | A value indicating whether [record new only]. |
Days | DayOfWeek[] | The days. |
Priority | integer (int32) | The priority. |
PrePaddingSeconds | integer (int32) | The pre padding seconds. |
PostPaddingSeconds | integer (int32) | The post padding seconds. |
IsPrePaddingRequired | boolean | A value indicating whether this instance is pre padding required. |
IsPostPaddingRequired | boolean | A value indicating whether this instance is post padding required. |
SeriesId | string | The series identifier. |
ProviderIds | ProviderIdDictionary | |
MaxRecordingSeconds | integer (int32) | |
Keywords | KeywordInfo[] | |
TimerType | TimerType |
KeepUntil
see also MediaBrowser.Model.LiveTv.KeepUntil
Enum Values
- UntilDeleted
- UntilSpaceNeeded
- UntilWatched
- UntilDate
DayOfWeek
ProviderIdDictionary
KeywordInfo
Name | Type | Notes |
---|---|---|
KeywordType | KeywordType | |
Keyword | string |
KeywordType
Enum Values
- Name
- EpisodeTitle
- Overview
- Actor
- Director
TimerType
see also MediaBrowser.Model.LiveTv.TimerType
Enum Values
- Program
- DateTime
- Keyword