mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:07:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
    Account:
 | 
						|
      properties:
 | 
						|
        id:
 | 
						|
          description: 'The account hashed id'
 | 
						|
          type: string
 | 
						|
          example: AS3df3A
 | 
						|
        account_sms_verified:
 | 
						|
          description: 'Boolean flag if the account has been verified by sms'
 | 
						|
          type: string
 | 
						|
          example: true
 | 
						|
      type: object |