Skip to content

Commit

Permalink
⚠️ deprecated: deprecate hot-tm-user endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocho committed Jan 29, 2024
1 parent 5b775c3 commit abe6eaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class AccessRestrictedUserController {


@Operation(summary = "Returns aggregated HOT-TM-project statistics for a specific user.")
@Deprecated("Users of this endpoint should switch to topic/{topics}/user.")
@GetMapping("/hot-tm-user", produces = ["application/json"])
fun statsHotTMUser(
httpServletRequest: HttpServletRequest,
Expand Down

0 comments on commit abe6eaa

Please sign in to comment.