mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 11:51:17 +00:00
[raffle] Fix datatype in API documentation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
932e6907da
commit
a2ffc25a26
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ var apiRoutes = []plugins.HTTPRouteRegistrationArgs{
|
|||
Description: "Number of seconds to leave the raffle open",
|
||||
Name: "duration",
|
||||
Required: true,
|
||||
Type: "integer",
|
||||
Type: "int",
|
||||
},
|
||||
},
|
||||
RequiresWriteAuth: true,
|
||||
|
|
Loading…
Reference in a new issue