feat: a lot of a lot
This commit is contained in:
@@ -16,6 +16,8 @@ client_router = APIRouter(
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
@client_router.get('/search', operation_id='search_clients')
|
||||
async def search_clients(
|
||||
name: str,
|
||||
@@ -52,7 +54,7 @@ async def get_all_clients(
|
||||
|
||||
@client_router.post(
|
||||
'/create',
|
||||
operation_id='create_client',
|
||||
operation_id='create_client_api',
|
||||
response_model=ClientCreateResponse
|
||||
)
|
||||
async def create_client(
|
||||
|
||||
Reference in New Issue
Block a user