mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Remove deprecation comment for CreateOrgRepo (#9670)
Remove mistakenly added `deprecated: true` swagger comment from the `/orgs/{orgr}/repos` handler
			
			
This commit is contained in:
		@@ -319,7 +319,6 @@ func CreateOrgRepo(ctx *context.APIContext, opt api.CreateRepoOption) {
 | 
				
			|||||||
	// swagger:operation POST /orgs/{org}/repos organization createOrgRepo
 | 
						// swagger:operation POST /orgs/{org}/repos organization createOrgRepo
 | 
				
			||||||
	// ---
 | 
						// ---
 | 
				
			||||||
	// summary: Create a repository in an organization
 | 
						// summary: Create a repository in an organization
 | 
				
			||||||
	// deprecated: true
 | 
					 | 
				
			||||||
	// consumes:
 | 
						// consumes:
 | 
				
			||||||
	// - application/json
 | 
						// - application/json
 | 
				
			||||||
	// produces:
 | 
						// produces:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1154,7 +1154,6 @@
 | 
				
			|||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "summary": "Create a repository in an organization",
 | 
					        "summary": "Create a repository in an organization",
 | 
				
			||||||
        "operationId": "createOrgRepo",
 | 
					        "operationId": "createOrgRepo",
 | 
				
			||||||
        "deprecated": true,
 | 
					 | 
				
			||||||
        "parameters": [
 | 
					        "parameters": [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            "type": "string",
 | 
					            "type": "string",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user