mirror of https://github.com/LemmyNet/lemmy.git
Merge branch 'main' into isomorphic_docker_main_merge
commit
71f725d358
|
@ -536,7 +536,7 @@ These expire after 10 minutes.
|
||||||
```
|
```
|
||||||
##### HTTP
|
##### HTTP
|
||||||
|
|
||||||
`PUT /save_user_settings`
|
`PUT /user/save_user_settings`
|
||||||
|
|
||||||
#### Get Replies / Inbox
|
#### Get Replies / Inbox
|
||||||
##### Request
|
##### Request
|
||||||
|
@ -592,7 +592,7 @@ These expire after 10 minutes.
|
||||||
|
|
||||||
##### HTTP
|
##### HTTP
|
||||||
|
|
||||||
`GET /user/mentions`
|
`GET /user/mention`
|
||||||
|
|
||||||
#### Mark User Mention as read
|
#### Mark User Mention as read
|
||||||
|
|
||||||
|
@ -785,7 +785,7 @@ Marks all user replies and mentions as read.
|
||||||
|
|
||||||
#### Delete Account
|
#### Delete Account
|
||||||
|
|
||||||
*Permananently deletes your posts and comments*
|
*Permanently deletes your posts and comments*
|
||||||
|
|
||||||
##### Request
|
##### Request
|
||||||
```rust
|
```rust
|
||||||
|
@ -943,7 +943,7 @@ Search types are `All, Comments, Posts, Communities, Users, Url`
|
||||||
```
|
```
|
||||||
##### HTTP
|
##### HTTP
|
||||||
|
|
||||||
`POST /search`
|
`GET /search`
|
||||||
|
|
||||||
#### Get Modlog
|
#### Get Modlog
|
||||||
##### Request
|
##### Request
|
||||||
|
@ -1968,7 +1968,7 @@ Only the recipient can do this.
|
||||||
```
|
```
|
||||||
##### HTTP
|
##### HTTP
|
||||||
|
|
||||||
`POST /comment/save`
|
`PUT /comment/save`
|
||||||
|
|
||||||
#### Create Comment Like
|
#### Create Comment Like
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue