Added new API endpoint to update User item data

This commit is contained in:
ArabCoders
2023-11-12 17:52:24 +03:00
parent 4288106acd
commit bce22fcc2a
2 changed files with 111 additions and 2 deletions

View File

@@ -33,6 +33,11 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The import.
/// </summary>
Import = 6
Import = 6,
/// <summary>
/// API call updated item user data.
/// </summary>
UpdateUserData = 7,
}
}