mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	fix CreateIssueCommentOption reference (#4239)
* fixes a warning remaining from #4010 and #4220
This commit is contained in:
		
							
								
								
									
										2
									
								
								public/swagger.v1.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/swagger.v1.json
									
									
									
									
										vendored
									
									
								
							@@ -2208,7 +2208,7 @@
 | 
				
			|||||||
            "name": "body",
 | 
					            "name": "body",
 | 
				
			||||||
            "in": "body",
 | 
					            "in": "body",
 | 
				
			||||||
            "schema": {
 | 
					            "schema": {
 | 
				
			||||||
              "$ref": "#/definitions/CreateIssueOption"
 | 
					              "$ref": "#/definitions/CreateIssueCommentOption"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -147,7 +147,7 @@ func CreateIssueComment(ctx *context.APIContext, form api.CreateIssueCommentOpti
 | 
				
			|||||||
	// - name: body
 | 
						// - name: body
 | 
				
			||||||
	//   in: body
 | 
						//   in: body
 | 
				
			||||||
	//   schema:
 | 
						//   schema:
 | 
				
			||||||
	//     "$ref": "#/definitions/CreateIssueOption"
 | 
						//     "$ref": "#/definitions/CreateIssueCommentOption"
 | 
				
			||||||
	// responses:
 | 
						// responses:
 | 
				
			||||||
	//   "201":
 | 
						//   "201":
 | 
				
			||||||
	//     "$ref": "#/responses/Comment"
 | 
						//     "$ref": "#/responses/Comment"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user