curl --request POST \
--url https://cloud.kaneo.app/api/gitea-integration/import-issues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"projectId": "<string>"
}
'{
"imported": 123,
"updated": 123,
"skipped": 123,
"errors": [
"<string>"
]
}Import Gitea issues as tasks
curl --request POST \
--url https://cloud.kaneo.app/api/gitea-integration/import-issues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"projectId": "<string>"
}
'{
"imported": 123,
"updated": 123,
"skipped": 123,
"errors": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?