From 23bb649351d80f25a57b1d6911d2098c7b487de5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 3 Mar 2019 12:06:47 -0700 Subject: Add more OAuth scopes to paste.sr.ht/api.md --- paste.sr.ht/api.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'paste.sr.ht/api.md') diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md index 3deadeb..f7dbb37 100644 --- a/paste.sr.ht/api.md +++ b/paste.sr.ht/api.md @@ -75,10 +75,14 @@ The new paste resource. ### GET /api/pastes/:sha +**OAuth scope**: `pastes:read` + Retrieves a paste resource. ### GET /api/blobs/:sha +**OAuth scope**: `pastes:read` + Retrieves a blob resource. ## Webhooks -- cgit