Skip to content

Commit

Permalink
feat: add changed_at to WorkspaceInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Sep 11, 2024
1 parent 61f3793 commit 928ecbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/spaceone/api/identity/v2/workspace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ message WorkspaceInfo {
string created_at = 31;
string last_synced_at = 32;
string dormant_updated_at = 33;
string changed_at = 34;
}

message WorkspaceSearchQuery {
Expand Down

0 comments on commit 928ecbf

Please sign in to comment.