#4104 Missing parts in API documentation
Closed: Fixed Opened by lachmanfrantisek.

There are API endpoints, which are not present on /api/0 page, but the docs are present in the code.

I've tried that on multiple instances. (e.g. pagure.io/src.fedoproject.org)

There are maybe more, but these I am missing:

  • /pull-request/new
  • /fork

Thanks!


Metadata Update from @pingou:
- Issue set to the milestone: 5.2
- Issue tagged with: bug, easyfix

Metadata Update from @pingou:
- Issue assigned to pingou

/fork is present in https://pagure.io/api/0/ if you search for Fork a project.

I'll fix the new PR endpoint that one is indeed missing, thanks :)

Commit 7575b4e1 fixes this issue

lachmanfrantisek commented

/fork is present in https://pagure.io/api/0/ if you search for Fork a project.

Sorry, I must be blind...;-) I've searched that many times.

And thanks for the quick fix!

Metadata
Related Pull Requests