Domain Model
Portal Config
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| companyName | string | Yes | — | Company name |
| logoUrl | unknown | Yes | — | Logo url |
| accentColor | string | Yes | — | Accent color |
| supportEmail | string.email | Yes | — | Support email |
| supportPhone | unknown | Yes | — | Support phone |
Create Schema
Fields accepted when creating a new record:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| workspaceId | string.uuid | Yes | — | ID of the associated workspace |
| companyName | string | Yes | — | Company name |
| logoUrl | string.uri | No | — | Logo url |
| accentColor | string | Yes | "#6366f1" | Accent color |
| supportEmail | string.email | Yes | — | Support email |
| supportPhone | string | No | — | Support phone |