curl --request GET \
--url https://cloud.kaneo.app/api/gitea-integration/project/{projectId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"projectId": "<string>",
"baseUrl": "<string>",
"repositoryOwner": "<string>",
"repositoryName": "<string>",
"maskedAccessToken": "<string>",
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"webhookUrl": "<string>",
"webhookSecret": "<string>",
"branchPattern": "<string>",
"commentTaskLinkOnGiteaIssue": true
}Get Gitea integration for a project
curl --request GET \
--url https://cloud.kaneo.app/api/gitea-integration/project/{projectId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"projectId": "<string>",
"baseUrl": "<string>",
"repositoryOwner": "<string>",
"repositoryName": "<string>",
"maskedAccessToken": "<string>",
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"webhookUrl": "<string>",
"webhookSecret": "<string>",
"branchPattern": "<string>",
"commentTaskLinkOnGiteaIssue": true
}Bearer token authentication
Gitea integration details
Was this page helpful?