mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	update swagger for release API pagination (#5841)
This commit is contained in:
		@@ -88,6 +88,14 @@ func ListReleases(ctx *context.APIContext) {
 | 
			
		||||
	//   description: name of the repo
 | 
			
		||||
	//   type: string
 | 
			
		||||
	//   required: true
 | 
			
		||||
	// - name: page
 | 
			
		||||
	//   in: query
 | 
			
		||||
	//   description: page wants to load
 | 
			
		||||
	//   type: integer
 | 
			
		||||
	// - name: per_page
 | 
			
		||||
	//   in: query
 | 
			
		||||
	//   description: items count every page wants to load
 | 
			
		||||
	//   type: integer
 | 
			
		||||
	// responses:
 | 
			
		||||
	//   "200":
 | 
			
		||||
	//     "$ref": "#/responses/ReleaseList"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user