Gitea

Create Gitea integration

Link a project to a Gitea repository, creating the webhook Gitea will post events to.

post/gitea-integration/project/{projectId}

Path parameters

projectIdstring required

Request body

baseUrlstring required
accessTokenstring

Omit to keep the token already stored for this project.

repositoryOwnerstring required
repositoryNamestring required

Response

The stored integration

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