feat: add organization retrieval endpoint and JWT authentication support
This commit is contained in:
@@ -24,7 +24,7 @@ async def list_deals(
|
||||
stage: str | None = None,
|
||||
owner_id: int | None = None,
|
||||
order_by: str | None = None,
|
||||
order: str | None = Query(default=None, regex="^(asc|desc)$"),
|
||||
order: str | None = Query(default=None, pattern="^(asc|desc)$"),
|
||||
) -> dict[str, str]:
|
||||
"""Placeholder for deal filtering endpoint."""
|
||||
_ = (status_filter,)
|
||||
|
||||
Reference in New Issue
Block a user