markRunAsCompleted

@POST(value = "complete")
abstract fun markRunAsCompleted(@Query(value = "at") atAsIso: String): Call<Run>

Marks a run as completed.

Return

A Call object representing the API call that can be executed asynchronously.

Parameters

atAsIso

The timestamp (in ISO format) for marking the run as completed.