parent
8a9f03ee0b
commit
af680dbc38
2 changed files with 10 additions and 3 deletions
|
|
@ -97,6 +97,13 @@ class OrgGetContactResponse(CustomBaseModel):
|
|||
model_config = ConfigDict(from_attributes=True, extra="ignore")
|
||||
|
||||
contact: ContactModel
|
||||
organisation: OrgSchema
|
||||
|
||||
class OrgPatchContactResponse(CustomBaseModel):
|
||||
model_config = ConfigDict(from_attributes=True, extra="ignore")
|
||||
|
||||
contact: ContactModel
|
||||
organisation: OrgSchema
|
||||
|
||||
class OrgGetOrgResponse(CustomBaseModel):
|
||||
name: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue