Skip to content

Commit

Permalink
Merge pull request #487 from TileDB-Inc/ds/deleted-groups-v1-group-info
Browse files Browse the repository at this point in the history
add boolean is_deleted to v1 group info
  • Loading branch information
disideris authored Dec 5, 2024
2 parents 2dda976 + 6a3269a commit 17e7e11
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 17e7e11

Please sign in to comment.