From 27c7b2722d9341238c3a2e50073aeb297216ed03 Mon Sep 17 00:00:00 2001 From: Hampus Date: Thu, 20 Aug 2026 21:17:04 +0200 Subject: [PATCH] chore(admin): regenerate openapi schemas for the admin acl cap (#1798) --- fluxer_admin/openapi-admin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluxer_admin/openapi-admin.json b/fluxer_admin/openapi-admin.json index 3410244e2..a35a9ec9e 100644 --- a/fluxer_admin/openapi-admin.json +++ b/fluxer_admin/openapi-admin.json @@ -14913,7 +14913,7 @@ "pending_bulk_message_deletion_at": {"nullable": true, "type": "string"}, "deletion_reason_code": {"nullable": true, "allOf": [{"$ref": "#/components/schemas/Int32Type"}]}, "deletion_public_reason": {"nullable": true, "type": "string"}, - "acls": {"type": "array", "items": {"type": "string"}, "maxItems": 100}, + "acls": {"type": "array", "items": {"type": "string"}, "maxItems": 115}, "traits": {"type": "array", "items": {"type": "string"}, "maxItems": 100}, "has_totp": {"type": "boolean"}, "authenticator_types": {"type": "array", "items": {"$ref": "#/components/schemas/Int32Type"}, "maxItems": 10}, @@ -15481,7 +15481,7 @@ "acls": { "type": "array", "items": {"type": "string"}, - "maxItems": 100, + "maxItems": 115, "description": "List of access control permissions to assign" } },