aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2020-07-19 12:50:01 +0800
committerGravatar kosayoda <[email protected]>2020-07-19 12:50:01 +0800
commit387b763af7dfe3675a476ab6a2b9815e2ac8e83a (patch)
tree04aba87e98d75d5052371139cca202c25311dba2
parentUse literal integers for mentions ID in test (diff)
Fix misleading documentation
-rw-r--r--pydis_site/apps/api/viewsets/bot/reminder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/viewsets/bot/reminder.py b/pydis_site/apps/api/viewsets/bot/reminder.py
index f4921d44..6f8a28f2 100644
--- a/pydis_site/apps/api/viewsets/bot/reminder.py
+++ b/pydis_site/apps/api/viewsets/bot/reminder.py
@@ -54,7 +54,7 @@ class ReminderViewSet(
... 'content': str,
... 'expiration': str, # ISO-formatted datetime
... 'channel_id': int,
- ... 'jump_url': Optional[str]
+ ... 'jump_url': str
... }
#### Status codes