feat: org id in get org response
Some checks failed
ci / lint_and_test (push) Failing after -2s

This commit is contained in:
Chris Milne 2026-06-08 14:16:45 +01:00
parent 00ed43e5ce
commit 76ef862d40
2 changed files with 2 additions and 0 deletions

View file

@ -106,6 +106,7 @@ class OrgPatchContactResponse(CustomBaseModel):
organisation: OrgSchema
class OrgGetOrgResponse(CustomBaseModel):
id: int
name: str
status: Status
root_user: Optional[str] = None