This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

Unit Restoring

The request is intended to restore unit from recycle.

Request Example

&svc=recovery_unit&params={
    "id_unit": integer
}

Parameters

Parameter Description
id_unit Unique Unit ID

Server Response

Result:
{
    "result": true // Result of unit restoring (true or false)
}