Gitea

Get Gitea integration

Get the Gitea integration for a project, or null when none is configured. The webhook secret is included only for callers with workspace:manage_settings.

get/gitea-integration/project/{projectId}

Path parameters

projectIdstring required

Response

Gitea integration details, or null

idstring required
projectIdstring required
baseUrlstring required

Root URL of the Gitea instance.

repositoryOwnerstring required
repositoryNamestring required
maskedAccessTokenstring required
webhookUrlstring

Where Gitea should POST events for this project.

webhookSecretstring

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

branchPatternstring
commentTaskLinkOnGiteaIssueboolean

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

isActiveboolean nullable required
createdAtstring date-time required
updatedAtstring date-time required

Changes