From 738becf0af96b3bfc4b549be9ad84cbce0d9cf39 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 19 Dec 2024 14:44:36 +0300 Subject: [PATCH] openapi: log changes --- openapi/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi/CHANGELOG.md b/openapi/CHANGELOG.md index c7aab4f6..aca8adf7 100644 --- a/openapi/CHANGELOG.md +++ b/openapi/CHANGELOG.md @@ -6,6 +6,13 @@ ## v0.107.56: API changes +### Documentation fix of `NetInterface` + +* The `NetInterface` object schema has been updated to reflect the actual + structure of the response. It has included and required the `ipv4_addresses` + and `ipv6_addresses` fields, required the `gateway_ip` field, and excluded the + `mtu` field. + ### Deprecated client APIs * The `GET /control/clients/find` HTTP API; use the new `POST