2.5 KiB
Return to top
Update GitHub App
=============================================================================================================
PATCH
/github-apps/{github_app_id}
Update an existing GitHub app.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
github_app_id*
GitHub App ID
Type
integer
Required
Request Body
application/json
SchemaJSON
JSON
{
"name": "string",
"organization": "string",
"api_url": "string",
"html_url": "string",
"custom_user": "string",
"custom_port": 0,
"app_id": 0,
"installation_id": 0,
"client_id": "string",
"client_secret": "string",
"webhook_secret": "string",
"private_key_uuid": "string",
"is_system_wide": true
}
Responses
200401404422
GitHub app updated successfully
Content-Type
application/json
SchemaJSON
JSON
{
"message": "GitHub app updated successfully",
"data": {
}
}
PATCH
/github-apps/{github_app_id}
Playground
Authorization
bearerAuth
Variables
Key
Value
github_app_id*
Body
Try it out
Samples
Powered by VitePress OpenAPI