diff options
author | 2024-06-12 02:16:46 -0700 | |
---|---|---|
committer | 2024-06-12 11:16:46 +0200 | |
commit | dcf825bd87f2786e94974c35be9e5a91116a201a (patch) | |
tree | aa8bd8c7f7c9053da62dca6381a0234d14f1910f /docs/api | |
parent | [bugfix] Deref stats async, serve stub collections if handshaking (#2990) (diff) | |
download | gotosocial-dcf825bd87f2786e94974c35be9e5a91116a201a.tar.xz |
[bugfix] Correct Swagger path for poll voting (#2996)
Updates the Swagger spec to match the router.
Fixes #2994
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index fe28847f7..3f14e41e5 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -7522,7 +7522,7 @@ paths: summary: View poll with given ID. tags: - polls - /api/v1/polls/{id}/vote: + /api/v1/polls/{id}/votes: post: operationId: pollVote parameters: |