Skip to content

Commit

Permalink
add boolean is_deleted to v1 group info
Browse files Browse the repository at this point in the history
  • Loading branch information
disideris committed Dec 5, 2024
1 parent 2dda976 commit 6a3269a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a3269a

Please sign in to comment.