mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	[FEAT] API support for repository flags
Expose the repository flags feature over the API, so the flags can be
managed by a site administrator without using the web API.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
(cherry picked from commit bac9f0225d)
	
	
This commit is contained in:
		
					parent
					
						
							
								f09f6e029b
							
						
					
				
			
			
				commit
				
					
						e7f5c1ba14
					
				
			
		
					 6 changed files with 686 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -17,6 +17,9 @@ type swaggerParameterBodies struct {
 | 
			
		|||
	// in:body
 | 
			
		||||
	AddCollaboratorOption api.AddCollaboratorOption
 | 
			
		||||
 | 
			
		||||
	// in:body
 | 
			
		||||
	ReplaceFlagsOption api.ReplaceFlagsOption
 | 
			
		||||
 | 
			
		||||
	// in:body
 | 
			
		||||
	CreateEmailOption api.CreateEmailOption
 | 
			
		||||
	// in:body
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue