diff options
Diffstat (limited to 'git.sr.ht')
-rw-r--r-- | git.sr.ht/api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git.sr.ht/api.md b/git.sr.ht/api.md index 25ade31..5edc6e7 100644 --- a/git.sr.ht/api.md +++ b/git.sr.ht/api.md @@ -230,6 +230,8 @@ Attaches a file artifact to the specified ref. **Note**: this endpoint does *not* accept JSON. Submit your request as `multipart/form-data`, with a single field: "file". +**OAuth scope**: `data:write` + ### GET /api/repos/:name/log Equivalent to [/api/:username/repos/:name/log](#GET-apiusernamereposnamelog), |