forked from AkkomaGang/akkoma
Fix description
This commit is contained in:
parent
0a1394cc1a
commit
06c69c0a0a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def show_operation do
|
|||
def vote_operation do
|
||||
%Operation{
|
||||
tags: ["Polls"],
|
||||
summary: "Block a domain",
|
||||
summary: "Vote on a poll",
|
||||
parameters: [id_param()],
|
||||
operationId: "PollController.vote",
|
||||
requestBody: vote_request(),
|
||||
|
|
Loading…
Reference in a new issue