We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd84619 commit 2a558c4Copy full SHA for 2a558c4
src/main/kotlin/com/nylas/models/ListEventQueryParams.kt
@@ -78,9 +78,9 @@ data class ListEventQueryParams(
78
val busy: Boolean? = null,
79
/**
80
* Order results by the specified field.
81
- * Currently only start is supported.
+ * Currently only "start" is supported.
82
*/
83
- @Json(name = "participants")
+ @Json(name = "order_by")
84
val orderBy: String? = null,
85
86
* Filter for events with the specified ical_uid.
0 commit comments