docs: regenerate OpenAPI spec [skip ci]

This commit is contained in:
gdarko
2026-06-14 21:47:40 +00:00
committed by GitHub Actions
parent 2af8bfee22
commit 87f13cde77

View File

@@ -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"
},