Added all setting's group (except add user to group)

This commit is contained in:
2026-04-26 17:07:55 +01:00
parent 2c8cb490a4
commit 4dbf052437
56 changed files with 882 additions and 1520 deletions
@@ -1,7 +1,7 @@
/**
* BeReadyBackend
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
@@ -9,7 +9,7 @@
*/
export interface PatchUserPasswordDto {
export interface PatchUserPasswordDto {
password: string;
}