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

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

  • 08bbb5bedb5d14See 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

    • added the non-success response with the status 404

      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