add channel search API docs

This commit is contained in:
Simon 2023-08-24 22:46:55 +07:00
parent e4fa6ed2bf
commit b06ab3a22a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ Subscribe/Unsubscribe to a list of channels:
}
```
## Channel Search
**GET** `/api/channel/?q=`
Parameter:
- q: Query to search channel
## Channel Item
**GET** `/api/channel/<channel_id>/`
**DELETE** `/api/channel/\<channel_id>/`