Skip to content

Commit

Permalink
chore: update disallow public visibility setting name (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyjoygh authored Jul 14, 2024
1 parent 6825c1d commit 7c9e54a
Show file tree
Hide file tree
Showing 9 changed files with 198 additions and 334 deletions.
269 changes: 66 additions & 203 deletions docs/apidocs.swagger.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions proto/api/v1/workspace_setting_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ message WorkspaceStorageSetting {
}

message WorkspaceMemoRelatedSetting {
// disallow_public_share disallows set memo as public visible.
bool disallow_public_visible = 1;
// disallow_public_visibility disallows set memo as public visibility.
bool disallow_public_visibility = 1;
// display_with_update_time orders and displays memo with update time.
bool display_with_update_time = 2;
// content_length_limit is the limit of content length. Unit is byte.
Expand Down
132 changes: 66 additions & 66 deletions proto/gen/api/v1/workspace_setting_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c9e54a

Please sign in to comment.