Skip to content

Commit

Permalink
feat: added approved in get organisation response (#1226)
Browse files Browse the repository at this point in the history
Co-authored-by: sujanadh <sujanadh07@gmail.com>
  • Loading branch information
Sujanadh and sujanadh authored Feb 19, 2024
1 parent d1ac525 commit 0c095d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/app/organisations/organisation_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ class OrganisationOut(BaseModel):

id: int
name: str
approved: bool
type: OrganisationType
logo: Optional[str]
description: Optional[str]
slug: Optional[str]
url: Optional[str]
type: OrganisationType
odk_central_url: Optional[str]

0 comments on commit 0c095d3

Please sign in to comment.