From 1c1040bc8e77631374b90b585e2c947c54da31b7 Mon Sep 17 00:00:00 2001 From: Joram Schrijver Date: Thu, 23 Apr 2020 18:17:32 +0200 Subject: Fix scopes list and webhook description --- paste.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'paste.sr.ht/api.md') diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md index bac7736..efe99e7 100644 --- a/paste.sr.ht/api.md +++ b/paste.sr.ht/api.md @@ -12,7 +12,7 @@ Authentication is done via the [meta.sr.ht OAuth flow](https://man.sr.ht/meta.sr.ht/oauth-api.md). The following OAuth scopes are available for paste.sr.ht: -- **paste:read**, **paste:write**: read & write paste resources +- **pastes:read**, **pastes:write**: read & write paste resources ## Resources @@ -111,7 +111,7 @@ Issued when a new paste is created. #### paste:delete -Issued when a new paste is created. +Issued when a paste is deleted. **OAuth scope**: `pastes:read` -- cgit