You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_event api request allows to search using a title and returns a single event.
The issue is that title is not unique and as such I can crete 2 events with the same title and the api response will only return one of them.
We should either return all matching events with the desired title, or enforce unique titles...
The text was updated successfully, but these errors were encountered:
The
get_event
api request allows to search using atitle
and returns a single event.The issue is that
title
is not unique and as such I can crete 2 events with the same title and the api response will only return one of them.We should either return all matching events with the desired title, or enforce unique titles...
The text was updated successfully, but these errors were encountered: