]> Untitled Git - lemmy.git/commitdiff
Api docs corrections (#1131)
authorMarcin Wojnarowski <xmarcinmarcin@gmail.com>
Sun, 13 Sep 2020 15:20:24 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Sep 2020 15:20:24 +0000 (11:20 -0400)
* corrected endpoint names/methods

* small typo fix

docs/src/contributing_websocket_http_api.md

index 8ad7fbbf8ecb2afd22a33e69987b42c12fefc63f..6d1cf6909c77a715108ad057323fbc4214a2f3e2 100644 (file)
@@ -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