API handling of empty values #284
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	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?
Status quo
The API can process list/array structures for further details on the data:
However, there could be invalid data inside these arrays, such as
These messages lead to an 500 error.
Enhancement
If an entry on any array can not be processed, the API user should be informed properly using a valid return message. The entry should not be processed partially (e.g. by ignoring the invalid entries and only processing valid ones).
Merged in #296