mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Update http_api.md
This commit is contained in:
parent
41d16ba48f
commit
55aac2bc0d
1 changed files with 3 additions and 1 deletions
|
@ -70,6 +70,7 @@ http://localhost:8536/api/v2/comment/like
|
|||
These features cannot be accessed from the WebSocket API:
|
||||
- [RSS/Atom feeds](#rss-atom-feeds)
|
||||
- [Images](#images)
|
||||
|
||||
### RSS/Atom feeds
|
||||
|
||||
- All - `/feeds/all.xml?sort=Hot`
|
||||
|
@ -110,4 +111,5 @@ Uploaded content must be valid multipart/form-data with an image array located w
|
|||
|
||||
|
||||
# Note
|
||||
|
||||
This documentation may lag behind the actual [API endpoints](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/http.ts) and the API itself should be considered unstable (since it may change at any time).
|
Loading…
Reference in a new issue