android: add chat title/profile patch API parity
This commit is contained in:
@@ -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*`) + экран управления контактами
|
||||
|
||||
Reference in New Issue
Block a user