Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

The ID of the organization

id
string
required

The id of record

Body

application/json
host
string
required

Git host this integration covers, e.g. gitlab.example.com

type
enum<string>
default:git_credentials
Available options:
git_credentials,
github_app
auth
object

Clone auth material; exactly one of token or basic. Never echoed in responses.

Example:

Response

Git integration updated successfully

host
string
required

Git host this integration covers, e.g. gitlab.example.com

id
string
read-only
type
enum<string>
default:git_credentials
Available options:
git_credentials,
github_app
status
enum<string>
read-only
Available options:
active,
pending_install,
installed
auth
object

Clone auth material; exactly one of token or basic. Never echoed in responses.

Example:
credentials_configured
boolean
read-only
install_url
string
read-only

GitHub install page for adding the app to more accounts (github_app only)

organisation_id
string
read-only
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only