Translations:Stat API/24/ru: Difference between revisions

From Wiki Kaminari Click
(Created page with "==== API ==== {| class="wikitable" ! Ключ !! Тип !! Описание |- | success || Boolean || Был запрос успешным или нет |- | code || Number || Статус ответа |- |msg || [String] || Сообщение об ошибке |- | colspan="3" |data |- |data.items |[{ id: Number, label: String }] |{ id: 1, label: "Param A" } |}")
 
(No difference)

Latest revision as of 17:24, 10 April 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Stat API)
==== API ====
{| class="wikitable"
!Key
!Type
!Description
|-
| success || Boolean || Was the request successful or it failed
|-
| code || Number || Response status code
|-
|msg || [String] || Error message
|-
| colspan="3" |data
|-
|data.items
|[{ id: Number, label: String }]
|{ id: 1, label: "Param A" }
|}

API

Ключ Тип Описание
success Boolean Был запрос успешным или нет
code Number Статус ответа
msg [String] Сообщение об ошибке
data
data.items [{ id: Number, label: String }] { id: 1, label: "Param A" }