Description
		
			Inserts a new row before or after a row in a rundown		
		
		Example request
		https://www.rundowncreator.com/channel4news/API.php
     ?APIKey=edharken
     &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
     &Action=insertRow
     &RowID=2
		
		Example response
		{
    "RowID": 16
}
		
		Required parameters
		
	| RowID | 
	integer | 
	the unique ID of the row the new row should be inserted before or after | 
		
		Optional parameters
		
	| Mode | 
	string | 
	if set to Before, the new row will be inserted above the row with the RowID specified.  If set to After, it will be inserted below it.  Defaults to After | 
		
		Returns
		
	| RowID | 
	integer | 
	the new row's unique ID | 
Notes
Requires permissions of a producer or higher.