This endpoint allows to update the title and initial_comment of an existing PR.
Fixes https://pagure.io/pagure/issue/4111
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
pretty please pagure-ci rebuild
rebased onto 9f4269821caeff5b7066b83020a8ffd1680f3855
rebased onto 5a90176032f5369177a96a2177d15299f13bd0e7
In REST to update a resource you would expect to use either PUT (update all field) or PATCH (partial update). POST would be more to create a resource. but since creating a PR is different endpoint I guess that's ok ;-)
:thumbsup:
Something I should keep in mind for API v2 :)
Thanks for the review :)
Pull-Request has been merged by pingou
This endpoint allows to update the title and initial_comment of an
existing PR.
Fixes https://pagure.io/pagure/issue/4111
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr