[bugfix] Correct Swagger path for poll voting (#2996)

Updates the Swagger spec to match the router.

Fixes #2994
This commit is contained in:
Vyr Cossont
2024-06-12 02:16:46 -07:00
committed by GitHub
parent 611f9de39b
commit dcf825bd87
2 changed files with 2 additions and 2 deletions

View File

@@ -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: