Skip to content

GET /github-app/register

GET
/github-app/register
curl --request GET \
--url https://example.com/github-app/register

Warren-a647: App manifest registration; anonymous — see ./github-app.ts.

Successful response.

Error response (see src/core/errors.ts).

Media typeapplication/json
object
error
required
object
code
required
string
message
required
string
hint
string
Examplegenerated
{
"error": {
"code": "example",
"message": "example",
"hint": "example"
}
}