v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
GitHub Apps

Update GitHub App

Update an existing GitHub app.

patch/github-apps/{github_app_id}

Path parameters

github_app_idinteger required

GitHub App ID

Request body

namestring

GitHub App name

organizationstring nullable

GitHub organization

api_urlstring

GitHub API URL

html_urlstring

GitHub HTML URL

custom_userstring

Custom user for SSH

custom_portinteger

Custom port for SSH

app_idinteger

GitHub App ID

installation_idinteger

GitHub Installation ID

client_idstring

GitHub Client ID

client_secretstring

GitHub Client Secret

webhook_secretstring

GitHub Webhook Secret

private_key_uuidstring

Private key UUID

is_system_wideboolean

Is system wide (non-cloud instances only)

Response

GitHub app updated successfully

messagestring
dataobject

Updated GitHub app data

Example response

{
  "message": "GitHub app updated successfully"
}