Add endpoint to update user web agreement

This commit is contained in:
faris Aljohari
2025-01-22 00:34:54 -06:00
parent 6dd6c79d87
commit f675064b68
4 changed files with 43 additions and 9 deletions

View File

@ -349,6 +349,10 @@ export class ControllerRoute {
public static readonly DELETE_USER_SUMMARY = 'Delete user by UUID';
public static readonly DELETE_USER_DESCRIPTION =
'This endpoint deletes a user identified by their UUID. Accessible only by users with the Super Admin role.';
public static readonly UPDATE_USER_WEB_AGREEMENT_SUMMARY =
'Update user web agreement by user UUID';
public static readonly UPDATE_USER_WEB_AGREEMENT_DESCRIPTION =
'This endpoint updates the web agreement for a user identified by their UUID.';
};
};
static AUTHENTICATION = class {