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

Changed in 2 of the 23 revisions of this API.14

  • 08bbb5bedb5d13See the full diff
    • the response's body became nullable

      response-body-became-nullable

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added