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

@ -850,6 +850,10 @@ definitions:
apiv1WorkspaceSetting:
type: object
properties:
branding:
type: string
format: byte
description: The workspace custome branding.
customStyle:
type: string
description: The custom style.
@ -1141,3 +1145,7 @@ definitions:
title: |-
The owner name.
Format: "users/{id}"
branding:
type: string
format: byte
description: The workspace branding.