Skip to content

Commit

Permalink
no block/unblock in NOWEB
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Dec 29, 2024
1 parent 1c8b16d commit 1944ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/how-to/contacts/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
| **Check phone number exists** <br> `GET /api/contacts/check-exists` | ✔️ | ✔️ |
| **Get “about” contact** <br> `GET /api/contacts/about` | ✔️ | |
| **Get profile picture** <br> `GET /api/contacts/profile-picture` | ✔️ | ✔️ |
| **Block contact** <br> `POST /api/contacts/block` | ✔️ | ✔️ |
| **Unblock contact** <br> `POST /api/contacts/unblock` | ✔️ | ✔️ |
| **Block contact** <br> `POST /api/contacts/block` | ✔️ | |
| **Unblock contact** <br> `POST /api/contacts/unblock` | ✔️ | |

****
1. **NOWEB** - you need to [**Enable Store**]({{< relref "/docs/engines/noweb#store" >}}) to get **chats, contacts and messages**
Expand Down

0 comments on commit 1944ce8

Please sign in to comment.