diff options
author | Joram Schrijver <i@joram.io> | 2020-04-23 18:17:32 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-24 10:51:19 -0400 |
commit | 1c1040bc8e77631374b90b585e2c947c54da31b7 (patch) | |
tree | 6b31f459d13a993ddce037f2dadf048743a55b1d | |
parent | 537a350449285632500948a74ccfd50c7ac439ef (diff) | |
download | sr.ht-docs-1c1040bc8e77631374b90b585e2c947c54da31b7.tar.gz |
Fix scopes list and webhook description
-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` |