General bug fixes and clean up. Starting on a better version 2 of the CRUD endpoints.
This commit is contained in:
@@ -106,6 +106,8 @@ class Site_Domain_FQDN_ID_Base(BaseModel):
|
||||
# This is only for convenience. Probably going to keep unless it causes a problem.
|
||||
# account_id: Optional[int]
|
||||
account_id_random: Optional[str]
|
||||
account_code: Optional[str] # Useful for export file naming
|
||||
account_name: Optional[str] # Generally useful for display
|
||||
account_enable: Optional[bool]
|
||||
account_enable_from: Optional[datetime.datetime]
|
||||
account_enable_to: Optional[datetime.datetime]
|
||||
|
||||
Reference in New Issue
Block a user