Skip to main content
PATCH
Update Gitea integration

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

projectId
string
required

Body

application/json
isActive
boolean

Response

object | null

The updated integration

id
string
required
projectId
string
required
baseUrl
string
required

Root URL of the Gitea instance.

repositoryOwner
string
required
repositoryName
string
required
maskedAccessToken
string
required
isActive
boolean | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
webhookUrl
string

Where Gitea should POST events for this project.

webhookSecret
string

Only returned to callers with workspace:manage_settings, so the value can be pasted into Gitea.

branchPattern
string

When on, Kaneo comments a link back to the task on the linked Gitea issue.