chore: tweak workspace setting definition

This commit is contained in:
johnnyjoy
2024-08-17 21:06:42 +08:00
parent c98e717f5b
commit f5edcff24b
12 changed files with 242 additions and 231 deletions

View File

@ -949,6 +949,9 @@ definitions:
apiv1WorkspaceSetting:
type: object
properties:
instanceUrl:
type: string
description: The url of instance.
branding:
type: string
format: byte
@ -965,6 +968,9 @@ definitions:
type: object
$ref: '#/definitions/apiv1IdentityProvider'
description: The identity providers.
disallowUserRegistration:
type: boolean
description: Whether to disallow user registration by email&password.
protobufAny:
type: object
properties: