mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Update yaml docs to include BearerAuth
This commit is contained in:
		
							parent
							
								
									8e6ead59ce
								
							
						
					
					
						commit
						b124d61826
					
				
										
											Binary file not shown.
										
									
								
							@ -7,9 +7,15 @@ servers:
 | 
			
		||||
  - url: http://localhost:3000
 | 
			
		||||
    description: Development server
 | 
			
		||||
components:
 | 
			
		||||
  responses: 
 | 
			
		||||
    ok200:
 | 
			
		||||
      description: OK
 | 
			
		||||
    securitySchemes:
 | 
			
		||||
        BearerAuth:
 | 
			
		||||
            type: http
 | 
			
		||||
            scheme: bearer
 | 
			
		||||
    responses:
 | 
			
		||||
        ok200:
 | 
			
		||||
            description: OK
 | 
			
		||||
security:
 | 
			
		||||
    - BearerAuth: []
 | 
			
		||||
paths:
 | 
			
		||||
  /api/authors/{id}:
 | 
			
		||||
    get:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user