VKCOM / vk-api-schema

JSON Schema of VK API
MIT License
207 stars 64 forks source link

Add board_topic_comment `can_edit` #164

Closed SevereCloud closed 4 years ago

SevereCloud commented 4 years ago

https://vk.com/dev/board.getComments

{
"id": 11377,
"from_id": 19180,
"date": 1260721280,
"text": "Есть одна ошибка. Некоторые методы так и не представлены в документации. :-)",
"can_edit": 0
}

https://github.com/VKCOM/vk-api-schema/blob/adb15c42976ce612c5a6e6a94520feb8ded32973/objects.json#L2779-L2810


Необходимо для board_topic_comment добавить поле can_edit

"can_edit": {
    "description": "Information whether current user can edit the comment",
    "$ref": "#/definitions/base_bool_int"
}
fedorov-xyz commented 4 years ago

Спасибо! Добавили поле в схему.