From 0e0d5b8b4d3b0a2512d942c1932c58a96984c74e Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Mon, 27 Jul 2026 19:03:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(api):=20regenerate=20openapi.json=20?= =?UTF-8?q?=E2=80=94=20the=20stats=20description=20drifted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `2c69cbda` rewrote StatsSample::mbps's doc comment (goodput → attempted sealed wire bytes) without regenerating the snapshot, so `openapi_document_is_complete_and_checked_in` fails on main today. Pure regeneration, no API surface change: the description and the version stamp are the only differences. --- api/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi.json b/api/openapi.json index 9f4ec651..849b876b 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -10,7 +10,7 @@ "name": "MIT OR Apache-2.0", "identifier": "MIT OR Apache-2.0" }, - "version": "0.19.2" + "version": "0.20.0" }, "paths": { "/api/v1/clients": { @@ -6633,7 +6633,7 @@ "mbps": { "type": "number", "format": "float", - "description": "Transmit goodput (Mb/s)." + "description": "Attempted sealed wire bytes/s (Mb/s): full UDP payloads at seal time — video AU bytes\nplus shard framing (header + AEAD) plus FEC parity, and for PyroWave's datagram-aligned\nmode the zero-padded window tails. NOT goodput, and NOT reduced by socket send drops." }, "packets_dropped": { "type": "integer",