mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 14:52:27 -05:00 
			
		
		
		
	fix action > description
This commit is contained in:
		
					parent
					
						
							
								cf37545eb1
							
						
					
				
			
			
				commit
				
					
						0542b5eabb
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -17,7 +17,7 @@ export const httpVerbOperations: INodeProperties[] = [ | ||||||
| 			{ | 			{ | ||||||
| 				name: 'GET', | 				name: 'GET', | ||||||
| 				value: 'get', | 				value: 'get', | ||||||
| 				action: 'Perform a GET request', | 				description: 'Perform a GET request', | ||||||
| 				routing: { | 				routing: { | ||||||
| 					request: { | 					request: { | ||||||
| 						method: 'GET', | 						method: 'GET', | ||||||
|  | @ -28,7 +28,7 @@ export const httpVerbOperations: INodeProperties[] = [ | ||||||
| 			{ | 			{ | ||||||
| 				name: 'DELETE', | 				name: 'DELETE', | ||||||
| 				value: 'delete', | 				value: 'delete', | ||||||
| 				action: 'Perform a DELETE request', | 				description: 'Perform a DELETE request', | ||||||
| 				routing: { | 				routing: { | ||||||
| 					request: { | 					request: { | ||||||
| 						method: 'DELETE', | 						method: 'DELETE', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue