Пример #1
0
def update_category(cid):
    form = UpdateCategoryForm().validate_for_api()
    Category.update_category(cid, form)
    return Success()