feat: add workspace custom branding setting

This commit is contained in:
Steven
2024-07-29 22:22:06 +08:00
parent d513e89438
commit a113d82e9b
8 changed files with 214 additions and 131 deletions

View File

@ -1502,6 +1502,7 @@
| enable_signup | [bool](#bool) | | Whether to enable other users to sign up. |
| custom_style | [string](#string) | | The custom style. |
| owner | [string](#string) | | The owner name. Format: "users/{id}" |
| branding | [bytes](#bytes) | | The workspace branding. |
@ -1516,6 +1517,7 @@
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| branding | [bytes](#bytes) | | The workspace custome branding. |
| custom_style | [string](#string) | | The custom style. |
| default_visibility | [Visibility](#slash-api-v1-Visibility) | | The default visibility of shortcuts and collections. |