mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 23:02:25 -05:00 
			
		
		
		
	Update to support new features
This commit is contained in:
		
					parent
					
						
							
								73c99818fa
							
						
					
				
			
			
				commit
				
					
						6ea8bac919
					
				
			
		
					 8 changed files with 119 additions and 4305 deletions
				
			
		|  | @ -18,6 +18,7 @@ export const httpVerbOperations: INodeProperties[] = [ | |||
| 				name: 'GET', | ||||
| 				value: 'get', | ||||
| 				description: 'Perform a GET request', | ||||
| 				action: 'Perform a GET request', | ||||
| 				routing: { | ||||
| 					request: { | ||||
| 						method: 'GET', | ||||
|  | @ -29,6 +30,7 @@ export const httpVerbOperations: INodeProperties[] = [ | |||
| 				name: 'DELETE', | ||||
| 				value: 'delete', | ||||
| 				description: 'Perform a DELETE request', | ||||
| 				action: 'Perform a DELETE request', | ||||
| 				routing: { | ||||
| 					request: { | ||||
| 						method: 'DELETE', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue