diff options
author | Shulhan <ms@kilabit.info> | 2024-06-08 02:18:59 +0700 |
---|---|---|
committer | Conrad Hoffmann <ch@bitfehler.net> | 2024-06-12 10:39:59 +0200 |
commit | 6778928f971ff2e3f4628b7a47c6f6b433c2b11d (patch) | |
tree | 01df0545820157442b9f0c95dda31e86e4360358 /git.sr.ht/api.md | |
parent | a290ce243e74f89fc35cd4e3467a580edbc35399 (diff) | |
download | sr.ht-docs-6778928f971ff2e3f4628b7a47c6f6b433c2b11d.tar.gz |
git.sr.ht: remove duplicate DELETE API for repos
Diffstat (limited to 'git.sr.ht/api.md')
-rw-r--r-- | git.sr.ht/api.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/git.sr.ht/api.md b/git.sr.ht/api.md index 1313a04..b42166a 100644 --- a/git.sr.ht/api.md +++ b/git.sr.ht/api.md @@ -200,12 +200,6 @@ Deletes a [repository resource](#repository-resource). **OAuth scope**: `info:write` -### DELETE /api/repos/:name - -Deletes a [repository resource](#repository-resource). - -**OAuth scope**: `info:write` - ### GET /api/:username/repos/:name/readme ### GET /api/repos/:name/readme |