Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/kotlin/com/nylas/models/ListEventQueryParams.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ data class ListEventQueryParams(
val busy: Boolean? = null,
/**
* Order results by the specified field.
* Currently only start is supported.
* Currently only "start" is supported.
*/
@Json(name = "participants")
@Json(name = "order_by")
val orderBy: String? = null,
/**
* Filter for events with the specified ical_uid.
Expand Down
Loading