681 bytes added
, 12:01, 23 September 2015
{{Api_Method_Spec|
Description=This method activates the timeshift for a determinated user.
|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.
}}
|Returns=
Returns a JSON object .
'''Example:'''
{
"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": {
[]
}
}
|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=
* [[UserDeactivation]] method
}}