From 6a3269aab53e93e3fbde48490fb19e45cff41646 Mon Sep 17 00:00:00 2001 From: disideris Date: Thu, 5 Dec 2024 11:10:40 +0200 Subject: [PATCH] add boolean is_deleted to v1 group info --- openapi-v1.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi-v1.yaml b/openapi-v1.yaml index c1a95c6..ff289c1 100644 --- a/openapi-v1.yaml +++ b/openapi-v1.yaml @@ -3496,6 +3496,9 @@ definitions: description: The username of the group's creator, if known. type: string x-omitempty: true + is_deleted: + description: Indicates whether the group is deleted + type: boolean metadata: description: | Contains metadata of the group.