mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:07:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			501 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			501 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
 | 
						|
  securitySchemes:
 | 
						|
    ApiKeyAuth:        
 | 
						|
      type: apiKey
 | 
						|
      in: header       
 | 
						|
      name: X-API-TOKEN  |