From 87f13cde779413c7edb233b4ee97e8ca62a3d366 Mon Sep 17 00:00:00 2001 From: gdarko <5760249+gdarko@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:47:40 +0000 Subject: [PATCH] docs: regenerate OpenAPI spec [skip ci] --- public/openapi.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/public/openapi.json b/public/openapi.json index 0c53c2bd..1450a7b3 100644 --- a/public/openapi.json +++ b/public/openapi.json @@ -794,11 +794,15 @@ "channel": { "type": "string", "const": "stable" + }, + "containerized": { + "type": "boolean" } }, "required": [ "version", - "channel" + "channel", + "containerized" ] } } @@ -17924,8 +17928,9 @@ "name": "member", "in": "path", "required": true, + "description": "The member ID", "schema": { - "type": "string" + "type": "integer" } }, { @@ -17960,6 +17965,9 @@ "403": { "$ref": "#/components/responses/AuthorizationException" }, + "404": { + "$ref": "#/components/responses/ModelNotFoundException" + }, "401": { "$ref": "#/components/responses/AuthenticationException" } @@ -17976,8 +17984,9 @@ "name": "member", "in": "path", "required": true, + "description": "The member ID", "schema": { - "type": "string" + "type": "integer" } }, { @@ -18022,6 +18031,9 @@ "403": { "$ref": "#/components/responses/AuthorizationException" }, + "404": { + "$ref": "#/components/responses/ModelNotFoundException" + }, "401": { "$ref": "#/components/responses/AuthenticationException" },