added rename endpoint for groups

This commit is contained in:
2024-11-18 12:32:11 +03:00
parent 7d98ba89c5
commit 947dc720a5
6 changed files with 23 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
"group id not found": "Group with such ID not found!",
"group not an owner": "You are not an owner of this group!",
"group not a member": "You are not a member of this group!",
"name not specified": "New name of a group is not specified!",
"abstract product not found": "Such abstract product is not found!",
"abstract product invalid syntax": "Invalid syntax in one of user's parameters!",
"barcode not found": "Such barcode not found!",

View File

@@ -15,6 +15,7 @@
"group id not found": "Группы с таким ID не существует!",
"group not an owner": "Вы не владелец этой группы!",
"group not a member": "Вы не участник этой группы!",
"name not specified": "Не указано новое имя группы!",
"abstract product not found": "Такой абстрактный продукт не найден!",
"abstract product invalid syntax": "Неправильный синткасис в одном из параметров абстрактного продукта!",
"barcode not found": "Такой штрихкод не найден!",