1,407 bytes added
, 09:47, 23 September 2015
{{Deprecated|Message=This method has been deprecated in GVP 3.2.}}
{{Api_Method_Spec|
Description= This method is deprecated, it updates a future recording.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=changedRecording
|ParamType= boolean
|ParamRequired=required
|ParamDescription=
}}
{{Api_Parameter|
ParamName=version
|ParamType=String
|ParamRequired=required
|ParamDescription=
}}
{{Api_Parameter|
ParamName=epgInfo
|ParamType=RemotePvrEpgInfo
|ParamRequired=
|ParamDescription=
}}
{{Api_Parameter|
ParamName=version
|ParamType=string
|ParamRequired=required
|ParamDescription=
}}
|Returns=
Returns a JSON object.
'''Example:'''
{
: <span style="color: #a11;">"StatusCode"</span>: <span style="color: #164;">0</span>,
: <span style="color: #a11;">"Severity"</span>: <span style="color: #164;">1</span>,
: <span style="color: #a11;">"StatusMessage"</span>: <span style="color: #164;">"OK"</span>,
: <span style="color: #a11;">"Content"</span>:
:: { <span style="color: #219;">???</span> }
}
|Exceptions=
<span style="color: #a11;">TO BE COMPLETED</span>
|Cache=
This method is not cached.
|KnownIssues=
* None
|VersionHistory=
<span style="color: #a11;">TO BE COMPLETED</span>
|SeeAlso=
}}