Skip to content

Commit

Permalink
Add created_by to user/group information. (#480)
Browse files Browse the repository at this point in the history
This new field will contain the creator of an asset.
  • Loading branch information
thetorpedodog authored Sep 6, 2024
1 parent c58c76c commit 9c2e4c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,10 @@ definitions:
description: Datetime array was registered with tiledb
type: string
format: date-time
created_by:
description: The user who created the array, if known.
type: string
x-omitempty: true
metadata:
description: |
Contains the metadata of the array.
Expand Down Expand Up @@ -3486,6 +3490,10 @@ definitions:
description: Datetime the group was registered with tiledb
type: string
format: date-time
created_by:
description: The username of the group's creator, if known.
type: string
x-omitempty: true
metadata:
description: |
Contains metadata of the group.
Expand Down

0 comments on commit 9c2e4c4

Please sign in to comment.