diff --git a/src/main/kotlin/com/nylas/models/ListEventQueryParams.kt b/src/main/kotlin/com/nylas/models/ListEventQueryParams.kt index da2f059a..94ba04be 100644 --- a/src/main/kotlin/com/nylas/models/ListEventQueryParams.kt +++ b/src/main/kotlin/com/nylas/models/ListEventQueryParams.kt @@ -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.