mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 20:28:00 +00:00
feat: add workspace custom branding setting
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user