diff options
Diffstat (limited to 'paste.sr.ht/api.md')
-rw-r--r-- | paste.sr.ht/api.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md index 539a172..7f9def8 100644 --- a/paste.sr.ht/api.md +++ b/paste.sr.ht/api.md @@ -95,26 +95,3 @@ Deletes a [paste resource](#paste-resource). Retrieves a [blob resource](#blob-resource). **OAuth scope**: `pastes:read` - -## Webhooks - -### /api/pastes/... - -Webhook for paste events. Includes the [standard webhook -endpoints](/api-conventions.md#webhooks) - -#### paste:create - -Issued when a new paste is created. - -**OAuth scope**: `pastes:read` - -#### paste:delete - -Issued when a paste is deleted. - -**OAuth scope**: `pastes:read` - -**Request body** - -Affected [paste resource](#paste-resource). |