mirror of
https://github.com/gogs/gogs.git
synced 2026-02-08 23:47:02 +01:00
docs: migrate to Mintlify (#8154)
This commit is contained in:
4
docs/api-reference/webhooks/create-a-hook.mdx
Normal file
4
docs/api-reference/webhooks/create-a-hook.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create a hook"
|
||||
openapi: "POST /repos/{owner}/{repo}/hooks"
|
||||
---
|
||||
4
docs/api-reference/webhooks/delete-a-hook.mdx
Normal file
4
docs/api-reference/webhooks/delete-a-hook.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete a hook"
|
||||
openapi: "DELETE /repos/{owner}/{repo}/hooks/{id}"
|
||||
---
|
||||
4
docs/api-reference/webhooks/edit-a-hook.mdx
Normal file
4
docs/api-reference/webhooks/edit-a-hook.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Edit a hook"
|
||||
openapi: "PATCH /repos/{owner}/{repo}/hooks/{id}"
|
||||
---
|
||||
4
docs/api-reference/webhooks/list-hooks.mdx
Normal file
4
docs/api-reference/webhooks/list-hooks.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List hooks"
|
||||
openapi: "GET /repos/{owner}/{repo}/hooks"
|
||||
---
|
||||
Reference in New Issue
Block a user