From f42dc0e1938f8d1f05a436bd08c04a44ecf28e6f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 3 Mar 2019 12:11:06 -0700 Subject: Fix typo on paste:create webhook --- paste.sr.ht/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste.sr.ht/api.md') 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. -- cgit