Authentication-Results: mail-b.sr.ht; dkim=pass header.d=alexwennerberg.com header.i=@alexwennerberg.com Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by mail-b.sr.ht (Postfix) with ESMTPS id B3556FF162 for <~sircmpwn/sr.ht-dev@lists.sr.ht>; Sat, 12 Dec 2020 19:10:40 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alexwennerberg.com; s=key1; t=1607800239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5IN6kN18kSH6pylcihb7EpjyDa8wupFSKyKSVqw85sk=; b=co68zcIKO2RRNfmV1PfOmkJ9Xrg68cjloY4ELRkUeX86u66o3uVmxiBg5DWPrsxPwNV5VJ hRxscSIPAzCAw9rqcTDBOnYIBY6mnP/eFSk9lSEb3Mz0fK9AvPpHSNBn5X82EQ9Hm4EzKv csfhbQYlC2GK7Ws9Nzpfz4Mu6gQTjdcCrtDUXJ0tQfbX9v8e00uqlQxMkZYbSk0Gfnlr6Q xiWrb9kNipQoijiEKAVUS7dX3TeETBh5L8N9bWN3HqVJEugltnNXGFOFQKi7Ip4GJMAxxd liF9KJxCS8pcg0Wjt8oyO7sChwU5YU/svdkzfP3N0sHU4ApZnknNMCs17305zw== From: alex wennerberg To: ~sircmpwn/sr.ht-dev@lists.sr.ht Cc: alex wennerberg Subject: [PATCH sr.ht-docs] Fix broken "subscription-resource" links Message-Id: <20201212190843.10179-1-alex@alexwennerberg.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: alex@alexwennerberg.com Date: Sat, 12 Dec 2020 19:10:39 GMT 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(-) 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` -- 2.20.1