forked from sr2/cloud-api
fix: remove trailing slash and plurals in paths
This commit is contained in:
parent
c74e895bf1
commit
1a6a6ad97d
9 changed files with 20 additions and 20 deletions
|
|
@ -378,7 +378,7 @@ async def add_group_user(
|
|||
|
||||
|
||||
@router.delete(
|
||||
path="/group/permissions",
|
||||
path="/group/permission",
|
||||
summary="Removes a permission from the group",
|
||||
status_code=status.HTTP_200_OK,
|
||||
response_model=IAMDeleteGroupPermissionResponse,
|
||||
|
|
@ -388,7 +388,7 @@ async def add_group_user(
|
|||
},
|
||||
},
|
||||
)
|
||||
async def remove_group_permissions(
|
||||
async def remove_group_permission(
|
||||
db: db_dependency,
|
||||
group_model: group_model_query_dependency,
|
||||
perm_model: perm_model_query_dependency,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue