feat: condensed org get endpoints
The process also added improved ORM relationships for multiple models.
This commit is contained in:
parent
a80767d870
commit
707482adc2
3 changed files with 8 additions and 12 deletions
|
|
@ -52,6 +52,7 @@ class OrgContactGetResponse(CustomBaseModel):
|
|||
class OrgOrgGetResponse(CustomBaseModel):
|
||||
name: str
|
||||
status: Status
|
||||
root_user: Optional[str] = None
|
||||
owner_contact: Optional[OrgContactGetResponse] = None
|
||||
billing_contact: Optional[OrgContactGetResponse] = None
|
||||
security_contact: Optional[OrgContactGetResponse] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue