Gitea

Update Gitea integration

Update the Gitea integration. Omitted fields keep their current value.

patch/gitea-integration/project/{projectId}

Path parameters

projectIdstring required

Request body

isActiveboolean
commentTaskLinkOnGiteaIssueboolean

Response

The updated 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