forked from gitea/gitea
		
	Fix typo in API route (#24310)
Continuation of https://github.com/go-gitea/gitea/pull/23995 --------- Co-authored-by: bilogic <946010+bilogic@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									20a3b03fe5
								
							
						
					
					
						commit
						fe007b65bd
					
				| @ -142,7 +142,7 @@ func EditHook(ctx *context.APIContext) { | ||||
| 
 | ||||
| // DeleteHook delete a system hook | ||||
| func DeleteHook(ctx *context.APIContext) { | ||||
| 	// swagger:operation DELETE /amdin/hooks/{id} admin adminDeleteHook | ||||
| 	// swagger:operation DELETE /admin/hooks/{id} admin adminDeleteHook | ||||
| 	// --- | ||||
| 	// summary: Delete a hook | ||||
| 	// produces: | ||||
|  | ||||
							
								
								
									
										52
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										52
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							| @ -297,6 +297,31 @@ | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "delete": { | ||||
|         "produces": [ | ||||
|           "application/json" | ||||
|         ], | ||||
|         "tags": [ | ||||
|           "admin" | ||||
|         ], | ||||
|         "summary": "Delete a hook", | ||||
|         "operationId": "adminDeleteHook", | ||||
|         "parameters": [ | ||||
|           { | ||||
|             "type": "integer", | ||||
|             "format": "int64", | ||||
|             "description": "id of the hook to delete", | ||||
|             "name": "id", | ||||
|             "in": "path", | ||||
|             "required": true | ||||
|           } | ||||
|         ], | ||||
|         "responses": { | ||||
|           "204": { | ||||
|             "$ref": "#/responses/empty" | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "patch": { | ||||
|         "consumes": [ | ||||
|           "application/json" | ||||
| @ -858,33 +883,6 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "/amdin/hooks/{id}": { | ||||
|       "delete": { | ||||
|         "produces": [ | ||||
|           "application/json" | ||||
|         ], | ||||
|         "tags": [ | ||||
|           "admin" | ||||
|         ], | ||||
|         "summary": "Delete a hook", | ||||
|         "operationId": "adminDeleteHook", | ||||
|         "parameters": [ | ||||
|           { | ||||
|             "type": "integer", | ||||
|             "format": "int64", | ||||
|             "description": "id of the hook to delete", | ||||
|             "name": "id", | ||||
|             "in": "path", | ||||
|             "required": true | ||||
|           } | ||||
|         ], | ||||
|         "responses": { | ||||
|           "204": { | ||||
|             "$ref": "#/responses/empty" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "/markdown": { | ||||
|       "post": { | ||||
|         "consumes": [ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 silverwind
						silverwind