fix: Incorrectly named query param
This commit is contained in:
parent
d741655292
commit
9aa6b5217d
|
@ -32,7 +32,7 @@ interface EventsService {
|
|||
@Query("start_to") startTo: OffsetDateTime? = null,
|
||||
@Query("end_from") endFrom: OffsetDateTime? = null,
|
||||
@Query("end_to") endTo: OffsetDateTime? = null,
|
||||
@Query("inviteStatus") inviteStatus: String? = null, // "pending" / "accepted" / null (both)
|
||||
@Query("invite_status") inviteStatus: String? = null, // "pending" / "accepted" / null (both)
|
||||
): List<EventResponse>
|
||||
|
||||
@DELETE("events/{event_id}")
|
||||
|
|
Loading…
Reference in a new issue