feature/balance #13
			
				
			
		
		
		
	
			No reviewers
			
				
				
			
		
		
		
	
	
	
		Labels
		
	
	
	
	No Label
	
		
			
	
	
	🛃 types
		
			👪 users
		
		
			invalid
		
			wontfix
		
			🚀 announcement
		
			🎒 backend
		
			🐞 bug
		
			🐋 docker
		
			💡 enhancement
		
			📺 frontend
		
			🤔 question
		
			🔗duplicate
		
	
		No Milestone
		
			
		
	
	
		
		
		
			No project
			
				
			
		
	
	
	
	
	
		No Assignees
		
			
		
	
	
	
		2 Participants
		
	
	
		
		
			Notifications
			
				
			
		
	
	
	
	Due Date
	No due date set.
			
				Dependencies
				
				
		
	
	
	No dependencies set.
			Reference: Flaschengeist/flaschengeist#13
			
		
	
		Loading…
	
		Reference in New Issue
	
	
	No description provided.
		
		Delete Branch "feature/balance"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -99,6 +99,32 @@ def set_limit(userid, current_session: Session):return HTTP.no_content()@BalancePlugin.blueprint.route("/users/balance/limit", methods=["GET", "PUT"])Not sure how I think about that API.
Not a friend of multiple API endpoints for quite the same task (changing the limit of an user).
But on the other hand the current enpoint requires you to send N requests (for N users)...
Still WIP or mergeable?