diff options
author | Evan Hanson <evhan@foldling.org> | 2019-04-21 10:27:55 +1200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-20 18:28:27 -0400 |
commit | 5b2178aae325c1abefd6174be9a73a2aa714d4ee (patch) | |
tree | 1cad049d3c5b37115abef7572208d2b40c2a694c /lists.sr.ht | |
parent | 39c659844a5aa0bfa229e7ff3ceac7175bfe75c2 (diff) | |
download | sr.ht-docs-5b2178aae325c1abefd6174be9a73a2aa714d4ee.tar.gz |
Fix user endpoint anchors in lists.sr.ht API docs
Diffstat (limited to 'lists.sr.ht')
-rw-r--r-- | lists.sr.ht/api.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md index e47bb71..1ec6d4e 100644 --- a/lists.sr.ht/api.md +++ b/lists.sr.ht/api.md @@ -89,7 +89,7 @@ Retrieves a user resource. ### GET /api/user -Equivalent to [/api/user/:username](#GET-apiusername), implies the authenticated +Equivalent to [/api/user/:username](#GET-apiuserusername), implies the authenticated user. ### GET /api/user/:username/emails @@ -100,7 +100,7 @@ List of [email resources](#email-resource) received from this user. ### GET /api/emails -Equivalent to [/api/user/:username/emails](#GET-apiusernameemails), implies the +Equivalent to [/api/user/:username/emails](#GET-apiuserusernameemails), implies the authenticated user. **OAuth scope**: `emails:read` @@ -149,7 +149,7 @@ List of [mailing list resources](#mailing-list-resource) owned by this user. ### GET /api/lists -Equivalent to [/api/user/:username/lists](#GET-apiusernamelists), implies the +Equivalent to [/api/user/:username/lists](#GET-apiuserusernamelists), implies the authenticated user. **OAuth scope**: `lists:read` @@ -181,7 +181,7 @@ Retrieves a [mailing list resource](#mailing-list-resource). ### GET /api/lists/:list-name -Equivalent to [/api/user/:username/lists/:list-name](#GET-apiusernamelistslist-name), +Equivalent to [/api/user/:username/lists/:list-name](#GET-apiuserusernamelistslist-name), implies the authenticated user. **OAuth scope**: `lists:read` @@ -213,7 +213,7 @@ List of [email resources](#email-resource) posted to this list. ### GET /api/lists/:list-name/posts Equivalent to -[/api/user/:username/lists/:list-name/posts](#GET-apiusernamelistslist-nameposts), +[/api/user/:username/lists/:list-name/posts](#GET-apiuserusernamelistslist-nameposts), implies the authenticated user. **OAuth scope**: `lists:read` |