Skip to main content
PATCH
cURL
GitHub Connections must be updated through the Infisical UI. Check out the configuration docs for GitHub Connections for a step-by-step guide.

Path Parameters

connectionId
string<uuid>
required

The ID of the GitHub Connection to be updated.

Body

application/json
credentials
object

The credentials used to connect with GitHub.

name
string

The updated name of the GitHub Connection. Must be slug-friendly.

Required string length: 1 - 64
description
string | null

The updated description of the GitHub Connection.

Maximum string length: 256
isPlatformManagedCredentials
enum<boolean>

Not supported for GitHub Connections.

Available options:
false
gatewayId
string<uuid> | null

The Gateway ID to use for this connection.

gatewayPoolId
string<uuid> | null

The Gateway Pool ID to use for this connection.

isAutoRotationEnabled
enum<boolean>

Not supported for GitHub Connections.

Available options:
false
rotation

Not supported for GitHub Connections.

Response

Default Response

appConnection
GitHub (GitHub App) · object
required