mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Api docs corrections (#1131)
* corrected endpoint names/methods * small typo fix
This commit is contained in:
parent
934a26f1ef
commit
c239b9af83
1 changed files with 5 additions and 5 deletions
10
docs/src/contributing_websocket_http_api.md
vendored
10
docs/src/contributing_websocket_http_api.md
vendored
|
@ -510,7 +510,7 @@ These expire after 10 minutes.
|
|||
```
|
||||
##### HTTP
|
||||
|
||||
`PUT /save_user_settings`
|
||||
`PUT /user/save_user_settings`
|
||||
|
||||
#### Get Replies / Inbox
|
||||
##### Request
|
||||
|
@ -566,7 +566,7 @@ These expire after 10 minutes.
|
|||
|
||||
##### HTTP
|
||||
|
||||
`GET /user/mentions`
|
||||
`GET /user/mention`
|
||||
|
||||
#### Mark User Mention as read
|
||||
|
||||
|
@ -759,7 +759,7 @@ Marks all user replies and mentions as read.
|
|||
|
||||
#### Delete Account
|
||||
|
||||
*Permananently deletes your posts and comments*
|
||||
*Permanently deletes your posts and comments*
|
||||
|
||||
##### Request
|
||||
```rust
|
||||
|
@ -894,7 +894,7 @@ Search types are `All, Comments, Posts, Communities, Users, Url`
|
|||
```
|
||||
##### HTTP
|
||||
|
||||
`POST /search`
|
||||
`GET /search`
|
||||
|
||||
#### Get Modlog
|
||||
##### Request
|
||||
|
@ -1838,7 +1838,7 @@ Only the recipient can do this.
|
|||
```
|
||||
##### HTTP
|
||||
|
||||
`POST /comment/save`
|
||||
`PUT /comment/save`
|
||||
|
||||
#### Create Comment Like
|
||||
|
||||
|
|
Loading…
Reference in a new issue