From 1cb1c70181fb11630a5f3b8d4291b025a9b50f26 Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Sat, 12 Dec 2020 19:10:39 +0000 Subject: Fix broken "subscription-resource" links Apologies for my mistaken previous patch -- this should be on the correct service. Alex --- lists.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lists.sr.ht/api.md') 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` -- cgit