For the complete documentation index, see llms.txt. This page is also available as Markdown.

registerSelfHostedGitHubAppResponse

Response from registerSelfHostedGitHubApp.

Examples

type RegisterSelfHostedGitHubAppResponse {
  oxAppId: String!
  appSlug: String!
  appName: String!
  installUrl: String!
  webhookUrl: String!
}

Fields

Field
Description
Supported fields

oxAppId String!

OX-internal identifier assigned to this registration

appSlug String!

GitHub App slug

appName String!

GitHub App display name

installUrl String!

URL customers use to install the app on their org/repos

webhookUrl String!

Webhook URL this app should deliver events to

References

Mutations using this object:

Last updated