973 bytes added
, 14:59, 4 June 2014
{{Api_Method_Spec|
Description=
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user
}}
{{Api_Parameter|
ParamName=expirationMinute
|ParamType=int
|ParamRequired=required
|ParamDescription=Sets the time duration for the token. It's used when the client wants to maintain the user logged during a long time.
}}
|Returns=
Returns a JSON object containing an Login object with the new expiration for token.
'''Example:'''
{
: <span style="color: #164;">[[Login]] object</span>,
}
|Exceptions=
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}}
|SeeAlso=
}}