android: add chat title/profile patch API parity
Some checks failed
Android CI / android (push) Failing after 5m22s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled

This commit is contained in:
Codex
2026-03-09 22:40:52 +03:00
parent 854ba0cbc6
commit 7824ab1a55
8 changed files with 154 additions and 5 deletions

View File

@@ -17,8 +17,6 @@ Backend покрывает web-функционал почти полность
## 2) Web endpoints not yet fully used on Android
- `PATCH /api/v1/chats/{chat_id}/title`
- `PATCH /api/v1/chats/{chat_id}/profile`
- `GET /api/v1/messages/{message_id}/thread`
- `GET /api/v1/search` (single global endpoint; Android uses composed search calls)
- Contacts endpoints:
@@ -36,9 +34,8 @@ Backend покрывает web-функционал почти полность
## 4) Highest-priority Android parity step
Завершить следующий parity-блок после подключения chat popup/select API:
Завершить следующий parity-блок:
- `GET /api/v1/chats/saved` + UX для Saved
- `PATCH /api/v1/chats/{chat_id}/title` и `/profile` в chat settings flow
- `GET /api/v1/messages/{message_id}/thread`
- единый `GET /api/v1/search` для полнофункционального Telegram-like поиска
- contacts API (`/users/contacts*`) + экран управления контактами