diff options
author | alex wennerberg <alex@alexwennerberg.com> | 2020-12-12 19:10:39 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-12-12 14:18:20 -0500 |
commit | 1cb1c70181fb11630a5f3b8d4291b025a9b50f26 (patch) | |
tree | ba9f456803211777fe795c6c60a6b61132d3e850 /lists.sr.ht | |
parent | 72abc0a2d78d0a4b7dba59ee4238ccaeb7712e7c (diff) | |
download | sr.ht-docs-1cb1c70181fb11630a5f3b8d4291b025a9b50f26.tar.gz |
Fix broken "subscription-resource" links
Apologies for my mistaken previous patch -- this should be on the
correct service.
Alex
Diffstat (limited to 'lists.sr.ht')
-rw-r--r-- | lists.sr.ht/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md index e443047..b985633 100644 --- a/lists.sr.ht/api.md +++ b/lists.sr.ht/api.md @@ -361,13 +361,13 @@ implies the authenticated user. ### GET /api/subscriptions -List of [subscription resources](#subscription-resources) +List of [subscription resources](#subscription-resource) **OAuth scope**: `subs:read` ### POST /api/subscriptions -Create a new [subscription resources](#subscription-resources) +Create a new [subscription resource](#subscription-resource) **OAuth scope**: `subs:write` |