- path: /v1/categories/:categoryId
# NOTE: there is no extension to not depend on an implementation
# This route will be placed into `categories_routes.py` file (for Python) and included into `app.py`
file: categories_routes
get:
query: SELECT id, name, name_ru, slug FROM categories WHERE id = :p.categoryId