markRunAsFailed

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

Marks a run as failed.

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 failed.