chore: add document for endpoint
This commit is contained in:
parent
503df4546d
commit
537503f288
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@tianji/server",
|
"name": "@tianji/server",
|
||||||
"version": "1.0.0",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
@ -13,6 +13,7 @@ export const feedIntegrationRouter = router({
|
|||||||
buildFeedPublicOpenapi({
|
buildFeedPublicOpenapi({
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
path: '/{channelId}/github',
|
path: '/{channelId}/github',
|
||||||
|
summary: 'integrate with github webhook',
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.input(
|
.input(
|
||||||
|
Loading…
Reference in New Issue
Block a user