BaseWorkspace

  • avatarStoragePath
    Type: string | null
    required
  • id
    Type: string · UUID Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
    required
  • parentWorkspaceId
    required
    • Type: string · UUID Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ nullable
  • referralCode
    Type: string | null
    required
  • slug
    Type: string
    min length:  
    3
    max length:  
    50
    required
  • title
    Type: string
    max length:  
    100
    required
  • type
    Type: string · WorkspaceTypeenum
    required
    values
    • personal
    • team
    • developer
    • delegated
  • description
    Type: string | null
    max length:  
    255