GitHub
Endpoints for GitHub integration.
Authorizations
Path parameters
uidstringRequired
Body
repostringRequired
Responses
200
Repository saved
No content
post
/api/github/repo/{uid}POST /api/github/repo/{uid} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"repo": "text"
}200
Repository saved
No content
Last updated