File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ func CreateRepoProject(ctx *context.APIContext) {
140140}
141141
142142func  GetProject (ctx  * context.APIContext ) {
143- 	// swagger:operation GET /projects/{id } project projectGetProject 
143+ 	// swagger:operation GET /projects/{project_id } project projectGetProject 
144144	// --- 
145145	// summary: Get project 
146146	// produces: 
@@ -177,7 +177,7 @@ func GetProject(ctx *context.APIContext) {
177177}
178178
179179func  UpdateProject (ctx  * context.APIContext ) {
180- 	// swagger:operation PATCH /projects/{id } project projectUpdateProject 
180+ 	// swagger:operation PATCH /projects/{project_id } project projectUpdateProject 
181181	// --- 
182182	// summary: Update project 
183183	// produces: 
@@ -232,7 +232,7 @@ func UpdateProject(ctx *context.APIContext) {
232232}
233233
234234func  DeleteProject (ctx  * context.APIContext ) {
235- 	// swagger:operation DELETE /projects/{id } project projectDeleteProject 
235+ 	// swagger:operation DELETE /projects/{project_id } project projectDeleteProject 
236236	// --- 
237237	// summary: Delete project 
238238	// parameters: 
@@ -258,7 +258,7 @@ func DeleteProject(ctx *context.APIContext) {
258258}
259259
260260func  ListUserProjects (ctx  * context.APIContext ) {
261- 	// swagger:operation GET /user/projects project projectListUserProjects 
261+ 	// swagger:operation GET /users/{ user} /projects project projectListUserProjects 
262262	// --- 
263263	// summary: List user projects 
264264	// produces: 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments