Browse Source

chore: update docs

pull/132/head
Aldino Kemal 2 years ago
parent
commit
440d756d0a
  1. 9
      readme.md

9
readme.md

@ -100,7 +100,7 @@ You can check [docs/openapi.yml](./docs/openapi.yaml) for detail API, furthermor
API using [openapi-generator](https://openapi-generator.tech/#try) API using [openapi-generator](https://openapi-generator.tech/#try)
| Feature | Menu | Method | URL | | Feature | Menu | Method | URL |
|---------|--------------------------------|--------|-----------------------------|
|---------|------------------------------|--------|-----------------------------|
| ✅ | Login | GET | /app/login | | ✅ | Login | GET | /app/login |
| ✅ | Logout | GET | /app/logout | | ✅ | Logout | GET | /app/logout |
| ✅ | Reconnect | GET | /app/reconnect | | ✅ | Reconnect | GET | /app/reconnect |
@ -123,9 +123,10 @@ API using [openapi-generator](https://openapi-generator.tech/#try)
| ✅ | Join Group With Link | POST | /group/join-with-link | | ✅ | Join Group With Link | POST | /group/join-with-link |
| ✅ | Leave Group | POST | /group/leave | | ✅ | Leave Group | POST | /group/leave |
| ✅ | Create Group | POST | /group | | ✅ | Create Group | POST | /group |
| ✅ | Add More Participants in Group | POST | /group/participants |
| ❌ | Remove Participant in Group | POST | |
| ❌ | Promote Participant in Group | POST | |
| ✅ | Add Participants in Group | POST | /group/participants |
| ❌ | Remove Participant in Group | DELETE | /group/participants |
| ❌ | Promote Participant in Group | POST | /group/promote-participants |
| ❌ | Demote Participant in Group | POST | /group/demote-participants |
``` ```
✅ = Available ✅ = Available

Loading…
Cancel
Save