diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-10 14:49:51 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-10 14:49:51 -0400 |
commit | fcd20f85fb652ec94370c0f866174266e3d0c42b (patch) | |
tree | 1c86acfad46cb265d16333c2e134b83117c851c1 /lists.sr.ht | |
parent | 697f200976139550d702cd660c95e12c8a346701 (diff) | |
download | sr.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.md | 4 |
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), |