aboutsummaryrefslogtreecommitdiffstats
path: root/lists.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-10 14:49:51 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-10 14:49:51 -0400
commitfcd20f85fb652ec94370c0f866174266e3d0c42b (patch)
tree1c86acfad46cb265d16333c2e134b83117c851c1 /lists.sr.ht
parent697f200976139550d702cd660c95e12c8a346701 (diff)
downloadsr.ht-docs-fcd20f85fb652ec94370c0f866174266e3d0c42b.tar.gz
Fix PUT request documentation for lists.sr.ht
Diffstat (limited to 'lists.sr.ht')
-rw-r--r--lists.sr.ht/api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md
index f009ac0..274c61b 100644
--- a/lists.sr.ht/api.md
+++ b/lists.sr.ht/api.md
@@ -273,7 +273,7 @@ implies the authenticated user.
**OAuth scope**: `patches:read`
-### GET /api/user/:username/lists/:list-name/patchsets/:id
+### PUT /api/user/:username/lists/:list-name/patchsets/:id
Updates a [patchset resource](#patchset-resource).
@@ -291,7 +291,7 @@ Updates a [patchset resource](#patchset-resource).
The updated [patchset resource](#patchset-resource).
-### GET /api/user/:username/lists/:list-name/patchsets/:id
+### PUT /api/user/:username/lists/:list-name/patchsets/:id
Equivalent to
[/api/user/:username/lists/:list-name/patchsets/:id](#GET-apiuserusernamelistslist-namepatchsetsid),