From 73c01258430008cf5fecde823c1c6da01d23b749 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Mon, 29 Jun 2026 07:54:30 +0000 Subject: [PATCH] fix(mgmt): regenerate api/openapi.json for 0.3.0 The OpenAPI 'info.version' tracks CARGO_PKG_VERSION; the 0.3.0 bump made the checked-in spec stale (the openapi_document_is_complete_and_checked_in test). Co-Authored-By: Claude Opus 4.8 (1M context) --- api/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/openapi.json b/api/openapi.json index 83cf450..e27dc9c 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.0.1" + "version": "0.3.0" }, "paths": { "/api/v1/clients": {