api: indicate possibility of future data in statistics (#62987)

This commit is contained in:
Valentin Deniaud 2022-03-21 13:56:26 +01:00
parent 4f81c65622
commit c1938e3046
1 changed files with 1 additions and 0 deletions

View File

@ -2700,6 +2700,7 @@ class StatisticsList(APIView):
'name': _('Bookings Count'),
'url': request.build_absolute_uri(reverse('api-statistics-bookings')),
'id': 'bookings_count',
'future_data': True,
'filters': [
{
'id': 'time_interval',