feat: deleted owned org endpoint
All checks were successful
ci / lint_and_test (push) Successful in 14s

This commit is contained in:
Chris Milne 2026-06-10 10:15:27 +01:00
parent 3b82025abb
commit bdba903db1
4 changed files with 50 additions and 1 deletions

View file

@ -32,6 +32,7 @@ def get_org_model(db: Session, request: Request, org_id: int):
f"GET{root}/org",
f"GET{root}/org/contact",
f"PATCH{root}/org/contact",
f"DELETE{root}/org/self",
]
current_request = f"{request.method}{request.url.path}"
if (