Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aldinokemal committed Apr 10, 2024
1 parent 440d756 commit a8016e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ You can fork or edit this source code !

### Current API

You can check [docs/openapi.yml](./docs/openapi.yaml) for detail API, furthermore you can generate HTTP Client from this
API using [openapi-generator](https://openapi-generator.tech/#try)
- You can check [docs/openapi.yml](./docs/openapi.yaml) for detail API or paste to [SwaggerEditor](https://editor.swagger.io).
- Furthermore you can generate HTTP Client from this API using [openapi-generator](https://openapi-generator.tech/#try)

| Feature | Menu | Method | URL |
|---------|------------------------------|--------|-----------------------------|
Expand Down Expand Up @@ -125,8 +125,8 @@ API using [openapi-generator](https://openapi-generator.tech/#try)
|| Create Group | POST | /group |
|| 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 |
|| Promote Participant in Group | POST | /group/participants/promote |
|| Demote Participant in Group | POST | /group/participants/demote |

```
✅ = Available
Expand Down

0 comments on commit a8016e7

Please sign in to comment.