mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 06:47:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			515 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			515 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| components:
 | |
|   headers:
 | |
|     X-MINIMUM-CLIENT-VERSION:
 | |
|       description: 'The API version'
 | |
|       schema:
 | |
|         type: number
 | |
|     X-RateLimit-Remaining:
 | |
|       description: 'The number of requests left for the time window.'
 | |
|       schema:
 | |
|         type: integer
 | |
|     X-RateLimit-Limit:
 | |
|       description: 'The total number of requests in a given time window.'
 | |
|       schema:
 | |
|         type: integer
 | |
|   components:
 | |
|   securitySchemes:
 | |
|     ApiKeyAuth:        
 | |
|       type: apiKey
 | |
|       in: header       
 | |
|       name: X-API-TOKEN  |