Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.
enepomnyaschih edited this page Sep 13, 2010 · 6 revisions

Parameters

ticket UID Valid user ticket

Success response

{
  success: true
}

Possible error responses

Param “ticket” is missing:

{
  success: false,
  errorId: "ERROR_PM_TICKET"
}

Already logged off:

{
  success: false,
  errorId: "ERROR_LOGGED_OFF_ALREADY"
}
Clone this wiki locally