aboutsummaryrefslogtreecommitdiffstats
path: root/lists.sr.ht/api.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-09-21 14:49:10 +0200
committerDrew DeVault <sir@cmpwn.com>2021-09-21 14:49:10 +0200
commit616473467c929dd567ebba0a2f04a77c7608cd31 (patch)
tree00df16ab0aecb2036d4304351839071fccbc33a2 /lists.sr.ht/api.md
parent5d3f6f2f8346fd8c1a681993acee606cab7d7c16 (diff)
downloadsr.ht-docs-616473467c929dd567ebba0a2f04a77c7608cd31.tar.gz
paste.sr.ht: drop webhooks
Diffstat (limited to 'lists.sr.ht/api.md')
-rw-r--r--lists.sr.ht/api.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md
index 517c963..398986d 100644
--- a/lists.sr.ht/api.md
+++ b/lists.sr.ht/api.md
@@ -422,30 +422,6 @@ Issued when the user creates a new mailing list.
The new [mailing list resource](#mailing-list-resource).
-#### subscription:create
-
-Issued when the user subscribes to a mailing list.
-
-**OAuth scope**: `subs:read`
-
-**Request body**
-
-The new [subscription resource](#subscription-resource).
-
-#### subscription:remove
-
-Issued when the user unsubscribes from a mailing list.
-
-**OAuth scope**: `subs:read`
-
-**Request body**
-
-```json
-{
- "id": integer ID of the affected subscription resource
-}
-```
-
### /api/user/:username/lists/:list-name/...
Webhook for mailing list events. Includes the [standard webhook