diff options
| author | 2020-07-16 10:39:23 +0800 | |
|---|---|---|
| committer | 2020-07-16 10:39:23 +0800 | |
| commit | 1e72079691fb1acf61390edad496736d332362ca (patch) | |
| tree | 41e4e971c74b80e8f049fcb88254d513e3040b68 /pydis_site | |
| parent | Return mentions from ReminderSerializer (diff) | |
Document mentions in ReminderViewSet
Diffstat (limited to 'pydis_site')
| -rw-r--r-- | pydis_site/apps/api/viewsets/bot/reminder.py | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/pydis_site/apps/api/viewsets/bot/reminder.py b/pydis_site/apps/api/viewsets/bot/reminder.py index 147f6dbc..5a44b7d3 100644 --- a/pydis_site/apps/api/viewsets/bot/reminder.py +++ b/pydis_site/apps/api/viewsets/bot/reminder.py @@ -27,6 +27,11 @@ class ReminderViewSet(      ...     {      ...         'active': True,      ...         'author': 1020103901030, +    ...         'mentions': [ +    ...             336843820513755157, +    ...             165023948638126080, +    ...             267628507062992896 +    ...         ],      ...         'content': "Make dinner",      ...         'expiration': '5018-11-20T15:52:00Z',      ...         'id': 11 | 
