/repos/{owner}/{repo}/issues returns 404 in API #1984

Closed
opened 2025-11-02 04:20:16 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @e1fueg0 on GitHub (Jun 28, 2018).

/repos/{owner}/{repo}/issues and /repos/{owner}/{repo}/issues/{index} don't work for sure when I query them like this:
curl --request GET --url http://xxx:xxx@xxx/api/v1/repos/<username>/<reponame>/issues
While this request works as expected:
curl --request GET --url http://xxx:xxx@xxx/api/v1/repos/<username>/<reponame>

Gitea version is 1.4.3.

Originally created by @e1fueg0 on GitHub (Jun 28, 2018). `/repos/{owner}/{repo}/issues` and `/repos/{owner}/{repo}/issues/{index}` don't work for sure when I query them like this: `curl --request GET --url http://xxx:xxx@xxx/api/v1/repos/<username>/<reponame>/issues` While this request works as expected: `curl --request GET --url http://xxx:xxx@xxx/api/v1/repos/<username>/<reponame>` Gitea version is 1.4.3.
Author
Owner

@e1fueg0 commented on GitHub (Jun 29, 2018):

Sorry, the reason was issues were disabled for the repo.

@e1fueg0 commented on GitHub (Jun 29, 2018): Sorry, the reason was issues were disabled for the repo.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1984