diff options
Diffstat (limited to 'internal/api')
-rw-r--r-- | internal/api/client/polls/polls_vote.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/polls/polls_vote.go b/internal/api/client/polls/polls_vote.go index c5344326f..192ecbc0f 100644 --- a/internal/api/client/polls/polls_vote.go +++ b/internal/api/client/polls/polls_vote.go @@ -29,7 +29,7 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/oauth" ) -// PollVotePOSTHandler swagger:operation POST /api/v1/polls/{id}/vote pollVote +// PollVotePOSTHandler swagger:operation POST /api/v1/polls/{id}/votes pollVote // // Vote with choices in the given poll. // |