diff options
-rw-r--r-- | paste.sr.ht/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
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` |