Skip to content

Fix /logs/{logid}/statistics response spec to reflect real API behavior

Luc Yriarte requested to merge spec-statistics into master

API returns a dictionary of StatsColumn objects by column name, spec stated an array of unnamed StatsColumn objects.

Merge request reports