mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Improve swagger doc (#2274)
* Add swagger comment for adminCreateOrg * Add swagger comment for admin route * add hook swagger doc * Add tags * Add auth * Fix name of responses * Edit name method * Update vendor * make generate-swagger
This commit is contained in:
		
				
					committed by
					
						
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							951c909a67
						
					
				
				
					commit
					fd8e8a421a
				
			
							
								
								
									
										2
									
								
								vendor/code.gitea.io/sdk/gitea/user_gpgkey.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/code.gitea.io/sdk/gitea/user_gpgkey.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -32,7 +32,7 @@ type GPGKey struct {
 | 
			
		||||
	Expires           time.Time      `json:"expires_at,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// GPGKeyEmail a email attache to a GPGKey
 | 
			
		||||
// GPGKeyEmail an email attached to a GPGKey
 | 
			
		||||
// swagger:model GPGKeyEmail
 | 
			
		||||
type GPGKeyEmail struct {
 | 
			
		||||
	Email    string `json:"email"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user