Skip to content

Commit

Permalink
check commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iliak committed Nov 30, 2023
1 parent 0ba9b3a commit 9945e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userdata_api/routes/category.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ async def create_category(
_: dict[str, str] = Depends(UnionAuth(scopes=["userdata.category.create"], allow_none=False, auto_error=True)),
) -> CategoryGet:
"""
Hello_world!
Создать категорию пользовательских данных. Получить категорию можно будет со скоупами, имена которых в category_inp.scopes
Ручка обновит документацию
:param request: https://fastapi.tiangolo.com/advanced/using-request-directly/
Expand Down

0 comments on commit 9945e46

Please sign in to comment.