1 2 3 4 5 6 7 8 9 10 11 12 13 14
_import: - interfaces/auth.yml - interfaces/messages.yml - interfaces/settings.yml declarations: - path: history method: get query: period: str limit: int after: str? response: items: array[update] after: str?