diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-03 12:11:06 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-03 12:11:06 -0700 |
commit | f42dc0e1938f8d1f05a436bd08c04a44ecf28e6f (patch) | |
tree | b6a27349cf20aa13849ea81c446e6a4e417e4537 /paste.sr.ht | |
parent | 531a4043a1634c976e68ee24a50aca24dc1675d3 (diff) | |
download | sr.ht-docs-f42dc0e1938f8d1f05a436bd08c04a44ecf28e6f.tar.gz |
Fix typo on paste:create webhook
Diffstat (limited to 'paste.sr.ht')
-rw-r--r-- | paste.sr.ht/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md index e13d932..49fde09 100644 --- a/paste.sr.ht/api.md +++ b/paste.sr.ht/api.md @@ -92,7 +92,7 @@ Retrieves a [blob resource](#blob-resource). Webhook for paste events. Includes the [standard webhook endpoints](../api-conventions.md#webhooks) -#### paste:create: +#### paste:create Issued when a new paste is created. Requires `paste:read` OAuth scope. |