API-аудит 2026-07-07: список и удаление ботов, права доступа, вебхуки видеозвонков#267
Merged
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
lookinway
force-pushed
the
api-audit-2026-07-07
branch
from
July 7, 2026 08:47
32327fd to
134aa02
Compare
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
lookinway
force-pushed
the
api-audit-2026-07-07
branch
from
July 7, 2026 09:01
134aa02 to
a8f1f7b
Compare
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
… видеозвонков
Методы:
- GET /bots — список ботов, доступных для редактирования, с поиском по имени
- DELETE /bots/{id} — удаление бота
Модель бота:
- who_can_add, can_edit, single_chat — настройки прав доступа в POST/PUT /bots и в ответе
Вебхуки:
- новый payload VideoCallWebhookPayload (event как enum VideoCallEventType) и события
video_call_started/finished/recording_ready
Аудит:
- новый тип события bot_deleted
Из PENDING (доезжает с этой публикацией):
- GET /search/users — значение сортировки sort=creation
Генератор:
- Kotlin: сериализатор union исходящих вебхуков строится по членам union, а не по
захардкоженному списку — новый payload подхватывается автоматически (чинит компиляцию
Kotlin SDK при добавлении VideoCallWebhookPayload)
Доки и пакеты: гайд вебхуков (видеозвонки), bots/setup (single_chat в создании, доступы
через API), models.mdx, обновление 2026-07-07, скиллы и workflow. Версии: SDK 1.0.26,
CLI 2026.7.0, n8n 2.0.14, generator 1.1.9. Правила описания методов и полей в docs/api-audit.md.
lookinway
force-pushed
the
api-audit-2026-07-07
branch
from
July 7, 2026 09:06
a8f1f7b to
154228d
Compare
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Аудит API с точки отсчёта 2026-06-24.
Новые методы
bots:read)bots:write)Модель бота
who_can_add,can_edit,single_chat— настройки прав доступа вPOST/PUT /botsи в объекте бота (описания сверены с реальным поведением: создатель редактирует всегда;single_chatограничивает только групповые чаты)Вебхуки
VideoCallWebhookPayloadи событияvideo_call_started,video_call_finished,video_call_recording_readyЖурнал аудита
bot_deletedДоки и пакеты
bots/setup(блок «Настройка через API»), n8n resources, CLI installationmodels.mdx, обновление2026-07-07, скиллы и workflow1.0.26, CLI2026.7.0, n8n2.0.14docs/api-audit.mdEN-overlay 100%,
turbo checkзелёный.